Searched refs:TXP_READ (Results 1 – 1 of 1) sorted by relevance
142 #define TXP_READ(offset) readl(txp->regs + (offset)) macro190 TXP_READ(txp_regs[i].reg)); in vc4_txp_debugfs_regs()365 if (TXP_READ(TXP_DST_CTRL) & TXP_BUSY) { in vc4_txp_encoder_disable()370 while (TXP_READ(TXP_DST_CTRL) & TXP_BUSY && in vc4_txp_encoder_disable()374 WARN_ON(TXP_READ(TXP_DST_CTRL) & TXP_BUSY); in vc4_txp_encoder_disable()388 TXP_WRITE(TXP_DST_CTRL, TXP_READ(TXP_DST_CTRL) & ~TXP_EI); in vc4_txp_interrupt()