Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h124 uint_t uhci_dma_addr_bind_flag; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c285 uhcip->uhci_dma_addr_bind_flag |= UHCI_TD_POOL_BOUND; in uhci_allocate_pools()
329 uhcip->uhci_dma_addr_bind_flag |= UHCI_QH_POOL_BOUND; in uhci_allocate_pools()
373 if (uhcip->uhci_dma_addr_bind_flag & UHCI_TD_POOL_BOUND) { in uhci_free_pools()
388 if (uhcip->uhci_dma_addr_bind_flag & UHCI_QH_POOL_BOUND) { in uhci_free_pools()
403 if (uhcip->uhci_dma_addr_bind_flag & UHCI_FLA_POOL_BOUND) { in uhci_free_pools()
899 uhcip->uhci_dma_addr_bind_flag |= UHCI_FLA_POOL_BOUND; in uhci_init_frame_lst_table()