Lines Matching refs:cpuclk
92 unsigned int cpuclk = 0;
126 cpuclk = txx9_gbus_clock * 2; break;
129 cpuclk = txx9_gbus_clock * 5 / 2; break;
132 cpuclk = txx9_gbus_clock * 3; break;
135 cpuclk = txx9_gbus_clock * 4; break;
137 txx9_cpu_clock = cpuclk;
142 cpuclk = txx9_cpu_clock;
147 txx9_gbus_clock = cpuclk / 2; break;
150 txx9_gbus_clock = cpuclk * 2 / 5; break;
153 txx9_gbus_clock = cpuclk / 3; break;
156 txx9_gbus_clock = cpuclk / 4; break;
187 txx9_pcode_str, (cpuclk + 500000) / 1000000,