| /OK3568_Linux_fs/kernel/drivers/video/fbdev/kyro/ |
| H A D | fbdev.c | 37 #define KHZ2PICOS(a) (1000000000UL/(a)) macro 60 .pixclock = KHZ2PICOS(25175), 93 NULL, 85, 640, 350, KHZ2PICOS(31500), 98 NULL, 85, 640, 400, KHZ2PICOS(31500), 103 NULL, 85, 720, 400, KHZ2PICOS(35500), 108 NULL, 60, 640, 480, KHZ2PICOS(25175), 113 NULL, 72, 640, 480, KHZ2PICOS(31500), 118 NULL, 75, 640, 480, KHZ2PICOS(31500), 123 NULL, 85, 640, 480, KHZ2PICOS(36000), 128 NULL, 56, 800, 600, KHZ2PICOS(36000), [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | drm_modes.c | 40 #define KHZ2PICOS(a) (1000000000UL / (a)) macro 110 return KHZ2PICOS(mode1->clock) == KHZ2PICOS(mode2->clock); in drm_mode_match_clock()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | da8xx-fb.c | 193 .pixclock = KHZ2PICOS(4607), 207 .pixclock = KHZ2PICOS(7833), 222 .pixclock = KHZ2PICOS(7833), 237 .pixclock = KHZ2PICOS(6400), 765 return KHZ2PICOS(lcdc_clk_rate / (1000 * lcdc_clk_div)); in da8xx_fb_round_clk()
|
| H A D | au1200fb.c | 1075 var->pixclock = KHZ2PICOS(pixclock/1000); in au1200fb_fb_check_var() 1083 var->pixclock = KHZ2PICOS(6000); in au1200fb_fb_check_var() 1086 var->pixclock = KHZ2PICOS(12000); in au1200fb_fb_check_var()
|
| H A D | atmel_lcdfb.c | 617 KHZ2PICOS(clk_value_khz / (pix_factor * (value + 1))); in atmel_lcdfb_set_par()
|
| H A D | sstfb.c | 366 var->pixclock = KHZ2PICOS(freq); in sstfb_check_var()
|
| H A D | mx3fb.c | 1002 var->pixclock = KHZ2PICOS(var->pixclock); in mx3fb_check_var()
|
| H A D | cirrusfb.c | 489 var->pixclock = KHZ2PICOS(maxclock); in cirrusfb_check_pixclock()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | fbmon.c | 571 mode->pixclock = KHZ2PICOS(mode->pixclock); in get_detailed_timing() 924 var->pixclock = KHZ2PICOS(var->pixclock); in fb_parse_edid() 1295 var->pixclock = KHZ2PICOS(timings->dclk/1000); in fb_get_mode() 1328 KHZ2PICOS(vm->pixelclock / 1000) : 0; in fb_videomode_from_videomode()
|
| H A D | fbcvt.c | 263 mode->pixclock = KHZ2PICOS(cvt->pixclock/1000); in fb_cvt_convert_to_mode()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | fb.h | 237 #define KHZ2PICOS(a) (1000000000UL/(a)) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | fb.h | 237 #define KHZ2PICOS(a) (1000000000UL/(a)) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fb.h | 240 #define KHZ2PICOS(a) (1000000000UL/(a)) macro
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | ep93xx-fb.rst | 25 KHZ2PICOS macro to convert the pixel clock value. Most other values
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | fb.h | 102 #define KHZ2PICOS(a) (1000000000UL/(a)) macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_edid.c | 3693 if (KHZ2PICOS(to_match->clock) != KHZ2PICOS(clock1) && in drm_match_cea_mode() 3694 KHZ2PICOS(to_match->clock) != KHZ2PICOS(clock2)) in drm_match_cea_mode() 3795 if ((KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock1) || in drm_match_hdmi_mode() 3796 KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock2)) && in drm_match_hdmi_mode()
|
| H A D | drm_modes.c | 944 return KHZ2PICOS(mode1->clock) == KHZ2PICOS(mode2->clock); in drm_mode_match_clock()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | edid.c | 4811 if ((KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock1) || in drm_match_hdmi_mode() 4812 KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock2)) && in drm_match_hdmi_mode() 5586 if ((KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock1) || in drm_match_cea_mode() 5587 KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock2)) && in drm_match_cea_mode()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | mxc_ipuv3_fb.c | 386 var->pixclock = KHZ2PICOS(var->pixclock); in mxcfb_check_var()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/vermilion/ |
| H A D | vermilion.c | 615 v.pixclock = KHZ2PICOS(nearest_clock); in vmlfb_check_var_locked()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-main.c | 716 KHZ2PICOS(timings.pixelclock / 1000) : in check_fb_var()
|