Searched refs:XHCI_TRB_3_TC_BIT (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dpci_xhci.h238 #define XHCI_TRB_3_TC_BIT (1U << 1) /* command ring only */ macro
H A Dpci_xhci.c1409 if (trb->dwTrb3 & XHCI_TRB_3_TC_BIT)
1753 if (trb->dwTrb3 & XHCI_TRB_3_TC_BIT)
/freebsd-current/sys/dev/usb/controller/
H A Dxhci.h250 #define XHCI_TRB_3_TC_BIT (1U << 1) /* command ring only */ macro
H A Dxhci.c1162 temp &= ~htole32(XHCI_TRB_3_TC_BIT);
1177 temp = htole32(XHCI_TRB_3_TC_BIT |
1181 temp = htole32(XHCI_TRB_3_TC_BIT |

Completed in 91 milliseconds