Searched refs:TRB_LEN (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-debug.h | 234 TRB_LEN(field2), GET_TD_SIZE(field2), in cdnsp_decode_trb() 246 field1, field0, TRB_LEN(field2), in cdnsp_decode_trb() 261 field1, field0, TRB_LEN(field2), in cdnsp_decode_trb() 279 field1, field0, TRB_LEN(field2), in cdnsp_decode_trb()
|
| H A D | cdns3-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()
|
| H A D | cdns3-gadget.h | 1072 #define TRB_LEN(p) ((p) & GENMASK(16, 0)) macro
|
| /linux/drivers/usb/gadget/udc/cdns2/ |
| H A D | cdns2-ep0.c | 49 ring->trbs[0].length = cpu_to_le32(TRB_LEN(length)); in cdns2_ep0_enqueue() 55 ring->trbs[1].length = cpu_to_le32(TRB_LEN(0)); in cdns2_ep0_enqueue() 470 TRB_LEN(le32_to_cpu(pep->ring.trbs->length)); in cdns2_transfer_completed()
|
| H A D | cdns2-debug.h | 183 buffer, TRB_LEN(length), in cdns2_decode_trb()
|
| H A D | cdns2-gadget.h | 482 #define TRB_LEN(p) ((p) & GENMASK(16, 0)) macro
|
| H A D | cdns2-gadget.c | 584 length = TRB_LEN(trb_buff_len) | in cdns2_ep_tx_isoc() 675 TRB_LEN(length)); in cdns2_ep_tx_bulk() 1017 TRB_LEN(le32_to_cpu(trb->length)); in cdns2_transfer_completed()
|
| /linux/drivers/usb/early/ |
| H A D | xhci-dbc.c | 489 length = TRB_LEN(size); in xdbc_bulk_transfer()
|