Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/os/
H A Dpci_orion.c144 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 Dpci_cfgspace.c152 pci_getl_func = pci_mech1_getl; in pci_check()
191 pci_getl_func = pci_mech1_getl; in pci_check()
H A Dpci_mech1.c81 pci_mech1_getl(int bus, int device, int function, int reg) in pci_mech1_getl() function
H A Dpci_neptune.c172 val = pci_mech1_getl(bus, device, function, reg); in pci_neptune_getl()
/titanic_50/usr/src/uts/i86pc/sys/
H A Dpci_cfgspace_impl.h43 extern uint32_t pci_mech1_getl(int bus, int dev, int func, int reg);