Searched refs:hfront_porch (Results 1 – 16 of 16) 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 | 639 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/rockchip/ |
D | rk_vop.c | 151 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()
|
D | rk_mipi.c | 95 + timing->hfront_porch.typ)); in rk_mipi_dsi_enable()
|
/external/u-boot/drivers/video/ |
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 | 396 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()
|
D | tegra.c | 114 writel((dt->hfront_porch.typ - 1) | (dt->vfront_porch.typ - 1) << 16, in update_display_mode()
|
D | atmel_hlcdfb.c | 394 value |= LCDC_LCDCFG3_HFPW(timing->hfront_porch.typ - 1); in atmel_hlcdc_init()
|
/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 | 619 timing->hfront_porch.typ = mode->right_margin; in sunxi_ctfb_mode_to_display_timing()
|
/external/u-boot/include/ |
D | fdtdec.h | 924 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 | 227 total_w = acc_act_w + timing->hfront_porch.typ; in stm32_ltdc_set_mode()
|
/external/u-boot/drivers/core/ |
D | ofnode.c | 441 ret |= decode_timing_property(node, "hfront-porch", &dt->hfront_porch); in ofnode_decode_display_timing()
|
/external/u-boot/lib/ |
D | fdtdec.c | 1113 &dt->hfront_porch); in fdtdec_decode_display_timing()
|