Searched refs:PCIM_MFDEV (Results 1 – 11 of 11) sorted by relevance
134 if (func == 0 && (hdrtype & PCIM_MFDEV) != 0) in al_pcib_fixup()
253 if (hdrtype & PCIM_MFDEV) in ofw_pcibus_enum_bus()
491 if (pci_host_read_config(sel, PCIR_HDRTYPE, 1) & PCIM_MFDEV) in pci_lpc_get_sel()
2138 *rv &= ~PCIM_MFDEV; in pci_emul_hdrtype_fixup()2140 *rv |= PCIM_MFDEV; in pci_emul_hdrtype_fixup()2144 *rv &= ~(PCIM_MFDEV << 16); in pci_emul_hdrtype_fixup()2146 *rv |= (PCIM_MFDEV << 16); in pci_emul_hdrtype_fixup()
412 if ((hdrtype & PCIM_MFDEV) && in legacy_pcib_identify()
274 if (value & PCIM_MFDEV) in pci_pir_search_irq()
122 #define PCIM_MFDEV 0x80 macro
732 cfg->mfdev = (cfg->hdrtype & PCIM_MFDEV) != 0; in pci_fill_devinfo()733 cfg->hdrtype &= ~PCIM_MFDEV; in pci_fill_devinfo()4176 if (hdrtype & PCIM_MFDEV) in pci_add_children()4220 if (hdrtype & PCIM_MFDEV) in pci_rescan_method()
586 if (value & PCIM_MFDEV) in acpi_pci_link_search_irq()
990 if ((h & PCIM_MFDEV) == 0) in cbb_cardbus_reset_power()
817 if (func == 0 && (hdrtype & PCIM_MFDEV)) in mv_pcib_init()