Searched refs:rcar_du_crtc_write (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c40 static void rcar_du_crtc_write(struct rcar_du_crtc *rcrtc, u32 reg, u32 data) function
282 rcar_du_crtc_write(rcrtc, rcrtc->index % 2 ? ESCR13 : ESCR02, escr);
288 rcar_du_crtc_write(rcrtc, rcrtc->index % 2 ? OTAR13 : OTAR02, 0);
295 rcar_du_crtc_write(rcrtc, DSMR, dsmr);
307 rcar_du_crtc_write(rcrtc, HDSR, mode->htotal - mode->hsync_start -
309 rcar_du_crtc_write(rcrtc, HDER, mode->htotal - mode->hsync_start +
311 rcar_du_crtc_write(rcrtc, HSWR, mode->hsync_end -
313 rcar_du_crtc_write(rcrtc, HCR, mode->htotal - 1);
315 rcar_du_crtc_write(rcrtc, VDSR, mode->crtc_vtotal -
317 rcar_du_crtc_write(rcrt
[all...]

Completed in 219 milliseconds