Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h284 field3 & TRB_BEI ? 'B' : 'b', in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1033 #define TRB_BEI BIT(9) macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h876 #define TRB_BEI (1<<9) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1081 #define TRB_BEI (1<<9) macro
2123 field3 & TRB_BEI ? 'B' : 'b', in xhci_decode_trb()
H A Dxhci-ring.c4267 field |= TRB_BEI; in xhci_queue_isoc_tx()