Home
last modified time | relevance | path

Searched refs:vfp (Results 1 – 11 of 11) sorted by relevance

/u-boot/drivers/video/ti/
A Dam335x-fb.h52 unsigned int vfp; /* Vertical front porch */ member
A Dam335x-fb.c257 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 Ds5pxx18_dp_hdmi.c235 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 Dda8xx-fb.h48 int vfp; /* Vertical front porch */ member
A Ddw_mipi_dsi.c645 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 Dda8xx-fb.c698 lcd_cfg_vertical_sync(panel->vbp, panel->vsw, panel->vfp); in lcd_init()
/u-boot/board/BuR/common/
A Dcommon.c99 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 Dboard.c256 .vfp = 1,
270 .vfp = 3,
287 .vfp = 0,
/u-boot/board/siemens/rut/
A Dboard.c237 .vfp = 50,
251 .vfp = 50,
265 .vfp = 50,
/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_dpc.h256 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 Ds5pxx18_soc_dpc.c788 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