Searched refs:TRB_LEN (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.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() 1239 TRB_LEN(length)); in cdns3_ep_run_transfer() 1543 TRB_LEN(le32_to_cpu(trb->length)); in cdns3_transfer_completed() 1577 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
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | xhci.h | 1291 #define TRB_LEN(p) ((p) & 0x1ffff) macro 2277 TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2287 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2301 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2315 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb()
|
D | xhci-ring.c | 2108 sum += TRB_LEN(le32_to_cpu(trb->generic.field[2])); in sum_trb_lengths() 2238 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in process_isoc_td() 2350 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in process_bulk_intr_td() 3500 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_bulk_tx() 3615 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx() 3643 length_field = TRB_LEN(urb->transfer_buffer_length) | in xhci_queue_ctrl_tx() 3958 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()
|
/kernel/linux/linux-5.10/drivers/usb/early/ |
D | xhci-dbc.c | 489 length = TRB_LEN(size); in xdbc_bulk_transfer()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0034_linux_drivers_usb_vfio_wdt_tty_uio.patch | 6066 + TRB_LEN(8) | TRB_INTR_TARGET(0), 6089 + length_field = TRB_LEN(urb->transfer_buffer_length) |
|