Searched refs:vsw (Results 1 – 10 of 10) sorted by relevance
/u-boot/drivers/video/nexell/ |
A D | s5pxx18_dp_hdmi.c | 212 int vsw = sync->v_sync_width; in hdmi_vsync() local 215 int v_sync_s = vsw + vbp + height - 1; in hdmi_vsync() 234 int vsw = sync->v_sync_width; in hdmi_prepare() local 246 v_blank = vfp + vsw + vbp; in hdmi_prepare() 247 v2_blank = height + vfp + vsw + vbp; in hdmi_prepare() 248 v_line = height + vfp + vsw + vbp; /* total v */ in hdmi_prepare() 253 v_sync_line_bef_2 = vfp + vsw; in hdmi_prepare()
|
/u-boot/drivers/video/ti/ |
A D | am335x-fb.h | 54 unsigned int vsw; /* Vertical Sync Pulse Width */ member
|
A D | am335x-fb.c | 257 panel->vfp, panel->vfp, panel->vsw, panel->pxl_clk); in am335xfb_init() 301 LCDC_RASTER_TIMING_1_VSW(panel->vsw) | in am335xfb_init()
|
/u-boot/drivers/video/ |
A D | da8xx-fb.h | 50 int vsw; /* Vertical Sync Pulse Width */ member
|
A D | da8xx-fb.c | 698 lcd_cfg_vertical_sync(panel->vbp, panel->vsw, panel->vfp); in lcd_init() 1001 da8xx_fb_var.vsync_len = lcd_panel->vsw; in video_hw_init()
|
/u-boot/board/BuR/common/ |
A D | common.c | 101 pnltmp.vsw = env_get_ulong("ds1_vsw", 10, ~0UL); in load_lcdtiming() 117 ~0UL == (pnltmp.vsw) || in load_lcdtiming() 140 pnltmp.vfp, pnltmp.vbp, pnltmp.vsw, in load_lcdtiming()
|
/u-boot/board/siemens/pxm2/ |
A D | board.c | 258 .vsw = 3, 272 .vsw = 6, 289 .vsw = 0,
|
/u-boot/board/siemens/rut/ |
A D | board.c | 239 .vsw = 50, 253 .vsw = 50, 267 .vsw = 50,
|
/u-boot/drivers/video/nexell/soc/ |
A D | s5pxx18_soc_dpc.c | 801 writel((u32)(vsw - 1), &pregister->dpcvswidth); in nx_dpc_set_vsync() 803 writel((u32)(vsw + vbp - 1), &pregister->dpcvastart); in nx_dpc_set_vsync() 830 u32 vtotal, vsw, vab, vae; in nx_dpc_get_vsync() local 836 vsw = (u32)pregister->dpcvswidth + 1; in nx_dpc_get_vsync() 839 vbp = vab - vsw; in nx_dpc_get_vsync() 845 *pvsw = vsw; in nx_dpc_get_vsync() 851 vsw = (u32)pregister->dpcevswidth + 1; in nx_dpc_get_vsync() 854 vbp = vab - vsw; in nx_dpc_get_vsync() 860 *pevsw = vsw; in nx_dpc_get_vsync() 970 writel((u32)(vsw - 1), &pregister->dpcvswidth); in nx_dpc_set_sync() [all …]
|
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,
|
Completed in 16 milliseconds