Searched refs:vback_porch (Results 1 – 16 of 16) sorted by relevance
/external/u-boot/drivers/video/rockchip/ |
D | rk_vop.c | 48 V_DSP_YST(edid->vsync_len.typ + edid->vback_porch.typ), in rkvop_enable() 150 u32 vback_porch = edid->vback_porch.typ; in rkvop_mode_set() local 182 V_VERPRD(vsync_len + vback_porch + vactive + vfront_porch), in rkvop_mode_set() 185 writel(V_VAEP(vsync_len + vback_porch + vactive)| in rkvop_mode_set() 186 V_VASP(vsync_len + vback_porch), in rkvop_mode_set() 193 writel(V_VAEP(vsync_len + vback_porch + vactive)| in rkvop_mode_set() 194 V_VASP(vsync_len + vback_porch), in rkvop_mode_set()
|
D | rk_mipi.c | 97 rk_mipi_dsi_write(regs, VID_VBP_LINES, timing->vback_porch.typ); in rk_mipi_dsi_enable()
|
/external/u-boot/drivers/video/tegra124/ |
D | display.c | 33 timing->vback_porch.typ + timing->vsync_len.typ; in tegra_dc_calc_refresh() 66 writel(((timing->vback_porch.typ - vref_to_sync) << 16) | in update_display_mode() 135 .vback_porch = { .typ = 0 }, 171 writel(min_mode.hback_porch.typ | (min_mode.vback_porch.typ << 16), in tegra_dc_sor_disable_win_short_raster() 316 printf("timing->vback_porch.typ = %d\n", timing->vback_porch.typ); in dump_config()
|
D | sor.c | 636 vtotal = timing->vsync_len.typ + timing->vback_porch.typ + in tegra_dc_sor_config_panel() 651 vblank_end = vsync_end + timing->vback_porch.typ; in tegra_dc_sor_config_panel()
|
/external/u-boot/drivers/video/sunxi/ |
D | lcdc.c | 21 mode->vback_porch.typ; in lcdc_get_clk_delay() 98 bp = mode->vsync_len.typ + mode->vback_porch.typ; in lcdc_tcon0_mode_set() 181 bp = mode->vsync_len.typ + mode->vback_porch.typ; in lcdc_tcon1_mode_set()
|
D | sunxi_display.c | 625 timing->vback_porch.typ = mode->upper_margin; in sunxi_ctfb_mode_to_display_timing()
|
/external/u-boot/drivers/video/ |
D | atmel_lcdfb.c | 165 value |= timing->vback_porch.typ << ATMEL_LCDC_VBP_OFFSET; in atmel_fb_init() 227 timing.vback_porch.typ = panel_info.vl_clk; in lcd_ctrl_init()
|
D | tegra.c | 112 writel(dt->hback_porch.typ | dt->vback_porch.typ << 16, in update_display_mode()
|
D | atmel_hlcdfb.c | 389 value = LCDC_LCDCFG2_VBPW(timing->vback_porch.typ); in atmel_hlcdc_init()
|
D | dw_hdmi.c | 398 vbl = edid->vback_porch.typ + edid->vfront_porch.typ + in hdmi_av_composer()
|
/external/u-boot/doc/device-tree-bindings/video/ |
D | display-timing.txt | 53 | | |vback_porch | | |
|
/external/u-boot/include/ |
D | fdtdec.h | 930 struct timing_entry vback_porch; /* ver. back porch */ member
|
/external/u-boot/common/ |
D | edid.c | 111 set_entry(&timing->vback_porch, vbl - vso - vspw); in decode_timing()
|
/external/u-boot/drivers/video/stm32/ |
D | stm32_ltdc.c | 224 acc_vbp = vsync + timing->vback_porch.typ; in stm32_ltdc_set_mode()
|
/external/u-boot/drivers/core/ |
D | ofnode.c | 444 ret |= decode_timing_property(node, "vback-porch", &dt->vback_porch); in ofnode_decode_display_timing()
|
/external/u-boot/lib/ |
D | fdtdec.c | 1117 &dt->vback_porch); in fdtdec_decode_display_timing()
|