rcar_du_crtc_write
rcar_du_crtc_write(rcrtc, DSRCR, DSRCR_VBCL);
rcar_du_crtc_write(rcrtc, DSRCR, status & DSRCR_MASK);
rcar_du_crtc_write(rcrtc, rcrtc->index % 2 ? ESCR13 : ESCR02, escr);
rcar_du_crtc_write(rcrtc, rcrtc->index % 2 ? OTAR13 : OTAR02, 0);
rcar_du_crtc_write(rcrtc, DSMR, dsmr);
rcar_du_crtc_write(rcrtc, HDSR, mode->htotal - mode->hsync_start -
rcar_du_crtc_write(rcrtc, HDER, mode->htotal - mode->hsync_start +
rcar_du_crtc_write(rcrtc, HSWR, mode->hsync_end -
rcar_du_crtc_write(rcrtc, HCR, mode->htotal - 1);
rcar_du_crtc_write(rcrtc, VDSR, mode->crtc_vtotal -
rcar_du_crtc_write(rcrtc, VDER, mode->crtc_vtotal -
rcar_du_crtc_write(rcrtc, VSPR, mode->crtc_vtotal -
rcar_du_crtc_write(rcrtc, VCR, mode->crtc_vtotal - 1);
rcar_du_crtc_write(rcrtc, DESR, mode->htotal - mode->hsync_start - 1);
rcar_du_crtc_write(rcrtc, DEWR, mode->hdisplay);
rcar_du_crtc_write(rcrtc, DOOR, DOOR_RGB(0, 0, 0));
rcar_du_crtc_write(rcrtc, BPOR, BPOR_RGB(0, 0, 0));