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

/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_xhci.h246 #define XHCI_TRB_3_IOC_BIT (1U << 5) macro
H A Dpci_xhci.c1566 trb->dwTrb3 & XHCI_TRB_3_IOC_BIT ? 1 : 0));
1583 if (!(trb->dwTrb3 & XHCI_TRB_3_IOC_BIT) &&
1801 if ((epid > 1) && (trbflags & XHCI_TRB_3_IOC_BIT)) {
1829 if (trbflags & XHCI_TRB_3_IOC_BIT) {
/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.h228 #define XHCI_TRB_3_IOC_BIT (1U << 5) macro
H A Dxhci.c1952 td->td_trb[x-1].dwTrb3 |= htole32(XHCI_TRB_3_IOC_BIT);
1976 XHCI_TRB_3_CYCLE_BIT | XHCI_TRB_3_IOC_BIT |
2993 trb_link->dwTrb3 = htole32(XHCI_TRB_3_IOC_BIT |

Completed in 196 milliseconds