Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/cdns3/
Dcdnsp-debug.h311 field3 & TRB_BSR ? 'B' : 'b', in cdnsp_decode_trb()
Dcdnsp-gadget.h943 #define TRB_BSR BIT(9) macro
Dcdnsp-ring.c2397 (setup == SETUP_CONTEXT_ONLY ? TRB_BSR : 0)); in cdnsp_queue_address_device()
/Linux-v6.6/drivers/usb/host/
Dxhci.h1238 #define TRB_BSR (1<<9) macro
2399 field3 & TRB_BSR ? 'B' : 'b', in xhci_decode_trb()
Dxhci-ring.c4331 | (setup == SETUP_CONTEXT_ONLY ? TRB_BSR : 0), false); in xhci_queue_address_device()