Searched defs:MHZ (Results 1 - 4 of 4) sorted by relevance

/drivers/net/can/softing/
H A Dsofting_cs.c38 #define MHZ (1000*1000) macro
45 .freq = 16 * MHZ, .max_brp = 32, .max_sjw = 4,
57 .freq = 16 * MHZ, .max_brp = 32, .max_sjw = 4,
69 .freq = 20 * MHZ, .max_brp = 32, .max_sjw = 4,
81 .freq = 24 * MHZ, .max_brp = 64, .max_sjw = 4,
93 .freq = 16 * MHZ, .max_brp = 64, .max_sjw = 4,
105 .freq = 20 * MHZ, .max_brp = 32, .max_sjw = 4,
117 .freq = 24 * MHZ, .max_brp = 64, .max_sjw = 4,
129 .freq = 16 * MHZ, .max_brp = 64, .max_sjw = 4,
141 .freq = 24 * MHZ,
[all...]
/drivers/staging/comedi/drivers/
H A Ddas6402.c64 #define MHZ 0x80 /* 10 MHz clock */ macro
278 b = EXTEND | MHZ;
280 b = MHZ | CLRINT | CLRXTR | CLRXIN;
/drivers/video/exynos/
H A Dexynos_mipi_dsi_common.c42 #define MHZ (1000 * 1000) macro
43 #define FIN_HZ (24 * MHZ)
45 #define DFIN_PLL_MIN_HZ (6 * MHZ)
46 #define DFIN_PLL_MAX_HZ (12 * MHZ)
48 #define DFVCO_MIN_HZ (500 * MHZ)
49 #define DFVCO_MAX_HZ (1000 * MHZ)
518 if (dfin_pll < 7 * MHZ)
520 else if (dfin_pll < 8 * MHZ)
522 else if (dfin_pll < 9 * MHZ)
524 else if (dfin_pll < 10 * MHZ)
[all...]
/drivers/mfd/
H A Dsm501.c87 #define MHZ (1000 * 1000) macro
122 pll2 = 288 * MHZ;
127 #define fmt_freq(x) ((x) / MHZ), ((x) % MHZ), (x)
145 pll2 = 336 * MHZ;
148 pll2 = 288 * MHZ;
151 pll2 = 240 * MHZ;
154 pll2 = 192 * MHZ;
158 sdclk0 = (misct & (1<<12)) ? pll2 : 288 * MHZ;
161 sdclk1 = (misct & (1<<20)) ? pll2 : 288 * MHZ;
[all...]

Completed in 67 milliseconds