Lines Matching refs:pll2
117 static unsigned long decode_div(unsigned long pll2, unsigned long val, in decode_div() argument
122 pll2 = 288 * MHZ; in decode_div()
124 return pll2 / div_tab[(val >> lshft) & mask]; in decode_div()
141 unsigned long pll2 = 0; in sm501_dump_clk() local
145 pll2 = 336 * MHZ; in sm501_dump_clk()
148 pll2 = 288 * MHZ; in sm501_dump_clk()
151 pll2 = 240 * MHZ; in sm501_dump_clk()
154 pll2 = 192 * MHZ; in sm501_dump_clk()
158 sdclk0 = (misct & (1<<12)) ? pll2 : 288 * MHZ; in sm501_dump_clk()
161 sdclk1 = (misct & (1<<20)) ? pll2 : 288 * MHZ; in sm501_dump_clk()
168 fmt_freq(pll2), sdclk0, sdclk1); in sm501_dump_clk()
176 fmt_freq(decode_div(pll2, pm0, 24, 1<<29, 31)), in sm501_dump_clk()
177 fmt_freq(decode_div(pll2, pm0, 16, 1<<20, 15)), in sm501_dump_clk()
178 fmt_freq(decode_div(pll2, pm0, 8, 1<<12, 15)), in sm501_dump_clk()
179 fmt_freq(decode_div(pll2, pm0, 0, 1<<4, 15))); in sm501_dump_clk()
185 fmt_freq(decode_div(pll2, pm1, 24, 1<<29, 31)), in sm501_dump_clk()
186 fmt_freq(decode_div(pll2, pm1, 16, 1<<20, 15)), in sm501_dump_clk()
187 fmt_freq(decode_div(pll2, pm1, 8, 1<<12, 15)), in sm501_dump_clk()
188 fmt_freq(decode_div(pll2, pm1, 0, 1<<4, 15))); in sm501_dump_clk()