Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/tegra124/
Ddisplay.c30 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()
Dsor.c639 timing->hactive.typ + timing->hfront_porch.typ; in tegra_dc_sor_config_panel()
Ddp.c620 timing->hfront_porch.typ + timing->hsync_len.typ - 7) * in tegra_dc_dp_calc_config()
/external/u-boot/drivers/video/rockchip/
Drk_vop.c151 u32 hfront_porch = edid->hfront_porch.typ; in rkvop_mode_set() local
174 V_HORPRD(hsync_len + hback_porch + hactive + hfront_porch), in rkvop_mode_set()
Drk_mipi.c95 + timing->hfront_porch.typ)); in rk_mipi_dsi_enable()
/external/u-boot/drivers/video/
Datmel_lcdfb.c172 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()
Ddw_hdmi.c396 hbl = edid->hback_porch.typ + edid->hfront_porch.typ + in hdmi_av_composer()
442 hdmi_write(hdmi, edid->hfront_porch.typ >> 8, HDMI_FC_HSYNCINDELAY1); in hdmi_av_composer()
443 hdmi_write(hdmi, edid->hfront_porch.typ, HDMI_FC_HSYNCINDELAY0); in hdmi_av_composer()
Dtegra.c114 writel((dt->hfront_porch.typ - 1) | (dt->vfront_porch.typ - 1) << 16, in update_display_mode()
Datmel_hlcdfb.c394 value |= LCDC_LCDCFG3_HFPW(timing->hfront_porch.typ - 1); in atmel_hlcdc_init()
/external/u-boot/drivers/video/sunxi/
Dlcdc.c94 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()
Dsunxi_display.c619 timing->hfront_porch.typ = mode->right_margin; in sunxi_ctfb_mode_to_display_timing()
/external/u-boot/include/
Dfdtdec.h924 struct timing_entry hfront_porch; /* hor. front porch */ member
/external/u-boot/common/
Dedid.c105 set_entry(&timing->hfront_porch, hso); in decode_timing()
/external/u-boot/drivers/video/stm32/
Dstm32_ltdc.c227 total_w = acc_act_w + timing->hfront_porch.typ; in stm32_ltdc_set_mode()
/external/u-boot/drivers/core/
Dofnode.c441 ret |= decode_timing_property(node, "hfront-porch", &dt->hfront_porch); in ofnode_decode_display_timing()
/external/u-boot/lib/
Dfdtdec.c1113 &dt->hfront_porch); in fdtdec_decode_display_timing()