Searched refs:TRB_LEN (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | xhci.h | 1268 #define TRB_LEN(p) ((p) & 0x1ffff) macro 2209 TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2218 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2231 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2245 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb()
|
D | xhci-ring.c | 1906 sum += TRB_LEN(le32_to_cpu(trb->generic.field[2])); in sum_trb_lengths() 2036 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in process_isoc_td() 2142 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in process_bulk_intr_td() 3224 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_bulk_tx() 3339 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx() 3357 length_field = TRB_LEN(urb->transfer_buffer_length) | in xhci_queue_ctrl_tx() 3657 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_isoc_tx()
|
D | xhci-dbgcap.c | 258 length = TRB_LEN(req->length); in xhci_dbc_queue_bulk_tx()
|
/Linux-v4.19/drivers/usb/early/ |
D | xhci-dbc.c | 488 length = TRB_LEN(size); in xdbc_bulk_transfer()
|