Searched refs:pci_regh (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | adapter.c | 42 *val = pci_config_get8(sc->pci_regh, reg); in t4_os_pci_read_cfg1() 48 pci_config_put8(sc->pci_regh, reg, val); in t4_os_pci_write_cfg1() 54 *val = pci_config_get16(sc->pci_regh, reg); in t4_os_pci_read_cfg2() 60 pci_config_put16(sc->pci_regh, reg, val); in t4_os_pci_write_cfg2() 66 *val = pci_config_get32(sc->pci_regh, reg); in t4_os_pci_read_cfg4() 72 pci_config_put32(sc->pci_regh, reg, val); in t4_os_pci_write_cfg4()
|
H A D | adapter.h | 443 ddi_acc_handle_t pci_regh; member
|
H A D | t4_nexus.c | 315 rc = pci_config_setup(dip, &sc->pci_regh); in t4_devo_attach() 768 if (sc->pci_regh != NULL) in t4_devo_detach() 769 pci_config_teardown(&sc->pci_regh); in t4_devo_detach()
|