Home
last modified time | relevance | path

Searched refs:pci_mech1_getw (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_orion.c62 VendorID = pci_mech1_getw(BusNo, DeviceNo, FunctionNo, in pci_is_broken_orion()
64 DeviceID = pci_mech1_getw(BusNo, DeviceNo, FunctionNo, in pci_is_broken_orion()
198 val = pci_mech1_getw(bus, device, function, reg); in pci_orion_getw()
H A Dpci_cfgspace.c155 pci_getw_func = pci_mech1_getw; in pci_check()
199 pci_getw_func = pci_mech1_getw; in pci_check()
H A Dpci_neptune.c157 val = pci_mech1_getw(bus, device, function, reg); in pci_neptune_getw()
H A Dpci_mech1.c70 pci_mech1_getw(int bus, int device, int function, int reg) in pci_mech1_getw() function
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpci_cfgspace_impl.h45 extern uint16_t pci_mech1_getw(int bus, int dev, int func, int reg);