Searched refs:t7xx_cldma_hw_tx_done (Results 1 – 3 of 3) sorted by relevance
168 void t7xx_cldma_hw_tx_done(struct t7xx_cldma_hw *hw_info, unsigned int bitmask);
348 t7xx_cldma_hw_tx_done(hw_info, EQ_STA_BIT(queue->index)); in t7xx_cldma_tx_done()353 t7xx_cldma_hw_tx_done(hw_info, BIT(queue->index)); in t7xx_cldma_tx_done()572 t7xx_cldma_hw_tx_done(hw_info, l2_tx_int); in t7xx_cldma_irq_work_cb()650 t7xx_cldma_hw_tx_done(hw_info, CLDMA_L2TISAR0_ALL_INT_MASK); in t7xx_cldma_stop()1227 t7xx_cldma_hw_tx_done(hw_info, EMPTY_STATUS_BITMASK | TXRX_STATUS_BITMASK); in t7xx_cldma_hif_hw_init()
148 void t7xx_cldma_hw_tx_done(struct t7xx_cldma_hw *hw_info, unsigned int bitmask) in t7xx_cldma_hw_tx_done() function