Searched refs:TRB_LEN (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/drivers/usb/cdns3/ |
| D | ep0.c | 42 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()
|
| D | gadget.c | 1044 trb->length = cpu_to_le32(TRB_BURST_LEN(16) | TRB_LEN(length)); in cdns3_ep_run_stream_transfer() 1226 TRB_LEN(length)); in cdns3_ep_run_transfer() 1529 TRB_LEN(le32_to_cpu(trb->length)); in cdns3_transfer_completed() 1563 request->actual += TRB_LEN(le32_to_cpu(trb->length)); in cdns3_transfer_completed()
|
| D | trace.h | 415 TRB_LEN(__entry->length),
|
| D | gadget.h | 1068 #define TRB_LEN(p) ((p) & GENMASK(16, 0)) macro
|
| /Linux-v5.10/drivers/usb/host/ |
| D | xhci.h | 1287 #define TRB_LEN(p) ((p) & 0x1ffff) macro 2266 TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2275 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2288 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2302 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb()
|
| D | xhci-ring.c | 2033 sum += TRB_LEN(le32_to_cpu(trb->generic.field[2])); in sum_trb_lengths() 2163 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in process_isoc_td() 2275 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in process_bulk_intr_td() 3419 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_bulk_tx() 3534 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx() 3562 length_field = TRB_LEN(urb->transfer_buffer_length) | in xhci_queue_ctrl_tx() 3877 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_isoc_tx()
|
| D | xhci-dbgcap.c | 263 length = TRB_LEN(req->length); in xhci_dbc_queue_bulk_tx()
|
| /Linux-v5.10/drivers/usb/early/ |
| D | xhci-dbc.c | 482 length = TRB_LEN(size); in xdbc_bulk_transfer()
|