Searched refs:pci_mech1_getl (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | pci_orion.c | 144 test = pci_mech1_getl(0, ncDevNo, 0, PCI_CONF_VENID); in FuncDisableInboundPostingnc82454() 158 test = pci_mech1_getl(0, ncDevNo, 0, PCI_82454_RW_CONTROL); in FuncDisableInboundPostingnc82454() 213 val = pci_mech1_getl(bus, device, function, reg); in pci_orion_getl()
|
H A D | pci_cfgspace.c | 152 pci_getl_func = pci_mech1_getl; in pci_check() 191 pci_getl_func = pci_mech1_getl; in pci_check()
|
H A D | pci_mech1.c | 81 pci_mech1_getl(int bus, int device, int function, int reg) in pci_mech1_getl() function
|
H A D | pci_neptune.c | 172 val = pci_mech1_getl(bus, device, function, reg); in pci_neptune_getl()
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | pci_cfgspace_impl.h | 43 extern uint32_t pci_mech1_getl(int bus, int dev, int func, int reg);
|