Searched refs:vfp (Results 1 – 6 of 6) sorted by relevance
| /drivers/video/nexell/ |
| A D | s5pxx18_dp_hdmi.c | 234 int vfp = sync->v_front_porch; in hdmi_prepare() local 245 v_blank = vfp + vsw + vbp; in hdmi_prepare() 246 v2_blank = height + vfp + vsw + vbp; in hdmi_prepare() 247 v_line = height + vfp + vsw + vbp; /* total v */ in hdmi_prepare() 251 v_sync_line_bef_1 = vfp; in hdmi_prepare() 252 v_sync_line_bef_2 = vfp + vsw; in hdmi_prepare()
|
| /drivers/video/nexell/soc/ |
| A D | s5pxx18_soc_dpc.h | 256 void nx_dpc_set_vsync(u32 module_index, u32 avheight, u32 vsw, u32 vfp, 325 u32 hbp, u32 vsw, u32 vfp, u32 vbp, 372 void nx_dpc_set_sync_v(u32 module_index, u32 avheight, u32 vsw, u32 vfp, 424 void nx_dpc_set_sync_v(u32 module_index, u32 avheight, u32 vsw, u32 vfp,
|
| A D | s5pxx18_soc_dpc.c | 788 void nx_dpc_set_vsync(u32 module_index, u32 avheight, u32 vsw, u32 vfp, u32 vbp, in nx_dpc_set_vsync() argument 799 writel((u32)(vsw + vbp + avheight + vfp - 1), &pregister->dpcvtotal); in nx_dpc_set_vsync() 831 u32 avh, vfp, vbp; in nx_dpc_get_vsync() local 841 vfp = vtotal - vae; in nx_dpc_get_vsync() 847 *pvfp = vfp; in nx_dpc_get_vsync() 856 vfp = vtotal - vae; in nx_dpc_get_vsync() 862 *pevfp = vfp; in nx_dpc_get_vsync() 955 u32 vsw, u32 vfp, u32 vbp, enum polarity field_polarity, in nx_dpc_set_sync() argument 969 writel((u32)(vfp + vsw + vbp + avheight - 1), &pregister->dpcvtotal); in nx_dpc_set_sync()
|
| /drivers/video/ |
| A D | novatek-nt35510.c | 434 u8 vfp; member 743 dpfrctr[3] = conf->vfp; in nt35510_setup_display() 1142 .vfp = 50, 1216 .vfp = 0x1C,
|
| A D | dw_mipi_dsi.c | 642 u32 vactive, vsa, vfp, vbp; in dw_mipi_dsi_vertical_timing_config() local 646 vfp = timings->vfront_porch.typ; in dw_mipi_dsi_vertical_timing_config() 651 dsi_write(dsi, DSI_VID_VFP_LINES, vfp); in dw_mipi_dsi_vertical_timing_config()
|
| /drivers/video/tidss/ |
| A D | tidss_drv.c | 443 u32 hsw, hfp, hbp, vsw, vfp, vbp; in dss_vp_enable() local 451 vfp = timing->vfront_porch.typ; in dss_vp_enable() 461 FLD_VAL(vfp, 19, 8) | FLD_VAL(vbp, 31, 20)); in dss_vp_enable()
|
Completed in 24 milliseconds