Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci.h1312 #define TRB_CHAIN (1<<4) macro
2232 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2280 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2292 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2308 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
Dxhci-ring.c124 trb->link.control &= cpu_to_le32(~TRB_CHAIN); in trb_to_noop()
210 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
236 next->link.control &= cpu_to_le32(~TRB_CHAIN); in inc_enq()
3004 cpu_to_le32(~TRB_CHAIN); in prepare_ring()
3007 cpu_to_le32(TRB_CHAIN); in prepare_ring()
3386 field |= TRB_CHAIN; in xhci_queue_bulk_tx()
3398 field &= ~TRB_CHAIN; in xhci_queue_bulk_tx()
3859 field |= TRB_CHAIN; in xhci_queue_isoc_tx()
Dxhci-mem.c117 val |= TRB_CHAIN; in xhci_link_segments()
/Linux-v5.10/drivers/usb/cdns3/
Dtrace.h422 __entry->control & TRB_CHAIN ? "CHAIN, " : "",
Dgadget.h1054 #define TRB_CHAIN BIT(4) macro
Dgadget.c1182 ch_bit = TRB_CHAIN; in cdns3_ep_run_transfer()
1253 trb->control |= TRB_CHAIN; in cdns3_ep_run_transfer()
2643 TRB_TYPE(TRB_LINK) | TRB_CHAIN); in cdns3_gadget_ep_dequeue()