Searched refs:h_fsz (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_hdmi.c | 92 u8 h_fsz[2]; member 1450 hdmi_reg_writeb(hdata, HDMI_TG_H_FSZ_L, tg->h_fsz[0]); in hdmi_v13_mode_apply() 1451 hdmi_reg_writeb(hdata, HDMI_TG_H_FSZ_H, tg->h_fsz[1]); in hdmi_v13_mode_apply() 1607 hdmi_reg_writeb(hdata, HDMI_TG_H_FSZ_L, tg->h_fsz[0]); in hdmi_v14_mode_apply() 1608 hdmi_reg_writeb(hdata, HDMI_TG_H_FSZ_H, tg->h_fsz[1]); in hdmi_v14_mode_apply() 1875 hdmi_set_reg(tg->h_fsz, 2, m->htotal); in hdmi_v13_mode_set() 1990 hdmi_set_reg(tg->h_fsz, 2, m->htotal); in hdmi_v14_mode_set()
|