Searched refs:hsyncinwidth (Results 1 – 1 of 1) sorted by relevance
419 const uint16_t hsyncinwidth = mode->crtc_hsync_end - mode->crtc_hsync_start; in dwhdmi_fc_init() local447 dwhdmi_write(sc, HDMI_FC_HSYNCINWIDTH0, hsyncinwidth & 0xff); in dwhdmi_fc_init()448 dwhdmi_write(sc, HDMI_FC_HSYNCINWIDTH1, hsyncinwidth >> 8); in dwhdmi_fc_init()