Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h171 ddi_dma_handle_t ohci_ed_pool_dma_handle; /* DMA handle */ member
798 ohcip->ohci_ed_pool_dma_handle, \
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1056 &ohcip->ohci_ed_pool_dma_handle) != DDI_SUCCESS) { in ohci_allocate_pools()
1062 if (ddi_dma_mem_alloc(ohcip->ohci_ed_pool_dma_handle, in ohci_allocate_pools()
1075 result = ddi_dma_addr_bind_handle(ohcip->ohci_ed_pool_dma_handle, in ohci_allocate_pools()
2226 ohcip->ohci_ed_pool_dma_handle); in ohci_cleanup()
2235 if (ohcip->ohci_ed_pool_dma_handle) { in ohci_cleanup()
2236 ddi_dma_free_handle(&ohcip->ohci_ed_pool_dma_handle); in ohci_cleanup()