Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h836 #define STREAM_ID_FOR_TRB(p) ((((p)) & 0xffff) << 16) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h980 #define STREAM_ID_FOR_TRB(p) ((((p)) << 16) & GENMASK(31, 16)) macro
H A Dcdnsp-ring.c2465 u32 trb_stream_id = STREAM_ID_FOR_TRB(deq_state->stream_id); in cdnsp_queue_new_dequeue_state()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1033 #define STREAM_ID_FOR_TRB(p) ((((p)) & 0xffff) << 16) macro
H A Dxhci-ring.c737 STREAM_ID_FOR_TRB(stream_id), SLOT_ID_FOR_TRB(slot_id) | in xhci_move_dequeue_past_td()