Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h987 #define STREAM_ID_FOR_TRB(p) ((((p)) << 16) & GENMASK(31, 16)) macro
H A Dcdnsp-ring.c2455 u32 trb_stream_id = STREAM_ID_FOR_TRB(deq_state->stream_id); in cdnsp_queue_new_dequeue_state()
/linux/drivers/usb/host/
H A Dxhci.h1017 #define STREAM_ID_FOR_TRB(p) ((((p)) & 0xffff) << 16) macro