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