Home
last modified time | relevance | path

Searched refs:resolution (Results 1 – 25 of 36) sorted by relevance

12

/u-boot/drivers/pwm/
A Dpwm-mtk.c82 u64 resolution; in mtk_pwm_set_config() local
88 resolution = (u64)NSEC_PER_SEC * 1000; in mtk_pwm_set_config()
89 do_div(resolution, clk_get_rate(&priv->pwm_clks[channel])); in mtk_pwm_set_config()
90 cnt_period = DIV_ROUND_CLOSEST_ULL((u64)period_ns * 1000, resolution); in mtk_pwm_set_config()
92 resolution *= 2; in mtk_pwm_set_config()
95 resolution); in mtk_pwm_set_config()
99 resolution = (u64)NSEC_PER_SEC * 1000 * 1625; in mtk_pwm_set_config()
100 do_div(resolution, in mtk_pwm_set_config()
103 (u64)period_ns * 1000, resolution); in mtk_pwm_set_config()
119 cnt_duty = DIV_ROUND_CLOSEST_ULL((u64)duty_ns * 1000, resolution); in mtk_pwm_set_config()
/u-boot/scripts/kconfig/tests/err_recursive_dep/
A Dexpected_stderr3 For a resolution refer to Documentation/kbuild/kconfig-language.txt
8 For a resolution refer to Documentation/kbuild/kconfig-language.txt
14 For a resolution refer to Documentation/kbuild/kconfig-language.txt
20 For a resolution refer to Documentation/kbuild/kconfig-language.txt
26 For a resolution refer to Documentation/kbuild/kconfig-language.txt
31 For a resolution refer to Documentation/kbuild/kconfig-language.txt
37 For a resolution refer to Documentation/kbuild/kconfig-language.txt
/u-boot/drivers/adc/
A DKconfig8 - get data mask (ADC resolution)
20 - 12-bit resolution
29 - 16-bit resolution
39 - 1O or 12 bits resolution
48 - 1O or 12 bits resolution
/u-boot/drivers/video/stm32/
A DKconfig26 int "Maximum horizontal resolution (for memory allocation purposes)"
30 The maximum horizontal resolution to support for the framebuffer.
35 int "Maximum vertical resolution (for memory allocation purposes)"
39 The maximum vertical resolution to support for the framebuffer.
/u-boot/drivers/video/rockchip/
A DKconfig23 int "Maximum horizontal resolution (for memory allocation purposes)"
28 The maximum horizontal resolution to support for the framebuffer.
33 int "Maximum vertical resolution (for memory allocation purposes)"
38 The maximum vertical resolution to support for the framebuffer.
70 16,18, 24 bits per pixel with up to 2k resolution ratio.
/u-boot/doc/device-tree-bindings/video/
A Dexynos-dp.txt10 samsung,h-res: X resolution of the panel
14 samsung,v-res: Y resolution of the panel
A Ddisplaymode.txt7 - xres, yres: Display resolution
A Dexynos-fb.txt9 samsung,vl-col: X resolution of the panel
10 samsung,vl-row: Y resolution of the panel
A Ddisplay-timing.txt18 - hactive, vactive: display resolution
/u-boot/include/
A Dexynos_lcd.h69 unsigned int resolution; member
A Defi.h297 u32 resolution; member
/u-boot/doc/device-tree-bindings/video/osd/
A Dgdsys,ihs_video_out.txt9 - mode: The initial resolution and frequency: "1024_768_60", "720_400_70", or
/u-boot/doc/device-tree-bindings/rtc/
A Dbrcm,brcmstb-waketimer.txt3 The Broadcom STB wake-up timer provides a 27Mhz resolution timer, with the
/u-boot/doc/
A DREADME.video17 <xres> The X resolution (in pixels) to use.
18 <yres> The Y resolution (in pixels) to use.
49 Selects composite video output, note the specified resolution is
/u-boot/arch/arm/mach-rockchip/rv1108/
A DKconfig15 * MIPI screen with resolution 720 x 1280
/u-boot/doc/board/coreboot/
A Dcoreboot.rst37 - Set framebuffer graphics resolution (1280x1024 32k-color (1:5:5))
41 the video information correctly (it always says the resolution is 0x0). This
/u-boot/board/google/
A DKconfig44 and it provides a 2560x1700 high resolution touch-enabled LCD
79 resolution touch-enabled LCD display.
/u-boot/doc/device-tree-bindings/video/tilcdc/
A Dpanel.txt17 should be the preferred/default resolution. Refer to
/u-boot/drivers/video/
A DKconfig80 maximum resolution. For example, at 1920 x 1200 with 32 bits per
308 bool "Set framebuffer graphics resolution"
315 prompt "framebuffer graphics resolution"
465 simply checks the resolution and then sets up the frame buffer with
466 that same resolution (or as near as possible) and 32bpp depth, so
478 resolution and uses 24 bit RGB per pixel.
501 resolution and uses 24 bit RGB per pixel.
510 resolution and uses 24 bit RGB per pixel.
672 resolution can be selected in U-Boot.
684 resolution can be selected in U-Boot.
[all …]
/u-boot/arch/arm/dts/
A Dexynos4210-universal_c210.dts68 samsung,resolution = <0>;
A Dexynos4210-trats.dts59 samsung,resolution = <0>;
A Dexynos4412-trats2.dts78 samsung,resolution = <0>;
/u-boot/doc/board/ti/
A Dam62x_sk.rst23 resolution.
/u-boot/doc/develop/uefi/
A Discsi.rst157 #define NSLOOKUP_CMD /* Name resolution command */
/u-boot/lib/efi_loader/
A Defi_runtime.c281 capabilities->resolution = 1; /* 1 Hz */ in efi_get_time_boottime()

Completed in 43 milliseconds

12