fmt_freq          167 drivers/mfd/sm501.c 		fmt_freq(pll2), sdclk0, sdclk1);
fmt_freq          175 drivers/mfd/sm501.c 		 fmt_freq(decode_div(pll2, pm0, 24, 1<<29, 31)),
fmt_freq          176 drivers/mfd/sm501.c 		 fmt_freq(decode_div(pll2, pm0, 16, 1<<20, 15)),
fmt_freq          177 drivers/mfd/sm501.c 		 fmt_freq(decode_div(pll2, pm0, 8,  1<<12, 15)),
fmt_freq          178 drivers/mfd/sm501.c 		 fmt_freq(decode_div(pll2, pm0, 0,  1<<4,  15)));
fmt_freq          184 drivers/mfd/sm501.c 		fmt_freq(decode_div(pll2, pm1, 24, 1<<29, 31)),
fmt_freq          185 drivers/mfd/sm501.c 		fmt_freq(decode_div(pll2, pm1, 16, 1<<20, 15)),
fmt_freq          186 drivers/mfd/sm501.c 		fmt_freq(decode_div(pll2, pm1, 8,  1<<12, 15)),
fmt_freq          187 drivers/mfd/sm501.c 		fmt_freq(decode_div(pll2, pm1, 0,  1<<4,  15)));