Searched refs:vact (Results 1 – 10 of 10) sorted by relevance
| /drivers/gpu/drm/imx/dc/ |
| A D | dc-fg.c | 144 u32 vact, vtotal, vsync, vsbp; in dc_fg_cfg_videomode() local 153 vact = m->crtc_vdisplay; in dc_fg_cfg_videomode() 161 regmap_write(fg->reg, VTCFG1, VACT(vact) | VTOTAL(vtotal)); in dc_fg_cfg_videomode() 165 kick_row = vact; in dc_fg_cfg_videomode()
|
| /drivers/gpu/drm/logicvc/ |
| A D | logicvc_crtc.c | 75 unsigned int vact, vfp, vsl, vbp; in logicvc_crtc_atomic_enable() local 86 vact = mode->vdisplay; in logicvc_crtc_atomic_enable() 99 regmap_write(logicvc->regmap, LOGICVC_VRES_REG, vact - 1); in logicvc_crtc_atomic_enable()
|
| /drivers/media/i2c/ |
| A D | tw9910.c | 512 unsigned int vact; in tw9910_s_std() local 521 vact = 240; in tw9910_s_std() 525 vact = 288; in tw9910_s_std() 532 ((vact >> 4) & 0x30) | in tw9910_s_std() 540 vact & 0xff); in tw9910_s_std()
|
| A D | tda1997x.c | 1105 u16 vtot, vact, vfront1, vfront2, vsync, vback1, vback2; in tda1997x_detect_std() local 1128 vact = io_read16(sd, REG_FMT_V_ACT); in tda1997x_detect_std() 1137 vtot, vact, vfront1, vfront2, vsync, vback1, vback2, vsync_pos ? '+' : '-'); in tda1997x_detect_std() 1147 timings->bt.height = vact; in tda1997x_detect_std()
|
| /drivers/media/common/v4l2-tpg/ |
| A D | v4l2-tpg-core.c | 2419 unsigned vact = 0, hact = 0; in tpg_fill_plane_extras() local 2425 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras() 2426 ((hact ^ vact) << 3) | in tpg_fill_plane_extras() 2428 ((params->sav_eav_f ^ vact) << 1) | in tpg_fill_plane_extras() 2429 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras() 2434 unsigned vact = 0, hact = 1; in tpg_fill_plane_extras() local 2440 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras() 2441 ((hact ^ vact) << 3) | in tpg_fill_plane_extras() 2443 ((params->sav_eav_f ^ vact) << 1) | in tpg_fill_plane_extras() 2444 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
|
| /drivers/gpu/drm/omapdrm/dss/ |
| A D | dsi.h | 193 u16 vact; member
|
| A D | dsi.c | 3891 dsi_vm->vact = req_vm->vactive; in dsi_vm_calc_blanking()
|
| /drivers/media/platform/synopsys/hdmirx/ |
| A D | snps_hdmirx.c | 266 u32 hact, vact, htotal, vtotal, fps; in hdmirx_get_timings() local 272 vact = val & 0xffff; in hdmirx_get_timings() 293 vfp = vtotal - vact - vs - vbp; in hdmirx_get_timings() 297 bt->height = vact; in hdmirx_get_timings() 314 bt->vfrontporch, vact, bt->vsync, bt->vbackporch); in hdmirx_get_timings()
|
| /drivers/net/ethernet/intel/iavf/ |
| A D | iavf_main.c | 4222 struct virtchnl_filter_action *vact; in iavf_add_cls_u32() local 4283 vact = &rule_cfg->action_set.actions[0]; in iavf_add_cls_u32() 4295 vact->type = VIRTCHNL_ACTION_QUEUE; in iavf_add_cls_u32() 4296 vact->act_conf.queue.index = q_index; in iavf_add_cls_u32() 4302 vact->type = VIRTCHNL_ACTION_DROP; in iavf_add_cls_u32()
|
| /drivers/video/fbdev/omap2/omapfb/dss/ |
| A D | dsi.c | 4630 dsi_vm->vact = req_vm->y_res; in dsi_vm_calc_blanking()
|
Completed in 62 milliseconds