Home
last modified time | relevance | path

Searched refs:PCI_MECHANISM_1 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_cfgspace.c153 pci_bios_cfg_type = PCI_MECHANISM_1; in pci_check()
176 pci_bios_cfg_type = PCI_MECHANISM_1; in pci_check()
181 case PCI_MECHANISM_1: in pci_check()
275 return (PCI_MECHANISM_1); in pci_check_bios()
315 return (PCI_MECHANISM_1); in pci_check_bios()
331 return (PCI_MECHANISM_1); in pci_get_cfg_type()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_impl.h55 #define PCI_MECHANISM_1 1 macro