Lines Matching refs:cpuclk
97 unsigned int cpuclk = 0;
132 cpuclk = txx9_gbus_clock * 2; break;
135 cpuclk = txx9_gbus_clock * 5 / 2; break;
138 cpuclk = txx9_gbus_clock * 3; break;
141 cpuclk = txx9_gbus_clock * 4; break;
144 cpuclk = txx9_gbus_clock * 9 / 2; break;
146 txx9_cpu_clock = cpuclk;
151 cpuclk = txx9_cpu_clock;
156 txx9_gbus_clock = cpuclk / 2; break;
159 txx9_gbus_clock = cpuclk * 2 / 5; break;
162 txx9_gbus_clock = cpuclk / 3; break;
165 txx9_gbus_clock = cpuclk / 4; break;
168 txx9_gbus_clock = cpuclk * 2 / 9; break;
200 txx9_pcode_str, (cpuclk + 500000) / 1000000,