Home
last modified time | relevance | path

Searched refs:TRB_CHAIN (Results 1 – 5 of 5) 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.c355 ch_bit = TRB_CHAIN; in cdns2_prepare_ring()
582 control |= TRB_CHAIN; in cdns2_ep_tx_isoc()
644 control = ring->pcs | TRB_TYPE(TRB_LINK) | TRB_CHAIN in cdns2_ep_tx_bulk()
671 control |= TRB_CHAIN; in cdns2_ep_tx_bulk()
749 TRB_TYPE(TRB_LINK) | TRB_CHAIN); in cdns2_prepare_first_isoc_transfer()
1801 & 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 Dcdns3-gadget.h1058 #define TRB_CHAIN BIT(4) macro