Searched refs:hfront_porch (Results 1 – 25 of 25) sorted by relevance
/external/u-boot/drivers/video/tegra124/ |
D | display.c | 30 h_total = timing->hactive.typ + timing->hfront_porch.typ + in tegra_dc_calc_refresh() 70 timing->hfront_porch.typ, &disp_ctrl->disp.front_porch); in update_display_mode() 138 .hfront_porch = { .typ = 1 }, 175 writel(min_mode.hfront_porch.typ | (min_mode.vfront_porch.typ << 16), in tegra_dc_sor_disable_win_short_raster() 310 printf("timing->hfront_porch.typ = %d\n", timing->hfront_porch.typ); in dump_config()
|
D | sor.c | 640 timing->hactive.typ + timing->hfront_porch.typ; in tegra_dc_sor_config_panel()
|
D | dp.c | 620 timing->hfront_porch.typ + timing->hsync_len.typ - 7) * in tegra_dc_dp_calc_config()
|
/external/u-boot/drivers/video/ |
D | tda19988.c | 389 timing->hactive.typ + timing->hfront_porch.typ; in tda19988_enable() 450 timing->hfront_porch.typ + 3); in tda19988_enable() 458 timing->hfront_porch.typ); in tda19988_enable() 463 timing->hfront_porch.typ); in tda19988_enable() 469 timing->hfront_porch.typ); in tda19988_enable() 471 timing->hfront_porch.typ + in tda19988_enable()
|
D | atmel_lcdfb.c | 172 value = (timing->hfront_porch.typ - 1) << ATMEL_LCDC_HFP_OFFSET; in atmel_fb_init() 221 timing.hfront_porch.typ = panel_info.vl_right_margin; in lcd_ctrl_init()
|
D | dw_hdmi.c | 463 hbl = edid->hback_porch.typ + edid->hfront_porch.typ + in hdmi_av_composer() 509 hdmi_write(hdmi, edid->hfront_porch.typ >> 8, HDMI_FC_HSYNCINDELAY1); in hdmi_av_composer() 510 hdmi_write(hdmi, edid->hfront_porch.typ, HDMI_FC_HSYNCINDELAY0); in hdmi_av_composer()
|
D | mvebu_lcd.c | 548 lcd_info.x_fp = timings.hfront_porch.typ; in mvebu_video_probe()
|
D | dw_mipi_dsi.c | 231 u32 htotal = timings->hactive.typ + timings->hfront_porch.typ + in dsi_mode_vrefresh() 605 htotal = timings->hactive.typ + timings->hfront_porch.typ + in dw_mipi_dsi_line_timer_config()
|
D | orisetech_otm8009a.c | 71 .hfront_porch.typ = 98,
|
D | raydium-rm68200.c | 84 .hfront_porch.typ = 48,
|
D | mxsfb.c | 332 mode.right_margin = timings.hfront_porch.typ; in mxs_video_probe()
|
D | mali_dp.c | 166 MALIDP_H_FRONTPORCH(timings->hfront_porch.typ); in malidp_setup_timings()
|
D | tegra.c | 114 writel((dt->hfront_porch.typ - 1) | (dt->vfront_porch.typ - 1) << 16, in update_display_mode()
|
D | atmel_hlcdfb.c | 395 value |= LCDC_LCDCFG3_HFPW(timing->hfront_porch.typ - 1); in atmel_hlcdc_init()
|
/external/u-boot/drivers/video/rockchip/ |
D | rk_vop.c | 150 u32 hfront_porch = edid->hfront_porch.typ; in rkvop_mode_set() local 173 V_HORPRD(hsync_len + hback_porch + hactive + hfront_porch), in rkvop_mode_set()
|
D | rk_mipi.c | 94 + timing->hfront_porch.typ)); in rk_mipi_dsi_enable()
|
/external/u-boot/drivers/video/sunxi/ |
D | lcdc.c | 94 total = mode->hactive.typ + mode->hfront_porch.typ + bp; in lcdc_tcon0_mode_set() 177 total = mode->hactive.typ + mode->hfront_porch.typ + bp; in lcdc_tcon1_mode_set()
|
D | sunxi_display.c | 624 timing->hfront_porch.typ = mode->right_margin; in sunxi_ctfb_mode_to_display_timing()
|
/external/u-boot/drivers/video/meson/ |
D | meson_venc.c | 717 mode->hfront_porch.typ + in meson_venc_hdmi_get_dmt_vmode() 818 mode->hfront_porch.typ + mode->hsync_len.typ; in meson_venc_hdmi_mode_set() 830 front_porch_venc = mode->hfront_porch.typ; in meson_venc_hdmi_mode_set() 1287 mode->hfront_porch.typ + in meson_venc_hdmi_mode_set()
|
D | meson_dw_hdmi.c | 197 timing.hactive.typ, timing.hfront_porch.typ, in meson_dw_hdmi_read_edid()
|
/external/u-boot/include/ |
D | fdtdec.h | 879 struct timing_entry hfront_porch; /* hor. front porch */ member
|
/external/u-boot/common/ |
D | edid.c | 105 set_entry(&timing->hfront_porch, hso); in decode_timing()
|
/external/u-boot/drivers/video/stm32/ |
D | stm32_ltdc.c | 226 total_w = acc_act_w + timings->hfront_porch.typ; in stm32_ltdc_set_mode()
|
/external/u-boot/drivers/core/ |
D | ofnode.c | 489 ret |= decode_timing_property(node, "hfront-porch", &dt->hfront_porch); in ofnode_decode_display_timing()
|
/external/u-boot/lib/ |
D | fdtdec.c | 995 &dt->hfront_porch); in fdtdec_decode_display_timing()
|