Searched refs:fmt_freq (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/mfd/ | 
| D | sm501.c | 126 #define fmt_freq(x) ((x) / MHZ), ((x) % MHZ), (x)  macro 167 		fmt_freq(pll2), sdclk0, sdclk1);  in sm501_dump_clk() 175 		 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()
  |