/u-boot/drivers/video/ti/ |
A D | am335x-fb.h | 49 unsigned int hfp; /* Horizontal front porch */ member
|
A D | am335x-fb.c | 255 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 D | da8xx-fb.h | 45 int hfp; /* Horizontal front porch */ member
|
A D | da8xx-fb.c | 699 lcd_cfg_horizontal_sync(panel->hbp, panel->hsw, panel->hfp); in lcd_init()
|
/u-boot/drivers/video/nexell/ |
A D | s5pxx18_dp_hdmi.c | 231 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 D | common.c | 96 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 D | board.c | 253 .hfp = 14, 267 .hfp = 52, 284 .hfp = 0,
|
/u-boot/board/siemens/rut/ |
A D | board.c | 234 .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 D | mipi_dsim.h | 172 unsigned char hfp; member
|
/u-boot/doc/device-tree-bindings/video/ |
A D | exynos_mipi_dsi.txt | 23 samsung,dsim-config-hfp: HFP disable mode. 66 samsung,dsim-config-hfp = <1>;
|
/u-boot/drivers/video/nexell/soc/ |
A D | s5pxx18_soc_dpc.c | 733 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 D | s5pxx18_soc_dpc.h | 252 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 D | exynos_mipi_dsi.c | 266 dt->hfp = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
|
A D | exynos_mipi_dsi_lowlevel.c | 206 (dsim_config->hfp << DSIM_HFP_MODE_SHIFT) | in exynos_mipi_dsi_init_config()
|
/u-boot/arch/arm/dts/ |
A D | exynos4210-trats.dts | 73 samsung,dsim-config-hfp = <1>;
|
A D | exynos4412-trats2.dts | 92 samsung,dsim-config-hfp = <1>;
|