Searched refs:TXP_READ (Results 1 – 1 of 1) sorted by relevance
146 #define TXP_READ(offset) readl(txp->regs + (offset)) macro352 if (TXP_READ(TXP_DST_CTRL) & TXP_BUSY) { in vc4_txp_encoder_disable()357 while (TXP_READ(TXP_DST_CTRL) & TXP_BUSY && in vc4_txp_encoder_disable()361 WARN_ON(TXP_READ(TXP_DST_CTRL) & TXP_BUSY); in vc4_txp_encoder_disable()450 TXP_WRITE(TXP_DST_CTRL, TXP_READ(TXP_DST_CTRL) & ~TXP_EI); in vc4_txp_interrupt()
Completed in 4 milliseconds