Searched refs:PCI_HDRTYPE_MULTIFN (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/sys/arch/i386/pci/
H A Dpci_bus_fixup.c78 if (PCI_HDRTYPE_MULTIFN(reg) ||
185 if (PCI_HDRTYPE_MULTIFN(reg) ||
H A Dpcibios.c537 if (PCI_HDRTYPE_MULTIFN(bhlcr) ||
H A Dpci_intr_fixup.c797 if (PCI_HDRTYPE_MULTIFN(bhlcr) || (qd != NULL &&
/openbsd-current/sys/arch/amd64/amd64/
H A Dmpbios_intr_fixup.c207 if (PCI_HDRTYPE_MULTIFN(bhlcr) || (qd != NULL &&
/openbsd-current/sys/arch/i386/i386/
H A Dmpbios_intr_fixup.c207 if (PCI_HDRTYPE_MULTIFN(bhlcr) || (qd != NULL &&
/openbsd-current/sys/arch/hppa/dev/
H A Dssio.c148 if (!PCI_HDRTYPE_MULTIFN(bhlc))
/openbsd-current/sys/dev/acpi/
H A Dacpiprt.c392 if (PCI_HDRTYPE_MULTIFN(reg))
/openbsd-current/sys/arch/hppa/stand/libsa/
H A Dcmd_hppa.c828 nfuncs = PCI_HDRTYPE_MULTIFN(bhlcr) ? 8 : 1;
/openbsd-current/sys/dev/pci/
H A Dpcireg.h323 #define PCI_HDRTYPE_MULTIFN(bhlcr) \ macro
H A Dpci.c859 nfunctions = PCI_HDRTYPE_MULTIFN(bhlcr) ? 8 : 1;
/openbsd-current/sys/dev/cardbus/
H A Dcardbus.c421 nfunction = PCI_HDRTYPE_MULTIFN(bhlc) ? 8 : 1;
/openbsd-current/usr.sbin/pcidump/
H A Dpcidump.c1030 return (PCI_HDRTYPE_MULTIFN(hdr) ? 8 : 1);

Completed in 213 milliseconds