Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h166 ddi_dma_handle_t uhci_td_pool_dma_handle; /* DMA hndle */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c243 &uhcip->uhci_td_pool_dma_handle) != DDI_SUCCESS) { in uhci_allocate_pools()
249 if (ddi_dma_mem_alloc(uhcip->uhci_td_pool_dma_handle, in uhci_allocate_pools()
259 result = ddi_dma_addr_bind_handle(uhcip->uhci_td_pool_dma_handle, in uhci_allocate_pools()
375 uhcip->uhci_td_pool_dma_handle); in uhci_free_pools()
383 if (uhcip->uhci_td_pool_dma_handle) { in uhci_free_pools()
384 ddi_dma_free_handle(&uhcip->uhci_td_pool_dma_handle); in uhci_free_pools()