Searched refs:CRTC_WRITE (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_crtc.c | 75 #define CRTC_WRITE(offset, val) writel(val, vc4_crtc->regs + (offset)) macro 200 CRTC_WRITE(PV_CONTROL, 0); in vc4_crtc_mode_set_nofb() 201 CRTC_WRITE(PV_CONTROL, PV_CONTROL_FIFO_CLR | PV_CONTROL_EN); in vc4_crtc_mode_set_nofb() 202 CRTC_WRITE(PV_CONTROL, 0); in vc4_crtc_mode_set_nofb() 204 CRTC_WRITE(PV_HORZA, in vc4_crtc_mode_set_nofb() 209 CRTC_WRITE(PV_HORZB, in vc4_crtc_mode_set_nofb() 215 CRTC_WRITE(PV_VERTA_EVEN, in vc4_crtc_mode_set_nofb() 220 CRTC_WRITE(PV_VERTB_EVEN, in vc4_crtc_mode_set_nofb() 226 CRTC_WRITE(PV_HACT_ACT, mode->hdisplay); in vc4_crtc_mode_set_nofb() 228 CRTC_WRITE(PV_V_CONTROL, in vc4_crtc_mode_set_nofb() [all …]
|