Searched refs:KHZ2PICOS (Results 1 - 12 of 12) sorted by path

/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c4320 if (KHZ2PICOS(to_match->clock) != KHZ2PICOS(clock1) &&
4321 KHZ2PICOS(to_match->clock) != KHZ2PICOS(clock2))
4422 if ((KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock1) ||
4423 KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock2)) &&
H A Ddrm_modes.c35 #include <linux/fb.h> /* for KHZ2PICOS() */
1491 return KHZ2PICOS(mode1->clock) == KHZ2PICOS(mode2->clock);
/linux-master/drivers/video/fbdev/
H A Datmel_lcdfb.c597 KHZ2PICOS(clk_value_khz / (pix_factor * (value + 1)));
H A Dau1200fb.c1078 var->pixclock = KHZ2PICOS(pixclock/1000);
1086 var->pixclock = KHZ2PICOS(6000);
1089 var->pixclock = KHZ2PICOS(12000);
H A Dcirrusfb.c490 var->pixclock = KHZ2PICOS(maxclock);
H A Dda8xx-fb.c193 .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));
H A Dsstfb.c367 var->pixclock = KHZ2PICOS(freq);
/linux-master/drivers/video/fbdev/core/
H A Dfbcvt.c263 mode->pixclock = KHZ2PICOS(cvt->pixclock/1000);
H A Dfbmon.c571 mode->pixclock = KHZ2PICOS(mode->pixclock);
925 var->pixclock = KHZ2PICOS(var->pixclock);
1295 var->pixclock = KHZ2PICOS(timings->dclk/1000);
1326 /* prevent division by zero in KHZ2PICOS macro */
1328 KHZ2PICOS(vm->pixelclock / 1000) : 0;
/linux-master/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(3600
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c716 KHZ2PICOS(timings.pixelclock / 1000) :
/linux-master/include/uapi/linux/
H A Dfb.h241 #define KHZ2PICOS(a) (1000000000UL/(a)) macro

Completed in 386 milliseconds