| /u-boot/drivers/pwm/ |
| A D | pwm-mtk.c | 82 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 D | expected_stderr | 3 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 D | Kconfig | 8 - 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 D | Kconfig | 26 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 D | Kconfig | 23 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 D | exynos-dp.txt | 10 samsung,h-res: X resolution of the panel 14 samsung,v-res: Y resolution of the panel
|
| A D | displaymode.txt | 7 - xres, yres: Display resolution
|
| A D | exynos-fb.txt | 9 samsung,vl-col: X resolution of the panel 10 samsung,vl-row: Y resolution of the panel
|
| A D | display-timing.txt | 18 - hactive, vactive: display resolution
|
| /u-boot/include/ |
| A D | exynos_lcd.h | 69 unsigned int resolution; member
|
| A D | efi.h | 297 u32 resolution; member
|
| /u-boot/doc/device-tree-bindings/video/osd/ |
| A D | gdsys,ihs_video_out.txt | 9 - mode: The initial resolution and frequency: "1024_768_60", "720_400_70", or
|
| /u-boot/doc/device-tree-bindings/rtc/ |
| A D | brcm,brcmstb-waketimer.txt | 3 The Broadcom STB wake-up timer provides a 27Mhz resolution timer, with the
|
| /u-boot/doc/ |
| A D | README.video | 17 <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 D | Kconfig | 15 * MIPI screen with resolution 720 x 1280
|
| /u-boot/doc/board/coreboot/ |
| A D | coreboot.rst | 37 - 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 D | Kconfig | 44 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 D | panel.txt | 17 should be the preferred/default resolution. Refer to
|
| /u-boot/drivers/video/ |
| A D | Kconfig | 80 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 D | exynos4210-universal_c210.dts | 68 samsung,resolution = <0>;
|
| A D | exynos4210-trats.dts | 59 samsung,resolution = <0>;
|
| A D | exynos4412-trats2.dts | 78 samsung,resolution = <0>;
|
| /u-boot/doc/board/ti/ |
| A D | am62x_sk.rst | 23 resolution.
|
| /u-boot/doc/develop/uefi/ |
| A D | iscsi.rst | 157 #define NSLOOKUP_CMD /* Name resolution command */
|
| /u-boot/lib/efi_loader/ |
| A D | efi_runtime.c | 281 capabilities->resolution = 1; /* 1 Hz */ in efi_get_time_boottime()
|