Home
last modified time | relevance | path

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

/drivers/usb/cdns3/
Dcdnsp-gadget.h977 #define STREAM_ID_FOR_TRB(p) ((((p)) << 16) & GENMASK(31, 16)) macro
Dcdnsp-ring.c2425 u32 trb_stream_id = STREAM_ID_FOR_TRB(deq_state->stream_id); in cdnsp_queue_new_dequeue_state()
/drivers/usb/host/
Dxhci.h1286 #define STREAM_ID_FOR_TRB(p) ((((p)) & 0xffff) << 16) macro
Dxhci-ring.c696 STREAM_ID_FOR_TRB(stream_id), SLOT_ID_FOR_TRB(slot_id) | in xhci_move_dequeue_past_td()