Searched refs:TRB_LEN (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/usb/cdns3/ |
| D | ep0.c | 41 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()
|
| D | trace.h | 343 TRB_LEN(__entry->length),
|
| D | gadget.h | 1053 #define TRB_LEN(p) ((p) & GENMASK(16, 0)) macro
|
| D | gadget.c | 915 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/ |
| D | xhci.h | 1287 #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()
|
| D | xhci-ring.c | 2000 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()
|
| D | xhci-dbgcap.c | 257 length = TRB_LEN(req->length); in xhci_dbc_queue_bulk_tx()
|
| /Linux-v5.4/drivers/usb/early/ |
| D | xhci-dbc.c | 488 length = TRB_LEN(size); in xdbc_bulk_transfer()
|