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.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()
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()
1657 ep_ring->enqueue->link.control |= cpu_to_le32(TRB_CHAIN); in cdnsp_prepare_ring()
1958 field |= TRB_CHAIN; in cdnsp_queue_bulk_tx()
1975 field &= ~TRB_CHAIN; in cdnsp_queue_bulk_tx()
2073 field |= TRB_CHAIN; in cdnsp_queue_ctrl_tx()
2313 field |= TRB_CHAIN; in cdnsp_queue_isoc_tx()
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()
2739 TRB_TYPE(TRB_LINK) | TRB_CHAIN); in cdns3_gadget_ep_dequeue()
H A Dcdns3-trace.h415 __entry->control & TRB_CHAIN ? "CHAIN, " : "",
H A Dcdns3-gadget.h1058 #define TRB_CHAIN BIT(4) macro
H A Dcdnsp-gadget.h1025 #define TRB_CHAIN BIT(4) macro
/linux/drivers/usb/host/
H A Dxhci.h1042 #define TRB_CHAIN (1<<4) macro
2010 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2059 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2072 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2088 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
H A Dxhci-ring.c133 trb->link.control &= cpu_to_le32(~TRB_CHAIN); in trb_to_noop()
227 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
254 next->link.control &= cpu_to_le32(~TRB_CHAIN); in inc_enq()
3231 cpu_to_le32(~TRB_CHAIN); in prepare_ring()
3234 cpu_to_le32(TRB_CHAIN); in prepare_ring()
3629 field |= TRB_CHAIN; in xhci_queue_bulk_tx()
3641 field &= ~TRB_CHAIN; in xhci_queue_bulk_tx()
4105 field |= TRB_CHAIN; in xhci_queue_isoc_tx()
H A Dxhci-mem.c120 val |= TRB_CHAIN; in xhci_link_segments()