Searched refs:vfp (Results 1 – 11 of 11) sorted by relevance
/u-boot/drivers/video/ti/ |
A D | am335x-fb.h | 52 unsigned int vfp; /* Vertical front porch */ member
|
A D | am335x-fb.c | 257 panel->vfp, panel->vfp, panel->vsw, panel->pxl_clk); in am335xfb_init() 300 LCDC_RASTER_TIMING_1_VFP(panel->vfp) | in am335xfb_init()
|
/u-boot/drivers/video/nexell/ |
A D | s5pxx18_dp_hdmi.c | 235 int vfp = sync->v_front_porch; 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() 252 v_sync_line_bef_1 = vfp; in hdmi_prepare() 253 v_sync_line_bef_2 = vfp + vsw; in hdmi_prepare()
|
/u-boot/drivers/video/ |
A D | da8xx-fb.h | 48 int vfp; /* Vertical front porch */ member
|
A D | dw_mipi_dsi.c | 645 u32 vactive, vsa, vfp, vbp; in dw_mipi_dsi_vertical_timing_config() local 649 vfp = timings->vfront_porch.typ; in dw_mipi_dsi_vertical_timing_config() 654 dsi_write(dsi, DSI_VID_VFP_LINES, vfp); in dw_mipi_dsi_vertical_timing_config()
|
A D | da8xx-fb.c | 698 lcd_cfg_vertical_sync(panel->vbp, panel->vsw, panel->vfp); in lcd_init()
|
/u-boot/board/BuR/common/ |
A D | common.c | 99 pnltmp.vfp = env_get_ulong("ds1_vfp", 10, ~0UL); in load_lcdtiming() 115 ~0UL == (pnltmp.vfp) || in load_lcdtiming() 140 pnltmp.vfp, pnltmp.vbp, pnltmp.vsw, in load_lcdtiming()
|
/u-boot/board/siemens/pxm2/ |
A D | board.c | 256 .vfp = 1, 270 .vfp = 3, 287 .vfp = 0,
|
/u-boot/board/siemens/rut/ |
A D | board.c | 237 .vfp = 50, 251 .vfp = 50, 265 .vfp = 50,
|
/u-boot/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()
|
Completed in 19 milliseconds