Home
last modified time | relevance | path

Searched refs:PCIM_MFDEV (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/sys/arm/annapurna/alpine/
H A Dalpine_pci.c138 if (func == 0 && (hdrtype & PCIM_MFDEV) != 0) in al_pcib_fixup()
/freebsd-13.1/sys/powerpc/ofw/
H A Dofw_pcibus.c257 if (hdrtype & PCIM_MFDEV) in ofw_pcibus_enum_bus()
/freebsd-13.1/sys/mips/nlm/
H A Dxlp_pci.c104 if (hdrtype & PCIM_MFDEV) in xlp_pci_attach()
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_emul.c1856 *rv &= ~PCIM_MFDEV; in pci_emul_hdrtype_fixup()
1858 *rv |= PCIM_MFDEV; in pci_emul_hdrtype_fixup()
1862 *rv &= ~(PCIM_MFDEV << 16); in pci_emul_hdrtype_fixup()
1864 *rv |= (PCIM_MFDEV << 16); in pci_emul_hdrtype_fixup()
/freebsd-13.1/sys/x86/pci/
H A Dpci_bus.c414 if ((hdrtype & PCIM_MFDEV) && in legacy_pcib_identify()
/freebsd-13.1/sys/i386/pci/
H A Dpci_pir.c276 if (value & PCIM_MFDEV) in pci_pir_search_irq()
/freebsd-13.1/sys/dev/pci/
H A Dpcireg.h121 #define PCIM_MFDEV 0x80 macro
H A Dpci.c730 cfg->mfdev = (cfg->hdrtype & PCIM_MFDEV) != 0; in pci_fill_devinfo()
731 cfg->hdrtype &= ~PCIM_MFDEV; in pci_fill_devinfo()
4181 if (hdrtype & PCIM_MFDEV) in pci_add_children()
4225 if (hdrtype & PCIM_MFDEV) in pci_rescan_method()
/freebsd-13.1/sys/mips/cavium/
H A Doctopci.c731 if (f == 0 && (hdrtype & PCIM_MFDEV) == 0) in octopci_init_bus()
/freebsd-13.1/sys/dev/acpica/
H A Dacpi_pci_link.c589 if (value & PCIM_MFDEV) in acpi_pci_link_search_irq()
/freebsd-13.1/sys/arm/mv/
H A Dmv_pci.c821 if (func == 0 && (hdrtype & PCIM_MFDEV)) in mv_pcib_init()
/freebsd-13.1/sys/dev/pccbb/
H A Dpccbb.c994 if ((h & PCIM_MFDEV) == 0) in cbb_cardbus_reset_power()
/freebsd-13.1/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c689 if (hdrtype & PCIM_MFDEV) in pci_rescan()