Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c1956 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in finish_td()
2023 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in process_ctrl_td()
2238 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in process_bulk_intr_td()
2324 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in handle_tx_event()
Dxhci-dbgcap.c602 ep_id = TRB_TO_EP_ID(le32_to_cpu(event->generic.field[3])); in dbc_handle_xfer_event()
Dxhci.h1083 #define TRB_TO_EP_ID(p) (((p) >> 16) & 0x1f) macro
/Linux-v5.4/drivers/usb/early/
Dxhci-dbc.c720 ep_id = TRB_TO_EP_ID(le32_to_cpu(evt_trb->field[3])); in xdbc_handle_tx_event()