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 in struct:uhci_state
247 * uhci_dma_addr_bind_flag values
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c285 uhcip->uhci_dma_addr_bind_flag |= UHCI_TD_POOL_BOUND;
329 uhcip->uhci_dma_addr_bind_flag |= UHCI_QH_POOL_BOUND;
373 if (uhcip->uhci_dma_addr_bind_flag & UHCI_TD_POOL_BOUND) {
388 if (uhcip->uhci_dma_addr_bind_flag & UHCI_QH_POOL_BOUND) {
403 if (uhcip->uhci_dma_addr_bind_flag & UHCI_FLA_POOL_BOUND) {
899 uhcip->uhci_dma_addr_bind_flag |= UHCI_FLA_POOL_BOUND;

Completed in 65 milliseconds