Searched refs:pci_config_handle (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/io/hme/ |
H A D | hme.h | 154 ddi_acc_handle_t pci_config_handle; /* HME PCI config */ member
|
H A D | hme.c | 1277 if (pci_config_setup(dip, &hmep->pci_config_handle) != in hmeattach() 1309 oldLT = pci_config_get8(hmep->pci_config_handle, in hmeattach() 1336 pci_config_put8(hmep->pci_config_handle, in hmeattach() 1551 if (hmep->pci_config_handle) in hmeattach() 1552 (void) pci_config_teardown(&hmep->pci_config_handle); in hmeattach() 1644 if (hmep->pci_config_handle) in hmedetach() 1645 (void) pci_config_teardown(&hmep->pci_config_handle); in hmedetach()
|
/titanic_50/usr/src/uts/sun/io/eri/ |
H A D | eri.h | 511 ddi_acc_handle_t pci_config_handle; /* ERI PCI config */ member
|
H A D | eri.c | 744 if (pci_config_setup(dip, &erip->pci_config_handle) != DDI_SUCCESS) { in eri_attach() 791 pci_config_put8(erip->pci_config_handle, PCI_CONF_LATENCY_TIMER, in eri_attach() 862 if (erip->pci_config_handle) in eri_attach() 863 (void) pci_config_teardown(&erip->pci_config_handle); in eri_attach() 933 if (erip->pci_config_handle) in eri_detach() 934 (void) pci_config_teardown(&erip->pci_config_handle); in eri_detach() 3018 if (pci_error_int && erip->pci_config_handle) { in eri_fatal_err() 3019 pci_status = pci_config_get16(erip->pci_config_handle, in eri_fatal_err() 3038 pci_config_put16(erip->pci_config_handle, PCI_CONF_STAT, in eri_fatal_err()
|
/titanic_50/usr/src/uts/common/io/aac/ |
H A D | aac.c | 2105 ddi_acc_handle_t pci_config_handle; in aac_check_card_type() local 2110 if ((pci_config_setup(softs->devinfo_p, &pci_config_handle)) != in aac_check_card_type() 2116 softs->vendid = pci_config_get16(pci_config_handle, PCI_CONF_VENID); in aac_check_card_type() 2117 softs->devid = pci_config_get16(pci_config_handle, PCI_CONF_DEVID); in aac_check_card_type() 2118 softs->subvendid = pci_config_get16(pci_config_handle, in aac_check_card_type() 2120 softs->subsysid = pci_config_get16(pci_config_handle, in aac_check_card_type() 2188 pci_cmd = pci_config_get16(pci_config_handle, PCI_CONF_COMM); in aac_check_card_type() 2191 pci_config_put16(pci_config_handle, PCI_CONF_COMM, pci_cmd); in aac_check_card_type() 2192 pci_cmd = pci_config_get16(pci_config_handle, PCI_CONF_COMM); in aac_check_card_type() 2201 pci_config_get32(pci_config_handle, PCI_CONF_BASE0); in aac_check_card_type() [all …]
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_main.c | 1967 ddi_acc_handle_t pci_config_handle; in nxge_test_map_regs() local
|