Home
last modified time | relevance | path

Searched refs:TRB_CHAIN (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/drivers/usb/gadget/udc/cdns2/
Dcdns2-debug.h174 flags & TRB_CHAIN ? 'C' : 'c', in cdns2_decode_trb()
175 flags & TRB_CHAIN ? 'H' : 'h', in cdns2_decode_trb()
187 flags & TRB_CHAIN ? 'C' : 'c', in cdns2_decode_trb()
188 flags & TRB_CHAIN ? 'H' : 'h', in cdns2_decode_trb()
Dcdns2-gadget.c354 ch_bit = TRB_CHAIN; in cdns2_prepare_ring()
581 control |= TRB_CHAIN; in cdns2_ep_tx_isoc()
643 control = ring->pcs | TRB_TYPE(TRB_LINK) | TRB_CHAIN in cdns2_ep_tx_bulk()
670 control |= TRB_CHAIN; in cdns2_ep_tx_bulk()
748 TRB_TYPE(TRB_LINK) | TRB_CHAIN); in cdns2_prepare_first_isoc_transfer()
1800 & TRB_CYCLE) | TRB_CHAIN | in cdns2_gadget_ep_dequeue()
Dcdns2-gadget.h468 #define TRB_CHAIN BIT(4) macro
/Linux-v6.6/drivers/usb/cdns3/
Dcdnsp-debug.h197 field3 & TRB_CHAIN ? 'C' : 'c', in cdnsp_decode_trb()
253 field3 & TRB_CHAIN ? 'C' : 'c', in cdnsp_decode_trb()
268 field3 & TRB_CHAIN ? 'C' : 'c', in cdnsp_decode_trb()
287 field3 & TRB_CHAIN ? 'C' : 'c', in cdnsp_decode_trb()
Dcdnsp-ring.c113 trb->link.control &= cpu_to_le32(~TRB_CHAIN); in cdnsp_trb_to_noop()
194 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in cdnsp_inc_enq()
213 next->link.control &= cpu_to_le32(~TRB_CHAIN); in cdnsp_inc_enq()
1654 ep_ring->enqueue->link.control |= cpu_to_le32(TRB_CHAIN); in cdnsp_prepare_ring()
1938 field |= TRB_CHAIN; in cdnsp_queue_bulk_tx()
1955 field &= ~TRB_CHAIN; in cdnsp_queue_bulk_tx()
2042 field |= TRB_CHAIN; in cdnsp_queue_ctrl_tx()
2295 field |= TRB_CHAIN; in cdnsp_queue_isoc_tx()
Dcdns3-gadget.c1183 ch_bit = TRB_CHAIN; in cdns3_ep_run_transfer()
1254 trb->control |= cpu_to_le32(TRB_CHAIN); in cdns3_ep_run_transfer()
1536 le32_to_cpu(trb->control) & TRB_CHAIN) in cdns3_transfer_completed()
2680 TRB_TYPE(TRB_LINK) | TRB_CHAIN); in cdns3_gadget_ep_dequeue()
Dcdns3-trace.h415 __entry->control & TRB_CHAIN ? "CHAIN, " : "",
Dcdns3-gadget.h1058 #define TRB_CHAIN BIT(4) macro
Dcdnsp-gadget.h1022 #define TRB_CHAIN BIT(4) macro
/Linux-v6.6/drivers/usb/host/
Dxhci.h1324 #define TRB_CHAIN (1<<4) macro
2292 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2342 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2355 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2371 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
Dxhci-ring.c127 trb->link.control &= cpu_to_le32(~TRB_CHAIN); in trb_to_noop()
221 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
250 next->link.control &= cpu_to_le32(~TRB_CHAIN); in inc_enq()
3224 cpu_to_le32(~TRB_CHAIN); in prepare_ring()
3227 cpu_to_le32(TRB_CHAIN); in prepare_ring()
3623 field |= TRB_CHAIN; in xhci_queue_bulk_tx()
3635 field &= ~TRB_CHAIN; in xhci_queue_bulk_tx()
4100 field |= TRB_CHAIN; in xhci_queue_isoc_tx()
Dxhci-mem.c118 val |= TRB_CHAIN; in xhci_link_segments()