Searched refs:XHCI_TRB_3_BSR_BIT (Results 1 – 2 of 2) sorted by relevance
227 #define XHCI_TRB_3_BSR_BIT (1U << 9) macro
1250 (temp & XHCI_TRB_3_BSR_BIT) == 0) { in xhci_do_command()1354 temp |= XHCI_TRB_3_BSR_BIT; in xhci_cmd_set_address()