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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_orion.c64 VendorID = pci_mech1_getw(BusNo, DeviceNo, FunctionNo,
66 DeviceID = pci_mech1_getw(BusNo, DeviceNo, FunctionNo,
200 val = pci_mech1_getw(bus, device, function, reg);
H A Dpci_cfgspace.c151 pci_getw_func = pci_mech1_getw;
190 pci_getw_func = pci_mech1_getw;
H A Dpci_mech1.c64 pci_mech1_getw(int bus, int device, int function, int reg) function
H A Dpci_neptune.c159 val = pci_mech1_getw(bus, device, function, reg);
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpci_cfgspace_impl.h42 extern uint16_t pci_mech1_getw(int bus, int dev, int func, int reg);

Completed in 60 milliseconds