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