Home
last modified time | relevance | path

Searched refs:EP_ID_FOR_TRB (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c2447 EP_ID_FOR_TRB(ep_index) | TRB_TYPE(TRB_STOP_RING)); in cdnsp_queue_stop_endpoint()
2470 EP_ID_FOR_TRB(pep->idx) | type); in cdnsp_queue_new_dequeue_state()
2477 EP_ID_FOR_TRB(ep_index) | in cdnsp_queue_reset_ep()
2488 EP_ID_FOR_TRB(ep_index) | in cdnsp_queue_halt_endpoint()
H A Dcdnsp-gadget.h979 #define EP_ID_FOR_TRB(p) ((((p) + 1) << 16) & GENMASK(20, 16)) macro