Home
last modified time | relevance | path

Searched refs:TRB_BEI (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h282 field3 & TRB_BEI ? 'B' : 'b', in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1046 #define TRB_BEI BIT(9) macro
/linux/drivers/usb/host/
H A Dxhci.h1061 #define TRB_BEI (1<<9) macro
2129 field3 & TRB_BEI ? 'B' : 'b', in xhci_decode_trb()
2148 field3 & TRB_BEI ? 'B' : 'b', in xhci_decode_trb()
H A Dxhci-ring.c4185 field |= TRB_BEI; in xhci_queue_isoc_tx()