Searched refs:TRB_CHAIN (Results 1 – 5 of 5) sorted by relevance
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()
355 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()
477 #define TRB_CHAIN BIT(4) macro
195 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()
1058 #define TRB_CHAIN BIT(4) macro