Home
last modified time | relevance | path

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

/titanic_44/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))
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, \
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c495 &ehcip->ehci_qh_pool_mem_handle) != DDI_SUCCESS) { in ehci_allocate_pools()
1884 if (ehcip->ehci_qh_pool_addr && ehcip->ehci_qh_pool_mem_handle) { in ehci_cleanup()
1898 ddi_dma_mem_free(&ehcip->ehci_qh_pool_mem_handle); in ehci_cleanup()