Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_orion.c142 test = pci_mech1_getl(0, ncDevNo, 0, PCI_CONF_VENID); in FuncDisableInboundPostingnc82454()
156 test = pci_mech1_getl(0, ncDevNo, 0, PCI_82454_RW_CONTROL); in FuncDisableInboundPostingnc82454()
211 val = pci_mech1_getl(bus, device, function, reg); in pci_orion_getl()
H A Dpci_cfgspace.c156 pci_getl_func = pci_mech1_getl; in pci_check()
200 pci_getl_func = pci_mech1_getl; in pci_check()
H A Dpci_neptune.c170 val = pci_mech1_getl(bus, device, function, reg); in pci_neptune_getl()
H A Dpci_mech1.c91 pci_mech1_getl(int bus, int device, int function, int reg) in pci_mech1_getl() function
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpci_cfgspace_impl.h46 extern uint32_t pci_mech1_getl(int bus, int dev, int func, int reg);