Searched refs:PV_CONTROL (Results 1 – 2 of 2) sorted by relevance
57 VC4_REG32(PV_CONTROL),306 CRTC_WRITE(PV_CONTROL, CRTC_READ(PV_CONTROL) & ~PV_CONTROL_EN); in vc4_crtc_pixelvalve_reset()307 CRTC_WRITE(PV_CONTROL, CRTC_READ(PV_CONTROL) | PV_CONTROL_FIFO_CLR); in vc4_crtc_pixelvalve_reset()409 CRTC_WRITE(PV_CONTROL, PV_CONTROL_FIFO_CLR | in vc4_crtc_config_pv()523 if (!(CRTC_READ(PV_CONTROL) & PV_CONTROL_EN)) in vc4_crtc_disable_at_boot()533 encoder_sel = VC4_GET_FIELD(CRTC_READ(PV_CONTROL), PV_CONTROL_CLK_SELECT); in vc4_crtc_disable_at_boot()632 CRTC_WRITE(PV_CONTROL, CRTC_READ(PV_CONTROL) | PV_CONTROL_EN); in vc4_crtc_atomic_enable()
131 #define PV_CONTROL 0x00 macro