Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h165 ddi_dma_handle_t ohci_td_pool_dma_handle; /* DMA hndle */ member
802 ohcip->ohci_td_pool_dma_handle, \
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c986 &ohcip->ohci_td_pool_dma_handle) != DDI_SUCCESS) { in ohci_allocate_pools()
992 if (ddi_dma_mem_alloc(ohcip->ohci_td_pool_dma_handle, in ohci_allocate_pools()
1007 ohcip->ohci_td_pool_dma_handle, in ohci_allocate_pools()
2205 ohcip->ohci_td_pool_dma_handle); in ohci_cleanup()
2213 if (ohcip->ohci_td_pool_dma_handle) { in ohci_cleanup()
2214 ddi_dma_free_handle(&ohcip->ohci_td_pool_dma_handle); in ohci_cleanup()