Home
last modified time | relevance | path

Searched refs:XHCI_TRB_3_BSR_BIT (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h237 #define XHCI_TRB_3_BSR_BIT (1U << 9) macro
Dxhci.c1243 ((temp & XHCI_TRB_3_BSR_BIT) == 0)) { in xhci_do_command()
1332 temp |= XHCI_TRB_3_BSR_BIT; in xhci_cmd_set_address()