Home
last modified time | relevance | path

Searched refs:TRB_LEN (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/usb/cdns3/
Dep0.c41 priv_ep->trb_pool[0].length = TRB_LEN(length); in cdns3_ep0_run_transfer()
46 priv_ep->trb_pool[1].length = TRB_LEN(0); in cdns3_ep0_run_transfer()
600 TRB_LEN(le32_to_cpu(priv_ep->trb_pool->length)); in cdns3_transfer_completed()
Dtrace.h343 TRB_LEN(__entry->length),
Dgadget.h1053 #define TRB_LEN(p) ((p) & GENMASK(16, 0)) macro
Dgadget.c915 TRB_LEN(length); in cdns3_ep_run_transfer()
1172 request->actual = TRB_LEN(le32_to_cpu(trb->length)); in cdns3_transfer_completed()
/Linux-v5.4/drivers/usb/host/
Dxhci.h1287 #define TRB_LEN(p) ((p) & 0x1ffff) macro
2248 TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb()
2257 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb()
2270 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb()
2284 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb()
Dxhci-ring.c2000 sum += TRB_LEN(le32_to_cpu(trb->generic.field[2])); in sum_trb_lengths()
2130 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in process_isoc_td()
2242 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in process_bulk_intr_td()
3346 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_bulk_tx()
3461 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
3489 length_field = TRB_LEN(urb->transfer_buffer_length) | in xhci_queue_ctrl_tx()
3789 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_isoc_tx()
Dxhci-dbgcap.c257 length = TRB_LEN(req->length); in xhci_dbc_queue_bulk_tx()
/Linux-v5.4/drivers/usb/early/
Dxhci-dbc.c488 length = TRB_LEN(size); in xdbc_bulk_transfer()