Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.h980 #define STREAM_ID_FOR_TRB(p) ((((p)) << 16) & GENMASK(31, 16)) macro
Dcdnsp-ring.c2452 u32 trb_stream_id = STREAM_ID_FOR_TRB(deq_state->stream_id); in cdnsp_queue_new_dequeue_state()
/linux-6.12.1/drivers/usb/host/
Dxhci.h1003 #define STREAM_ID_FOR_TRB(p) ((((p)) & 0xffff) << 16) macro
Dxhci-ring.c717 STREAM_ID_FOR_TRB(stream_id), SLOT_ID_FOR_TRB(slot_id) | in xhci_move_dequeue_past_td()