Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h829 #define EP_ID_FOR_TRB(p) ((((p) + 1) & 0x1f) << 16) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c291 fields[3] |= EP_ID_FOR_TRB(ep_index); in xhci_queue_command()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c700 EP_ID_FOR_TRB(ep_index) | TRB_TYPE(TRB_SET_DEQ), false); in xhci_move_dequeue_past_td()
4421 u32 trb_ep_index = EP_ID_FOR_TRB(ep_index); in xhci_queue_stop_endpoint()
4435 u32 trb_ep_index = EP_ID_FOR_TRB(ep_index); in xhci_queue_reset_ep()
H A Dxhci.h1279 #define EP_ID_FOR_TRB(p) ((((p) + 1) & 0x1f) << 16) macro