Searched refs:decode_div (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/mfd/ | 
| D | sm501.c | 116 static unsigned long decode_div(unsigned long pll2, unsigned long val,  in decode_div()  function175 		 fmt_freq(decode_div(pll2, pm0, 24, 1<<29, 31)),  in sm501_dump_clk()
 176 		 fmt_freq(decode_div(pll2, pm0, 16, 1<<20, 15)),  in sm501_dump_clk()
 177 		 fmt_freq(decode_div(pll2, pm0, 8,  1<<12, 15)),  in sm501_dump_clk()
 178 		 fmt_freq(decode_div(pll2, pm0, 0,  1<<4,  15)));  in sm501_dump_clk()
 184 		fmt_freq(decode_div(pll2, pm1, 24, 1<<29, 31)),  in sm501_dump_clk()
 185 		fmt_freq(decode_div(pll2, pm1, 16, 1<<20, 15)),  in sm501_dump_clk()
 186 		fmt_freq(decode_div(pll2, pm1, 8,  1<<12, 15)),  in sm501_dump_clk()
 187 		fmt_freq(decode_div(pll2, pm1, 0,  1<<4,  15)));  in sm501_dump_clk()
 
 |