Home
last modified time | relevance | path

Searched refs:TXP_READ (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_txp.c142 #define TXP_READ(offset) readl(txp->regs + (offset)) macro
190 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()