Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h244 #define XHCI_TRB_3_IOC_BIT (1U << 5) macro
H A Dpci_xhci.c1578 trb->dwTrb3 & XHCI_TRB_3_IOC_BIT ? 1 : 0)); in pci_xhci_xfer_complete()
1595 if (!(trb->dwTrb3 & XHCI_TRB_3_IOC_BIT) && in pci_xhci_xfer_complete()
1813 if ((epid > 1) && (trbflags & XHCI_TRB_3_IOC_BIT)) { in pci_xhci_handle_transfer()
1841 if (trbflags & XHCI_TRB_3_IOC_BIT) { in pci_xhci_handle_transfer()
/freebsd/sys/dev/usb/controller/
H A Dxhci.h255 #define XHCI_TRB_3_IOC_BIT (1U << 5) macro
H A Dxhci.c1894 td->td_trb[x-1].dwTrb3 |= htole32(XHCI_TRB_3_IOC_BIT); in xhci_setup_generic_chain_sub()
1918 XHCI_TRB_3_CYCLE_BIT | XHCI_TRB_3_IOC_BIT | in xhci_setup_generic_chain_sub()
2928 trb_link->dwTrb3 = htole32(XHCI_TRB_3_IOC_BIT | in xhci_transfer_insert()