Home
last modified time | relevance | path

Searched refs:hact (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/media/platform/s5p-tv/
Dhdmi_drv.c54 struct hdmi_pulse hact; member
200 hdmi_writebn(hdev, HDMI_H_BLANK_0, 2, t->hact.beg); in hdmi_timing_apply()
213 (t->hact.end << 12) | t->vact[1].end); in hdmi_timing_apply()
223 (t->hact.end << 12) | t->vact[0].end); in hdmi_timing_apply()
227 hdmi_writebn(hdev, HDMI_TG_H_FSZ_L, 2, t->hact.end); in hdmi_timing_apply()
228 hdmi_writebn(hdev, HDMI_TG_HACT_ST_L, 2, t->hact.beg); in hdmi_timing_apply()
229 hdmi_writebn(hdev, HDMI_TG_HACT_SZ_L, 2, t->hact.end - t->hact.beg); in hdmi_timing_apply()
381 .hact = { .beg = 138, .end = 858 },
391 .hact = { .beg = 144, .end = 864 },
401 .hact = { .beg = 370, .end = 1650 },
[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()
1831 ((hact ^ params->sav_eav_f) << 2) | 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()
1846 ((hact ^ params->sav_eav_f) << 2) | in tpg_fill_plane_extras()
1848 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddsi.c4342 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm()
4372 int hact, bl, tot; in print_dispc_vm() local
4374 hact = t->x_res; in print_dispc_vm()
4376 tot = hact + bl; in print_dispc_vm()
4384 t->hsw, t->hbp, hact, t->hfp, in print_dispc_vm()
4385 bl, hact, tot, in print_dispc_vm()
4388 TO_DISPC_T(hact), in print_dispc_vm()
4391 TO_DISPC_T(hact), in print_dispc_vm()
4408 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4415 vm.x_res = t->hact; in print_dsi_dispc_vm()
[all …]
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddsi.c489 unsigned int hact, hsw, hbp, hfp, i, mul, div; in tegra_dsi_configure() local
547 hact = mode->hdisplay * mul / div; in tegra_dsi_configure()
562 tegra_dsi_writel(dsi, hact << 16 | hbp, DSI_PKT_LEN_2_3); in tegra_dsi_configure()
/linux-4.1.27/include/video/
Domapdss.h264 u16 hact; member