Home
last modified time | relevance | path

Searched refs:pci_config_handle (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.h154 ddi_acc_handle_t pci_config_handle; /* HME PCI config */ member
H A Dhme.c1277 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()
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c744 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()
H A Deri.h511 ddi_acc_handle_t pci_config_handle; /* ERI PCI config */ member
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c2107 ddi_acc_handle_t pci_config_handle; in aac_check_card_type() local
2112 if ((pci_config_setup(softs->devinfo_p, &pci_config_handle)) != in aac_check_card_type()
2119 softs->devid = pci_config_get16(pci_config_handle, PCI_CONF_DEVID); in aac_check_card_type()
2120 softs->subvendid = pci_config_get16(pci_config_handle, in aac_check_card_type()
2122 softs->subsysid = pci_config_get16(pci_config_handle, in aac_check_card_type()
2190 pci_cmd = pci_config_get16(pci_config_handle, PCI_CONF_COMM); in aac_check_card_type()
2193 pci_config_put16(pci_config_handle, PCI_CONF_COMM, pci_cmd); in aac_check_card_type()
2194 pci_cmd = pci_config_get16(pci_config_handle, PCI_CONF_COMM); in aac_check_card_type()
2203 pci_config_get32(pci_config_handle, PCI_CONF_BASE0); in aac_check_card_type()
2205 pci_config_teardown(&pci_config_handle); in aac_check_card_type()
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c1960 ddi_acc_handle_t pci_config_handle; in nxge_test_map_regs() local