Searched refs:fmt_freq (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mfd/
H A Dsm501.c126 #define fmt_freq(x) ((x) / MHZ), ((x) % MHZ), (x) macro
167 fmt_freq(pll2), sdclk0, sdclk1);
175 fmt_freq(decode_div(pll2, pm0, 24, 1<<29, 31)),
176 fmt_freq(decode_div(pll2, pm0, 16, 1<<20, 15)),
177 fmt_freq(decode_div(pll2, pm0, 8, 1<<12, 15)),
178 fmt_freq(decode_div(pll2, pm0, 0, 1<<4, 15)));
184 fmt_freq(decode_div(pll2, pm1, 24, 1<<29, 31)),
185 fmt_freq(decode_div(pll2, pm1, 16, 1<<20, 15)),
186 fmt_freq(decode_div(pll2, pm1, 8, 1<<12, 15)),
187 fmt_freq(decode_di
[all...]

Completed in 478 milliseconds