Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h171 ddi_dma_cookie_t uhci_qh_pool_cookie; /* DMA cookie */ member
457 ((uint32_t)(uhcip->uhci_qh_pool_cookie.dmac_address + \
464 (uint32_t)uhcip->uhci_qh_pool_cookie.dmac_address) + \
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c312 &uhcip->uhci_qh_pool_cookie, &ccount); in uhci_allocate_pools()