Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
HDxhci.h227 #define XHCI_TRB_3_BSR_BIT (1U << 9) macro
HDxhci.c1250 (temp & XHCI_TRB_3_BSR_BIT) == 0) { in xhci_do_command()
1354 temp |= XHCI_TRB_3_BSR_BIT; in xhci_cmd_set_address()