Searched refs:XHCI_TRB_3_BSR_BIT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/usb/controller/
H A Dxhci.h227 #define XHCI_TRB_3_BSR_BIT (1U << 9) macro
H A Dxhci.c1237 (temp & XHCI_TRB_3_BSR_BIT) == 0) {
1341 temp |= XHCI_TRB_3_BSR_BIT;

Completed in 115 milliseconds