Searched refs:TRB_FRAME_ID (Results 1 – 3 of 3) sorted by relevance
1053 #define TRB_FRAME_ID(p) (((p) << 20) & GENMASK(30, 20)) macro
1090 #define TRB_FRAME_ID(p) (((p) & 0x7ff) << 20) macro
4170 sia_frame_id = TRB_FRAME_ID(frame_id); in xhci_queue_isoc_tx()