Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/cdns2/
H A 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()
H A Dcdns2-gadget.c355 ch_bit = TRB_CHAIN; in cdns2_prepare_ring()
582 control |= TRB_CHAIN; in cdns2_ep_tx_isoc()
644 control = ring->pcs | TRB_TYPE(TRB_LINK) | TRB_CHAIN in cdns2_ep_tx_bulk()
671 control |= TRB_CHAIN; in cdns2_ep_tx_bulk()
749 TRB_TYPE(TRB_LINK) | TRB_CHAIN); in cdns2_prepare_first_isoc_transfer()
1801 & TRB_CYCLE) | TRB_CHAIN | in cdns2_gadget_ep_dequeue()
H A Dcdns2-gadget.h477 #define TRB_CHAIN BIT(4) macro
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h195 field3 & TRB_CHAIN ? 'C' : 'c', in cdnsp_decode_trb()
251 field3 & TRB_CHAIN ? 'C' : 'c', in cdnsp_decode_trb()
266 field3 & TRB_CHAIN ? 'C' : 'c', in cdnsp_decode_trb()
285 field3 & TRB_CHAIN ? 'C' : 'c', in cdnsp_decode_trb()
H A 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()
1662 ep_ring->enqueue->link.control |= cpu_to_le32(TRB_CHAIN); in cdnsp_prepare_ring()
1963 field |= TRB_CHAIN; in cdnsp_queue_bulk_tx()
1980 field &= ~TRB_CHAIN; in cdnsp_queue_bulk_tx()
2078 field |= TRB_CHAIN; in cdnsp_queue_ctrl_tx()
2318 field |= TRB_CHAIN; in cdnsp_queue_isoc_tx()
H A Dcdns3-trace.h354 __entry->control & TRB_CHAIN ? "CHAIN, " : "",
H A Dcdns3-gadget.c1188 ch_bit = TRB_CHAIN; in cdns3_ep_run_transfer()
1308 trb->control |= cpu_to_le32(TRB_CHAIN); in cdns3_ep_run_transfer()
1596 le32_to_cpu(trb->control) & TRB_CHAIN) in cdns3_transfer_completed()
2744 TRB_TYPE(TRB_LINK) | TRB_CHAIN); in cdns3_gadget_ep_dequeue()
H A Dcdns3-gadget.h1058 #define TRB_CHAIN BIT(4) macro
H A Dcdnsp-gadget.h1038 #define TRB_CHAIN BIT(4) macro
/linux/drivers/usb/host/
H A Dxhci.h1052 #define TRB_CHAIN (1<<4) macro
2055 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2104 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2117 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2132 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2151 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
H A Dxhci-ring.c152 trb->link.control &= cpu_to_le32(~TRB_CHAIN); in trb_to_noop()
248 ring->enqueue->link.control &= cpu_to_le32(~TRB_CHAIN); in inc_enq_past_link()
288 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
3693 field |= TRB_CHAIN; in xhci_queue_bulk_tx()
3705 field &= ~TRB_CHAIN; in xhci_queue_bulk_tx()
4179 field |= TRB_CHAIN; in xhci_queue_isoc_tx()
H A Dxhci-mem.c111 val |= TRB_CHAIN; in xhci_set_link_trb()