Searched refs:TRB_CHAIN (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-debug.h | 174 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 D | cdns2-gadget.c | 354 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 D | cdns2-gadget.h | 477 #define TRB_CHAIN BIT(4) macro
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-debug.h | 197 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 D | cdnsp-ring.c | 113 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 D | cdns3-gadget.c | 1187 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 D | cdns3-trace.h | 415 __entry->control & TRB_CHAIN ? "CHAIN, " : "",
|
H A D | cdns3-gadget.h | 1058 #define TRB_CHAIN BIT(4) macro
|
H A D | cdnsp-gadget.h | 1025 #define TRB_CHAIN BIT(4) macro
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-ring.c | 94 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 D | xhci.h | 869 #define TRB_CHAIN (1<<4) macro
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci.h | 1072 #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 D | xhci-ring.c | 128 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 D | xhci-mem.c | 118 val |= TRB_CHAIN; in xhci_link_segments()
|