Searched refs:vbp (Results 1 – 7 of 7) sorted by relevance
| /drivers/video/nexell/ |
| A D | s5pxx18_dp_hdmi.c | 212 int vbp = sync->v_back_porch; in hdmi_vsync() local 214 int v_sync_s = vsw + vbp + height - 1; in hdmi_vsync() 235 int vbp = sync->v_back_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()
|
| /drivers/video/nexell/soc/ |
| A D | s5pxx18_soc_dpc.c | 799 writel((u32)(vsw + vbp + avheight + vfp - 1), &pregister->dpcvtotal); in nx_dpc_set_vsync() 803 writel((u32)(vsw + vbp - 1), &pregister->dpcvastart); in nx_dpc_set_vsync() 805 writel((u32)(vsw + vbp + avheight - 1), &pregister->dpcvaend); in nx_dpc_set_vsync() 831 u32 avh, vfp, vbp; in nx_dpc_get_vsync() local 839 vbp = vab - vsw; in nx_dpc_get_vsync() 849 *pvbp = vbp; in nx_dpc_get_vsync() 854 vbp = vab - vsw; in nx_dpc_get_vsync() 864 *pevbp = vbp; in nx_dpc_get_vsync() 955 u32 vsw, u32 vfp, u32 vbp, enum polarity field_polarity, in nx_dpc_set_sync() argument 971 writel((u32)(vsw + vbp - 1), &pregister->dpcvastart); in nx_dpc_set_sync() [all …]
|
| A D | s5pxx18_soc_dpc.h | 257 u32 vbp, int binvvsync, u32 eavheight, u32 evsw, 325 u32 hbp, u32 vsw, u32 vfp, u32 vbp, 373 u32 vbp); 425 u32 vbp);
|
| /drivers/video/ |
| A D | novatek-nt35510.c | 430 u8 vbp; member 741 dpfrctr[2] = conf->vbp; in nt35510_setup_display() 1140 .vbp = 7, 1214 .vbp = 0x1C,
|
| A D | ssd2828.c | 298 u32 vbp = mode->vsync_len + mode->upper_margin; in ssd2828_configure_video_interface() local 300 write_hw_register(cfg, SSD2828_VICR2, (vbp << 8) | hbp); in ssd2828_configure_video_interface()
|
| A D | dw_mipi_dsi.c | 642 u32 vactive, vsa, vfp, vbp; in dw_mipi_dsi_vertical_timing_config() local 647 vbp = timings->vback_porch.typ; in dw_mipi_dsi_vertical_timing_config() 652 dsi_write(dsi, DSI_VID_VBP_LINES, vbp); 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 453 vbp = timing->vback_porch.typ; in dss_vp_enable() 461 FLD_VAL(vfp, 19, 8) | FLD_VAL(vbp, 31, 20)); in dss_vp_enable()
|
Completed in 27 milliseconds