Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
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()
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()
1647 ep_ring->enqueue->link.control |= cpu_to_le32(TRB_CHAIN); in cdnsp_prepare_ring()
1931 field |= TRB_CHAIN; in cdnsp_queue_bulk_tx()
1947 field &= ~TRB_CHAIN; in cdnsp_queue_bulk_tx()
2244 field |= TRB_CHAIN; in cdnsp_queue_isoc_tx()
A Dcdns3-trace.h419 __entry->control & TRB_CHAIN ? "CHAIN, " : "",
A Dcdns3-gadget.h1055 #define TRB_CHAIN BIT(4) macro
A Dcdns3-gadget.c1181 ch_bit = TRB_CHAIN; in cdns3_ep_run_transfer()
1252 trb->control |= cpu_to_le32(TRB_CHAIN); in cdns3_ep_run_transfer()
2642 TRB_TYPE(TRB_LINK) | TRB_CHAIN); in cdns3_gadget_ep_dequeue()
A Dcdnsp-gadget.h1022 #define TRB_CHAIN BIT(4) macro
/linux/drivers/usb/host/
A Dxhci.h1319 #define TRB_CHAIN (1<<4) macro
2254 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2304 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2317 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2333 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
A Dxhci-ring.c127 trb->link.control &= cpu_to_le32(~TRB_CHAIN); in trb_to_noop()
223 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
255 next->link.control &= cpu_to_le32(~TRB_CHAIN); in inc_enq()
3260 cpu_to_le32(~TRB_CHAIN); in prepare_ring()
3263 cpu_to_le32(TRB_CHAIN); in prepare_ring()
3659 field |= TRB_CHAIN; in xhci_queue_bulk_tx()
3671 field &= ~TRB_CHAIN; in xhci_queue_bulk_tx()
4136 field |= TRB_CHAIN; in xhci_queue_isoc_tx()
A Dxhci-mem.c117 val |= TRB_CHAIN; in xhci_link_segments()

Completed in 761 milliseconds