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

/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_xhci.h253 #define XHCI_TRB_3_BSR_BIT (1U << 9) macro
/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.h235 #define XHCI_TRB_3_BSR_BIT (1U << 9) macro
H A Dxhci.c1285 (temp & XHCI_TRB_3_BSR_BIT) == 0) {
1389 temp |= XHCI_TRB_3_BSR_BIT;

Completed in 296 milliseconds