Searched refs:hact (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | hdmi_drv.c | 54 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.4.14/drivers/media/platform/vivid/ |
D | vivid-tpg.c | 2013 unsigned vact = 0, hact = 0; in tpg_fill_plane_extras() local 2019 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras() 2020 ((hact ^ vact) << 3) | in tpg_fill_plane_extras() 2021 ((hact ^ params->sav_eav_f) << 2) | in tpg_fill_plane_extras() 2023 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras() 2028 unsigned vact = 0, hact = 1; in tpg_fill_plane_extras() local 2034 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras() 2035 ((hact ^ vact) << 3) | in tpg_fill_plane_extras() 2036 ((hact ^ params->sav_eav_f) << 2) | in tpg_fill_plane_extras() 2038 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
|
/linux-4.4.14/drivers/media/i2c/soc_camera/ |
D | tw9910.c | 513 const unsigned hact = 720; in tw9910_s_std() local 537 ((hact >> 8) & 0x03)); in tw9910_s_std()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dsi.c | 4343 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm() 4373 int hact, bl, tot; in print_dispc_vm() local 4375 hact = t->x_res; in print_dispc_vm() 4377 tot = hact + bl; in print_dispc_vm() 4385 t->hsw, t->hbp, hact, t->hfp, in print_dispc_vm() 4386 bl, hact, tot, in print_dispc_vm() 4389 TO_DISPC_T(hact), in print_dispc_vm() 4392 TO_DISPC_T(hact), in print_dispc_vm() 4409 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm() 4416 vm.x_res = t->hact; in print_dsi_dispc_vm() [all …]
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | dsi.c | 501 unsigned int hact, hsw, hbp, hfp, i, mul, div; in tegra_dsi_configure() local 559 hact = mode->hdisplay * mul / div; in tegra_dsi_configure() 579 tegra_dsi_writel(dsi, hact << 16 | hbp, DSI_PKT_LEN_2_3); in tegra_dsi_configure()
|
/linux-4.4.14/include/video/ |
D | omapdss.h | 264 u16 hact; member
|