| /u-boot/drivers/video/rockchip/ |
| A D | rk_vop.c | 49 u32 hactive = edid->hactive.typ; in rkvop_enable() local 60 writel(V_DSP_WIDTH(hactive - 1) | in rkvop_enable() 70 writel(V_RGB565_VIRWIDTH(hactive), ®s->win0_vir); in rkvop_enable() 74 writel(V_RGB888_VIRWIDTH(hactive), ®s->win0_vir); in rkvop_enable() 83 if (hactive > 2560) in rkvop_enable() 85 else if (hactive > 1920) in rkvop_enable() 87 else if (hactive > 1280) in rkvop_enable() 168 u32 hactive = edid->hactive.typ; in rkvop_mode_set() local 200 writel(V_HEAP(hsync_len + hback_porch + hactive) | in rkvop_mode_set() 212 writel(V_HEAP(hsync_len + hback_porch + hactive) | in rkvop_mode_set() [all …]
|
| /u-boot/doc/device-tree-bindings/video/ |
| A D | display-timing.txt | 18 - hactive, vactive: display resolution 59 | porch # | hactive # porch | len | 82 hactive = <1920>; 102 hactive = <1920>;
|
| A D | atmel-hlcdc.txt | 32 hactive = <480>;
|
| /u-boot/drivers/video/tegra124/ |
| A D | display.c | 33 h_total = timing->hactive.typ + timing->hfront_porch.typ + in tegra_dc_calc_refresh() 51 timing->hactive.typ, timing->vactive.typ, refresh / 1000, in print_mode() 75 writel(timing->hactive.typ | (timing->vactive.typ << 16), in update_display_mode() 139 .hactive = { .typ = 16 }, 182 writel(min_mode.hactive.typ | (min_mode.vactive.typ << 16), in tegra_dc_sor_disable_win_short_raster() 236 writel(((timing->vactive.typ << 16) | timing->hactive.typ), in update_window() 239 (timing->hactive.typ * fb_bits_per_pixel / 8)), in update_window() 241 writel(((timing->hactive.typ * fb_bits_per_pixel / 8 + 31) / in update_window() 309 printf("timing->hactive.typ = %d\n", timing->hactive.typ); in dump_config() 455 uc_priv->xsize = roundup(timing.hactive.typ, 16); in tegra124_lcd_init()
|
| /u-boot/drivers/video/sunxi/ |
| A D | lcdc.c | 92 writel(SUNXI_LCDC_X(mode->hactive.typ) | in lcdc_tcon0_mode_set() 96 total = mode->hactive.typ + mode->hfront_porch.typ + bp; in lcdc_tcon0_mode_set() 171 writel(SUNXI_LCDC_X(mode->hactive.typ) | SUNXI_LCDC_Y(yres), in lcdc_tcon1_mode_set() 173 writel(SUNXI_LCDC_X(mode->hactive.typ) | SUNXI_LCDC_Y(yres), in lcdc_tcon1_mode_set() 175 writel(SUNXI_LCDC_X(mode->hactive.typ) | SUNXI_LCDC_Y(yres), in lcdc_tcon1_mode_set() 179 total = mode->hactive.typ + mode->hfront_porch.typ + bp; in lcdc_tcon1_mode_set()
|
| A D | sunxi_de2.c | 82 u32 size = SUNXI_DE2_WH(mode->hactive.typ, mode->vactive.typ); in sunxi_de2_mode_set() 173 writel((bpp / 8) * mode->hactive.typ, &de_ui_regs->cfg[0].pitch); in sunxi_de2_mode_set() 214 uc_priv->xsize = timing.hactive.typ; in sunxi_de2_init() 221 timing.hactive.typ * timing.vactive.typ * in sunxi_de2_init()
|
| /u-boot/drivers/video/ |
| A D | mxsfb.c | 152 timings->hactive.typ, ®s->hw_lcdif_transfer_count); in mxs_lcd_init() 174 timings->hsync_len.typ + timings->hactive.typ), in mxs_lcd_init() 180 writel((0 << LCDIF_VDCTRL4_DOTCLK_DLY_SEL_OFFSET) | timings->hactive.typ, in mxs_lcd_init() 329 uc_priv->xsize = timings.hactive.typ; in mxs_video_probe() 373 plat->size = timings.hactive.typ * timings.vactive.typ * bytes_pp; in mxs_video_bind()
|
| A D | atmel_lcdfb.c | 72 value = (timing->hactive.typ * timing->vactive.typ * in atmel_fb_init() 116 value = (timing->hactive.typ - 1) << ATMEL_LCDC_HOZVAL_OFFSET; in atmel_fb_init() 160 uc_priv->xsize = timing->hactive.typ; in atmel_fb_lcd_probe()
|
| A D | atmel_hlcdfb.c | 180 value |= LCDC_LCDCFG4_PPL(timing->hactive.typ - 1); in atmel_hlcdc_init() 270 uc_priv->xsize = priv->timing.hactive.typ; in atmel_hlcdc_probe() 298 if (priv->timing.hactive.typ > LCD_MAX_WIDTH) in atmel_hlcdc_of_to_plat() 299 priv->timing.hactive.typ = LCD_MAX_WIDTH; in atmel_hlcdc_of_to_plat()
|
| A D | mali_dp.c | 177 val = MALIDP_H_ACTIVE(timings->hactive.typ) | in malidp_setup_timings() 214 MALIDP_CMP_H_SIZE(timings->hactive.typ); in malidp_setup_layer() 219 MALIDP_IN_H_SIZE(timings->hactive.typ); in malidp_setup_layer() 222 writel(timings->hactive.typ << 2, malidp->base_addr + layer_offset + in malidp_setup_layer()
|
| A D | ihs_video_out.c | 261 timing.hactive.typ = 1024; in ihs_video_out_probe() 267 timing.hactive.typ = 720; in ihs_video_out_probe() 273 timing.hactive.typ = 640; in ihs_video_out_probe()
|
| A D | orisetech_otm8009a.c | 69 .hactive.typ = 480, 224 default_timing.hactive.typ - 1); in otm8009a_init_sequence()
|
| /u-boot/drivers/video/ti/ |
| A D | tilcdc.c | 203 if (timing.hactive.typ > LCDC_MAX_WIDTH) in tilcdc_probe() 204 timing.hactive.typ = LCDC_MAX_WIDTH; in tilcdc_probe() 291 reg = (timing.hactive.typ * timing.vactive.typ * info.bpp) >> 3; in tilcdc_probe() 319 writel(LCDC_RASTER_TIMING_0_HORLSB(timing.hactive.typ) | in tilcdc_probe() 320 LCDC_RASTER_TIMING_0_HORMSB(timing.hactive.typ) | in tilcdc_probe() 373 uc_priv->xsize = timing.hactive.typ; in tilcdc_probe()
|
| /u-boot/arch/arm/dts/ |
| A D | imx6ul-14x14-evk-u-boot.dtsi | 36 hactive = <480>;
|
| A D | at91sam9g45-gurnard.dts | 43 hactive = <480>; 57 hactive = <480>;
|
| A D | imx7d-colibri-emmc-eval-v3-u-boot.dtsi | 29 hactive = <640>;
|
| A D | imx7d-colibri-eval-v3-u-boot.dtsi | 29 hactive = <640>;
|
| A D | imx6ull-colibri-emmc-eval-v3-u-boot.dtsi | 40 hactive = <640>;
|
| A D | imx6ull-colibri-eval-v3-u-boot.dtsi | 40 hactive = <640>;
|
| A D | imx6q-icore.dts | 46 hactive = <800>;
|
| A D | at91sam9x5dm.dtsi | 37 hactive = <800>;
|
| A D | sama5d3xdm.dtsi | 26 hactive = <800>;
|
| A D | imx7d-pico-pi-u-boot.dtsi | 28 hactive = <800>;
|
| A D | am335x-pxm50.dts | 46 hactive = <1376>;
|
| /u-boot/drivers/video/stm32/ |
| A D | stm32_ltdc.c | 385 acc_act_w = acc_hbp + timings->hactive.typ; in stm32_ltdc_set_mode() 603 priv->crop_w = timings.hactive.typ; in stm32_ltdc_probe() 608 timings.hactive.typ, timings.vactive.typ, in stm32_ltdc_probe() 619 uc_priv->xsize = timings.hactive.typ; in stm32_ltdc_probe()
|