Searched refs:pci_mech1_getb (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | pci_orion.c | 68 RevisionID = pci_mech1_getb(BusNo, DeviceNo, FunctionNo, 81 PciReg = pci_mech1_getb(BusNo, DeviceNo, 109 PciReg = pci_mech1_getb(0, ncDevNo, 0, 164 PciReg = pci_mech1_getb(0, ncDevNo, 0, PCI_82454_RW_CONTROL); 174 PciReg = pci_mech1_getb(0, ncDevNo, 0, PCI_82454_RW_CONTROL); 187 val = pci_mech1_getb(bus, device, function, reg);
|
H A D | pci_cfgspace.c | 150 pci_getb_func = pci_mech1_getb; 189 pci_getb_func = pci_mech1_getb;
|
H A D | pci_mech1.c | 48 pci_mech1_getb(int bus, int device, int function, int reg) function
|
H A D | pci_neptune.c | 146 val = pci_mech1_getb(bus, device, function, reg);
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | pci_cfgspace_impl.h | 41 extern uint8_t pci_mech1_getb(int bus, int dev, int func, int reg);
|
Completed in 63 milliseconds