Home
last modified time | relevance | path

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
291 _NOTE(DATA_READABLE_WITHOUT_LOCK(ehci_state_t::ehci_qh_pool_mem_handle))
871 #define Get_QH(addr) ddi_get32(ehcip->ehci_qh_pool_mem_handle, \
874 #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.c496 &ehcip->ehci_qh_pool_mem_handle) != DDI_SUCCESS) { in ehci_allocate_pools()
1905 if (ehcip->ehci_qh_pool_addr && ehcip->ehci_qh_pool_mem_handle) { in ehci_cleanup()
1919 ddi_dma_mem_free(&ehcip->ehci_qh_pool_mem_handle); in ehci_cleanup()