Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h309 field3 & TRB_BSR ? 'B' : 'b', in cdnsp_decode_trb()
H A Dcdnsp-gadget.h946 #define TRB_BSR BIT(9) macro
H A Dcdnsp-ring.c2417 (setup == SETUP_CONTEXT_ONLY ? TRB_BSR : 0)); in cdnsp_queue_address_device()
/linux/drivers/usb/host/
H A Dxhci.h963 #define TRB_BSR (1<<9) macro
2139 field3 & TRB_BSR ? 'B' : 'b', in xhci_decode_trb()
H A Dxhci-ring.c4384 | (setup == SETUP_CONTEXT_ONLY ? TRB_BSR : 0), false); in xhci_queue_address_device()