Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/cdns3/
Dcdnsp-debug.h236 TRB_LEN(field2), GET_TD_SIZE(field2), in cdnsp_decode_trb()
248 field1, field0, TRB_LEN(field2), in cdnsp_decode_trb()
263 field1, field0, TRB_LEN(field2), in cdnsp_decode_trb()
281 field1, field0, TRB_LEN(field2), in cdnsp_decode_trb()
Dcdns3-ep0.c42 priv_ep->trb_pool[0].length = cpu_to_le32(TRB_LEN(length)); in cdns3_ep0_run_transfer()
47 priv_ep->trb_pool[1].length = cpu_to_le32(TRB_LEN(0)); in cdns3_ep0_run_transfer()
580 TRB_LEN(le32_to_cpu(priv_ep->trb_pool->length)); in cdns3_transfer_completed()
Dcdnsp-ring.c958 sum += TRB_LEN(le32_to_cpu(trb->generic.field[2])); in cdnsp_sum_trb_lengths()
1057 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in cdnsp_process_isoc_td()
1142 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in cdnsp_process_bulk_intr_td()
1971 length_field = TRB_LEN(trb_buff_len) | TRB_TD_SIZE(remainder) | in cdnsp_queue_bulk_tx()
2036 length_field = TRB_LEN(preq->request.length) | in cdnsp_queue_ctrl_tx()
2237 length_field = TRB_LEN(trb_buff_len) | TRB_INTR_TARGET(0); in cdnsp_queue_isoc_tx()
Dcdns3-gadget.c1030 trb->length = cpu_to_le32(TRB_BURST_LEN(16) | TRB_LEN(length)); in cdns3_ep_run_stream_transfer()
1225 TRB_LEN(length)); in cdns3_ep_run_transfer()
1530 TRB_LEN(le32_to_cpu(trb->length)); in cdns3_transfer_completed()
1565 request->actual += TRB_LEN(le32_to_cpu(trb->length)); in cdns3_transfer_completed()
Dcdns3-trace.h412 TRB_LEN(__entry->length),
Dcdns3-gadget.h1072 #define TRB_LEN(p) ((p) & GENMASK(16, 0)) macro
Dcdnsp-gadget.h991 #define TRB_LEN(p) ((p) & GENMASK(16, 0)) macro
/Linux-v6.1/drivers/usb/host/
Dxhci.h1295 #define TRB_LEN(p) ((p) & 0x1ffff) macro
2312 TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb()
2322 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb()
2336 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb()
2350 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb()
Dxhci-ring.c2230 sum += TRB_LEN(le32_to_cpu(trb->generic.field[2])); in sum_trb_lengths()
2352 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in process_isoc_td()
2456 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in process_bulk_intr_td()
3627 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_bulk_tx()
3745 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
3773 length_field = TRB_LEN(urb->transfer_buffer_length) | in xhci_queue_ctrl_tx()
4090 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_isoc_tx()
Dxhci-dbgcap.c263 length = TRB_LEN(req->length); in xhci_dbc_queue_bulk_tx()
/Linux-v6.1/drivers/usb/early/
Dxhci-dbc.c489 length = TRB_LEN(size); in xdbc_bulk_transfer()