Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/drivers/usb/cdns3/
H A 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()
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()
1659 ep_ring->enqueue->link.control |= cpu_to_le32(TRB_CHAIN); in cdnsp_prepare_ring()
1960 field |= TRB_CHAIN; in cdnsp_queue_bulk_tx()
1977 field &= ~TRB_CHAIN; in cdnsp_queue_bulk_tx()
2075 field |= TRB_CHAIN; in cdnsp_queue_ctrl_tx()
2328 field |= TRB_CHAIN; in cdnsp_queue_isoc_tx()
H A Dcdns3-gadget.c1187 ch_bit = TRB_CHAIN; in cdns3_ep_run_transfer()
1307 trb->control |= cpu_to_le32(TRB_CHAIN); in cdns3_ep_run_transfer()
1595 le32_to_cpu(trb->control) & TRB_CHAIN) in cdns3_transfer_completed()
2738 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
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c94 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
120 next->link.control &= cpu_to_le32(~TRB_CHAIN); in inc_enq()
242 next->link.control &= cpu_to_le32(~TRB_CHAIN); in prepare_ring()
673 field |= TRB_CHAIN; in xhci_bulk_tx()
H A Dxhci.h869 #define TRB_CHAIN (1<<4) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1072 #define TRB_CHAIN (1<<4) macro
2047 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2097 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2110 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2126 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
H A Dxhci-ring.c128 trb->link.control &= cpu_to_le32(~TRB_CHAIN); in trb_to_noop()
222 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
251 next->link.control &= cpu_to_le32(~TRB_CHAIN); in inc_enq()
3370 cpu_to_le32(~TRB_CHAIN); in prepare_ring()
3373 cpu_to_le32(TRB_CHAIN); in prepare_ring()
3769 field |= TRB_CHAIN; in xhci_queue_bulk_tx()
3781 field &= ~TRB_CHAIN; in xhci_queue_bulk_tx()
4260 field |= TRB_CHAIN; in xhci_queue_isoc_tx()
H A Dxhci-mem.c118 val |= TRB_CHAIN; in xhci_link_segments()