Searched refs:ohci_ed_pool_mem_handle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h172 ddi_acc_handle_t ohci_ed_pool_mem_handle; /* Mem handle */ member in struct:ohci_state
323 _NOTE(DATA_READABLE_WITHOUT_LOCK(ohci_state_t::ohci_ed_pool_mem_handle))
764 #define Get_ED(addr) ddi_get32(ohcip->ohci_ed_pool_mem_handle, \
767 #define Set_ED(addr, val) ddi_put32(ohcip->ohci_ed_pool_mem_handle, \
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1070 &ohcip->ohci_ed_pool_mem_handle) != DDI_SUCCESS) {
2217 if (ohcip->ohci_ed_pool_addr && ohcip->ohci_ed_pool_mem_handle) {
2231 ddi_dma_mem_free(&ohcip->ohci_ed_pool_mem_handle);

Completed in 80 milliseconds