Home
last modified time | relevance | path

Searched refs:pci_mem_handle (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/aac/
H A Daac.h397 ddi_acc_handle_t pci_mem_handle; member
512 buf_dma_attr pci_mem_handle pci_mem_base_vaddr \
H A Daac.c152 ddi_get32((softs)->pci_mem_handle, \
155 ddi_put32((softs)->pci_mem_handle, \
159 ddi_get16((softs)->pci_mem_handle, \
162 ddi_put16((softs)->pci_mem_handle, \
166 ddi_rep_put8((softs)->pci_mem_handle, (uint8_t *)(valp), \
171 ddi_rep_get8((softs)->pci_mem_handle, (uint8_t *)(valp), \
815 &softs->pci_mem_handle) != DDI_SUCCESS) in aac_attach()
960 ddi_regs_map_free(&softs->pci_mem_handle); in aac_attach()
1032 ddi_regs_map_free(&softs->pci_mem_handle); in aac_detach()
1368 if (aac_check_acc_handle(softs->pci_mem_handle) != DDI_SUCCESS) { in aac_process_intr_new()
[all …]