Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.h224 #define XHCI_TRB_3_TC_BIT (1U << 1) /* command ring only */ macro
H A Dxhci.c1169 temp &= ~htole32(XHCI_TRB_3_TC_BIT); in xhci_do_command()
1184 temp = htole32(XHCI_TRB_3_TC_BIT | in xhci_do_command()
1188 temp = htole32(XHCI_TRB_3_TC_BIT | in xhci_do_command()

Completed in 6 milliseconds