Home
last modified time | relevance | path

Searched refs:hfp (Results 1 – 16 of 16) sorted by relevance

/u-boot/drivers/video/ti/
A Dam335x-fb.h49 unsigned int hfp; /* Horizontal front porch */ member
A Dam335x-fb.c255 panel->hfp, panel->hbp, panel->hsw); in am335xfb_init()
296 LCDC_RASTER_TIMING_0_HFPLSB(panel->hfp) | in am335xfb_init()
307 LCDC_RASTER_TIMING_2_HFPMSB(panel->hfp) | in am335xfb_init()
/u-boot/drivers/video/
A Dda8xx-fb.h45 int hfp; /* Horizontal front porch */ member
A Dda8xx-fb.c699 lcd_cfg_horizontal_sync(panel->hbp, panel->hsw, panel->hfp); in lcd_init()
/u-boot/drivers/video/nexell/
A Ds5pxx18_dp_hdmi.c231 int hfp = sync->h_front_porch; in hdmi_prepare() local
245 h_blank = hfp + hsw + hbp; in hdmi_prepare()
249 h_line = width + hfp + hsw + hbp; /* total h */ in hdmi_prepare()
250 h_sync_start = hfp; in hdmi_prepare()
251 h_sync_end = hfp + hsw; in hdmi_prepare()
/u-boot/board/BuR/common/
A Dcommon.c96 pnltmp.hfp = env_get_ulong("ds1_hfp", 10, ~0UL); in load_lcdtiming()
112 ~0UL == (pnltmp.hfp) || in load_lcdtiming()
139 pnltmp.hfp, pnltmp.hbp, pnltmp.hsw, in load_lcdtiming()
/u-boot/board/siemens/pxm2/
A Dboard.c253 .hfp = 14,
267 .hfp = 52,
284 .hfp = 0,
/u-boot/board/siemens/rut/
A Dboard.c234 .hfp = 50, /* no spec, "don't care" values */
248 .hfp = 50, /* no spec, "don't care" values */
262 .hfp = 50, /* no spec, "don't care" values */
/u-boot/arch/arm/mach-exynos/include/mach/
A Dmipi_dsim.h172 unsigned char hfp; member
/u-boot/doc/device-tree-bindings/video/
A Dexynos_mipi_dsi.txt23 samsung,dsim-config-hfp: HFP disable mode.
66 samsung,dsim-config-hfp = <1>;
/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_dpc.c733 void nx_dpc_set_hsync(u32 module_index, u32 avwidth, u32 hsw, u32 hfp, u32 hbp, in nx_dpc_set_hsync() argument
743 writel((u32)(hsw + hbp + avwidth + hfp - 1), &pregister->dpchtotal); in nx_dpc_set_hsync()
765 u32 avw, hfp, hbp; in nx_dpc_get_hsync() local
775 hfp = htotal - hae; in nx_dpc_get_hsync()
781 *phfp = hfp; in nx_dpc_get_hsync()
954 u32 avwidth, u32 avheight, u32 hsw, u32 hfp, u32 hbp, in nx_dpc_set_sync() argument
965 writel((u32)(hfp + hsw + hbp + avwidth - 1), &pregister->dpchtotal); in nx_dpc_set_sync()
974 writel((u32)(hfp + hsw + hbp + avwidth - vsclrpixel - 1), in nx_dpc_set_sync()
977 writel((u32)(hfp + hsw + hbp + avwidth - evenvsclrpixel - 1), in nx_dpc_set_sync()
A Ds5pxx18_soc_dpc.h252 void nx_dpc_set_hsync(u32 module_index, u32 avwidth, u32 hsw, u32 hfp,
324 u32 avwidth, u32 avheight, u32 hsw, u32 hfp,
/u-boot/drivers/video/exynos/
A Dexynos_mipi_dsi.c266 dt->hfp = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
A Dexynos_mipi_dsi_lowlevel.c206 (dsim_config->hfp << DSIM_HFP_MODE_SHIFT) | in exynos_mipi_dsi_init_config()
/u-boot/arch/arm/dts/
A Dexynos4210-trats.dts73 samsung,dsim-config-hfp = <1>;
A Dexynos4412-trats2.dts92 samsung,dsim-config-hfp = <1>;

Completed in 21 milliseconds