Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c95 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
121 next->link.control &= cpu_to_le32(~TRB_CHAIN); in inc_enq()
243 next->link.control &= cpu_to_le32(~TRB_CHAIN); in prepare_ring()
674 field |= TRB_CHAIN; in xhci_bulk_tx()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1326 #define TRB_CHAIN (1<<4) macro
2322 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2372 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2385 field3 & TRB_CHAIN ? 'C' : 'c', in xhci_decode_trb()
2401 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()
224 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
256 next->link.control &= cpu_to_le32(~TRB_CHAIN); in inc_enq()
3265 cpu_to_le32(~TRB_CHAIN); in prepare_ring()
3268 cpu_to_le32(TRB_CHAIN); in prepare_ring()
3664 field |= TRB_CHAIN; in xhci_queue_bulk_tx()
3676 field &= ~TRB_CHAIN; in xhci_queue_bulk_tx()
4141 field |= TRB_CHAIN; in xhci_queue_isoc_tx()
H A Dxhci-mem.c118 val |= TRB_CHAIN; in xhci_link_segments()
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dgadget.c1182 ch_bit = TRB_CHAIN; in cdns3_ep_run_transfer()
1253 trb->control |= TRB_CHAIN; in cdns3_ep_run_transfer()
1535 le32_to_cpu(trb->control) & TRB_CHAIN) in cdns3_transfer_completed()
2652 TRB_TYPE(TRB_LINK) | TRB_CHAIN); in cdns3_gadget_ep_dequeue()
H A Dtrace.h422 __entry->control & TRB_CHAIN ? "CHAIN, " : "",
H A Dgadget.h1054 #define TRB_CHAIN BIT(4) macro
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h870 #define TRB_CHAIN (1<<4) macro
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dgadget.h1039 #define TRB_CHAIN BIT(4) macro
H A Dgadget.c878 ch_bit = TRB_CHAIN; in cdns3_ep_run_transfer()
2108 TRB_TYPE(TRB_LINK) | TRB_CHAIN | TRB_TOGGLE; in cdns3_gadget_ep_dequeue()