Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-ring.c2445 EP_ID_FOR_TRB(ep_index) | TRB_TYPE(TRB_STOP_RING)); in cdnsp_queue_stop_endpoint()
2468 EP_ID_FOR_TRB(pep->idx) | type); in cdnsp_queue_new_dequeue_state()
2475 EP_ID_FOR_TRB(ep_index) | in cdnsp_queue_reset_ep()
2486 EP_ID_FOR_TRB(ep_index)); in cdnsp_queue_halt_endpoint()
H A Dcdnsp-gadget.h975 #define EP_ID_FOR_TRB(p) ((((p) + 1) << 16) & GENMASK(20, 16)) macro
/linux-6.15/drivers/usb/host/
H A Dxhci.h820 #define EP_ID_FOR_TRB(p) (((p) & 0x1f) << 16) macro