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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h119 ddi_acc_handle_t ehci_qh_pool_mem_handle; /* Mem handle */ member in struct:ehci_state
291 _NOTE(DATA_READABLE_WITHOUT_LOCK(ehci_state_t::ehci_qh_pool_mem_handle))
870 #define Get_QH(addr) ddi_get32(ehcip->ehci_qh_pool_mem_handle, \
873 #define Set_QH(addr, val) ddi_put32(ehcip->ehci_qh_pool_mem_handle, \
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c495 &ehcip->ehci_qh_pool_mem_handle) != DDI_SUCCESS) {
1884 if (ehcip->ehci_qh_pool_addr && ehcip->ehci_qh_pool_mem_handle) {
1898 ddi_dma_mem_free(&ehcip->ehci_qh_pool_mem_handle);

Completed in 65 milliseconds