Searched refs:hact (Results 1 – 6 of 6) sorted by relevance
/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 2058 unsigned vact = 0, hact = 0; in tpg_fill_plane_extras() local 2064 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras() 2065 ((hact ^ vact) << 3) | in tpg_fill_plane_extras() 2066 ((hact ^ params->sav_eav_f) << 2) | in tpg_fill_plane_extras() 2068 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras() 2073 unsigned vact = 0, hact = 1; in tpg_fill_plane_extras() local 2079 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras() 2080 ((hact ^ vact) << 3) | in tpg_fill_plane_extras() 2081 ((hact ^ params->sav_eav_f) << 2) | in tpg_fill_plane_extras() 2083 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
|
/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()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 4332 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm() 4362 int hact, bl, tot; in print_dispc_vm() local 4364 hact = t->x_res; in print_dispc_vm() 4366 tot = hact + bl; in print_dispc_vm() 4374 t->hsw, t->hbp, hact, t->hfp, in print_dispc_vm() 4375 bl, hact, tot, in print_dispc_vm() 4378 TO_DISPC_T(hact), in print_dispc_vm() 4381 TO_DISPC_T(hact), in print_dispc_vm() 4398 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm() 4405 vm.x_res = t->hact; in print_dsi_dispc_vm() [all …]
|
D | omapdss.h | 262 u16 hact; member
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 4333 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm() 4363 int hact, bl, tot; in print_dispc_vm() local 4365 hact = t->x_res; in print_dispc_vm() 4367 tot = hact + bl; in print_dispc_vm() 4375 t->hsw, t->hbp, hact, t->hfp, in print_dispc_vm() 4376 bl, hact, tot, in print_dispc_vm() 4379 TO_DISPC_T(hact), in print_dispc_vm() 4382 TO_DISPC_T(hact), in print_dispc_vm() 4399 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm() 4406 vm.x_res = t->hact; in print_dsi_dispc_vm() [all …]
|
/drivers/gpu/drm/tegra/ |
D | dsi.c | 502 unsigned int hact, hsw, hbp, hfp, i, mul, div; in tegra_dsi_configure() local 560 hact = mode->hdisplay * mul / div; in tegra_dsi_configure() 580 tegra_dsi_writel(dsi, hact << 16 | hbp, DSI_PKT_LEN_2_3); in tegra_dsi_configure()
|