Home
last modified time | relevance | path

Searched refs:TRB_TO_EP_ID (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h717 #define TRB_TO_EP_ID(p) (((p) >> 16) & 0x1f) macro
/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dxhci-dbc.c721 ep_id = TRB_TO_EP_ID(le32_to_cpu(evt_trb->field[3])); in xdbc_handle_tx_event()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-dbgcap.c694 ep_id = TRB_TO_EP_ID(le32_to_cpu(event->generic.field[3])); in dbc_handle_xfer_event()
H A Dxhci.h1097 #define TRB_TO_EP_ID(p) (((p) >> 16) & 0x1f) macro
H A Dxhci-ring.c2601 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in handle_tx_event()