Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci.h1312 #define TRB_CHAIN (1<<4) macro
2214 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2262 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2274 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2290 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()
2931 cpu_to_le32(~TRB_CHAIN); in prepare_ring()
2934 cpu_to_le32(TRB_CHAIN); in prepare_ring()
3313 field |= TRB_CHAIN; in xhci_queue_bulk_tx()
3325 field &= ~TRB_CHAIN; in xhci_queue_bulk_tx()
3768 field |= TRB_CHAIN; in xhci_queue_isoc_tx()
Dxhci-mem.c120 val |= TRB_CHAIN; in xhci_link_segments()
/Linux-v5.4/drivers/usb/cdns3/
Dtrace.h350 __entry->control & TRB_CHAIN ? "CHAIN, " : "",
Dgadget.h1039 #define TRB_CHAIN BIT(4) macro
Dgadget.c884 ch_bit = TRB_CHAIN; in cdns3_ep_run_transfer()
2117 TRB_TYPE(TRB_LINK) | TRB_CHAIN; in cdns3_gadget_ep_dequeue()