Home
last modified time | relevance | path

Searched refs:vact (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/media/platform/s5p-tv/
Dhdmi_drv.c58 struct hdmi_pulse vact[2]; member
205 (t->vact[0].beg << 11) | t->vact[0].end); in hdmi_timing_apply()
213 (t->hact.end << 12) | t->vact[1].end); in hdmi_timing_apply()
215 (t->vact[1].end << 11) | t->vact[1].beg); in hdmi_timing_apply()
223 (t->hact.end << 12) | t->vact[0].end); in hdmi_timing_apply()
231 hdmi_writebn(hdev, HDMI_TG_VACT_ST_L, 2, t->vact[0].beg); in hdmi_timing_apply()
233 t->vact[0].end - t->vact[0].beg); in hdmi_timing_apply()
238 hdmi_writebn(hdev, HDMI_TG_V_FSZ_L, 2, t->vact[1].end); in hdmi_timing_apply()
240 hdmi_writebn(hdev, HDMI_TG_FIELD_CHG_L, 2, t->vact[0].end); in hdmi_timing_apply()
241 hdmi_writebn(hdev, HDMI_TG_VACT_ST2_L, 2, t->vact[1].beg); in hdmi_timing_apply()
[all …]
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-tpg.c1823 unsigned vact = 0, hact = 0; in tpg_fill_plane_extras() local
1829 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
1830 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
1832 ((params->sav_eav_f ^ vact) << 1) | in tpg_fill_plane_extras()
1833 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
1838 unsigned vact = 0, hact = 1; in tpg_fill_plane_extras() local
1844 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
1845 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
1847 ((params->sav_eav_f ^ vact) << 1) | in tpg_fill_plane_extras()
1848 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
/linux-4.1.27/include/video/
Domapdss.h266 u16 vact; member
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddsi.c4648 dsi_vm->vact = req_vm->y_res; in dsi_vm_calc_blanking()