Home
last modified time | relevance | path

Searched refs:KHZ2PICOS (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/video/fbdev/kyro/
H A Dfbdev.c38 #define KHZ2PICOS(a) (1000000000UL/(a)) macro
61 .pixclock = KHZ2PICOS(25175),
94 NULL, 85, 640, 350, KHZ2PICOS(31500),
99 NULL, 85, 640, 400, KHZ2PICOS(31500),
104 NULL, 85, 720, 400, KHZ2PICOS(35500),
109 NULL, 60, 640, 480, KHZ2PICOS(25175),
114 NULL, 72, 640, 480, KHZ2PICOS(31500),
119 NULL, 75, 640, 480, KHZ2PICOS(31500),
124 NULL, 85, 640, 480, KHZ2PICOS(36000),
129 NULL, 56, 800, 600, KHZ2PICOS(36000),
[all …]
/linux/drivers/video/fbdev/core/
H A Dfbmon.c576 mode->pixclock = KHZ2PICOS(mode->pixclock); in get_detailed_timing()
930 var->pixclock = KHZ2PICOS(var->pixclock); in fb_parse_edid()
1300 var->pixclock = KHZ2PICOS(timings->dclk/1000); in fb_get_mode()
1333 KHZ2PICOS(vm->pixelclock / 1000) : 0; in fb_videomode_from_videomode()
H A Dfbcvt.c263 mode->pixclock = KHZ2PICOS(cvt->pixclock/1000); in fb_cvt_convert_to_mode()
/linux/include/uapi/linux/
H A Dfb.h241 #define KHZ2PICOS(a) (1000000000UL/(a)) macro
/linux/Documentation/fb/
H A Dep93xx-fb.rst25 KHZ2PICOS macro to convert the pixel clock value. Most other values
/linux/drivers/gpu/drm/
H A Ddrm_modes.c1495 return KHZ2PICOS(mode1->clock) == KHZ2PICOS(mode2->clock); in drm_mode_match_clock()
/linux/drivers/video/fbdev/
H A Datmel_lcdfb.c596 KHZ2PICOS(clk_value_khz / (pix_factor * (value + 1))); in atmel_lcdfb_set_par()
H A Dsstfb.c367 var->pixclock = KHZ2PICOS(freq); in sstfb_check_var()
H A Dcirrusfb.c490 var->pixclock = KHZ2PICOS(maxclock); in cirrusfb_check_pixclock()