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