Searched refs:EP_ID_FOR_TRB (Results 1 – 3 of 3) sorted by relevance
2444 EP_ID_FOR_TRB(ep_index) | TRB_TYPE(TRB_STOP_RING)); in cdnsp_queue_stop_endpoint()2467 EP_ID_FOR_TRB(pep->idx) | type); in cdnsp_queue_new_dequeue_state()2474 EP_ID_FOR_TRB(ep_index) | in cdnsp_queue_reset_ep()2485 EP_ID_FOR_TRB(ep_index)); in cdnsp_queue_halt_endpoint()
972 #define EP_ID_FOR_TRB(p) ((((p) + 1) << 16) & GENMASK(20, 16)) macro
814 #define EP_ID_FOR_TRB(p) (((p) & 0x1f) << 16) macro