Searched refs:CRTC_READ (Results 1 – 1 of 1) sorted by relevance
90 #define CRTC_READ(offset) readl(vc4_crtc->regs + (offset)) macro119 CRTC_READ(crtc_regs[i].reg)); in vc4_crtc_dump_regs()146 CRTC_READ(crtc_regs[i].reg)); in vc4_crtc_debugfs_regs()499 CRTC_READ(PV_V_CONTROL) & ~PV_VCONTROL_VIDEN); in vc4_crtc_disable()500 ret = wait_for(!(CRTC_READ(PV_V_CONTROL) & PV_VCONTROL_VIDEN), 1); in vc4_crtc_disable()547 CRTC_READ(PV_V_CONTROL) | PV_VCONTROL_VIDEN); in vc4_crtc_enable()701 u32 stat = CRTC_READ(PV_INTSTAT); in vc4_crtc_irq_handler()