Home
last modified time | relevance | path

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

/freebsd/sys/arm/annapurna/alpine/
H A Dalpine_pci.c133 if (func == 0 && (hdrtype & PCIM_MFDEV) != 0) in al_pcib_fixup()
/freebsd/sys/powerpc/ofw/
H A Dofw_pcibus.c253 if (hdrtype & PCIM_MFDEV) in ofw_pcibus_enum_bus()
/freebsd/sys/x86/pci/
H A Dpci_bus.c412 if ((hdrtype & PCIM_MFDEV) && in legacy_pcib_identify()
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c2165 *rv &= ~PCIM_MFDEV; in pci_emul_hdrtype_fixup()
2167 *rv |= PCIM_MFDEV; in pci_emul_hdrtype_fixup()
2171 *rv &= ~(PCIM_MFDEV << 16); in pci_emul_hdrtype_fixup()
2173 *rv |= (PCIM_MFDEV << 16); in pci_emul_hdrtype_fixup()
/freebsd/sys/i386/pci/
H A Dpci_pir.c273 if (value & PCIM_MFDEV) in pci_pir_search_irq()
/freebsd/sys/dev/pci/
H A Dpcireg.h122 #define PCIM_MFDEV 0x80 macro
H A Dpci.c771 cfg->mfdev = (cfg->hdrtype & PCIM_MFDEV) != 0; in pci_fill_devinfo()
772 cfg->hdrtype &= ~PCIM_MFDEV; in pci_fill_devinfo()
4276 if (hdrtype & PCIM_MFDEV) in pci_add_children()
4320 if (hdrtype & PCIM_MFDEV) in pci_rescan_method()
/freebsd/sys/dev/pccbb/
H A Dpccbb.c959 if ((h & PCIM_MFDEV) == 0) in cbb_cardbus_reset_power()
/freebsd/sys/arm/mv/
H A Dmv_pci.c829 if (func == 0 && (hdrtype & PCIM_MFDEV)) in mv_pcib_init()