Searched refs:cpuclk (Results 1 – 12 of 12) sorted by relevance
92 unsigned int cpuclk = 0; in tx4927_setup() local126 cpuclk = txx9_gbus_clock * 2; break; in tx4927_setup()129 cpuclk = txx9_gbus_clock * 5 / 2; break; in tx4927_setup()132 cpuclk = txx9_gbus_clock * 3; break; in tx4927_setup()135 cpuclk = txx9_gbus_clock * 4; break; in tx4927_setup()137 txx9_cpu_clock = cpuclk; in tx4927_setup()142 cpuclk = txx9_cpu_clock; in tx4927_setup()147 txx9_gbus_clock = cpuclk / 2; break; in tx4927_setup()150 txx9_gbus_clock = cpuclk * 2 / 5; break; in tx4927_setup()153 txx9_gbus_clock = cpuclk / 3; break; in tx4927_setup()[all …]
97 unsigned int cpuclk = 0; in tx4938_setup() local132 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()162 txx9_gbus_clock = cpuclk / 3; break; in tx4938_setup()[all …]
33 u64 cpuclk, avg, max, min; in oct_ilm_show() local36 cpuclk = octeon_get_clock_rate(); in oct_ilm_show()38 max = (curr_li.max_latency * 1000000000) / cpuclk; in oct_ilm_show()39 min = (curr_li.min_latency * 1000000000) / cpuclk; in oct_ilm_show()40 avg = (curr_li.latency_sum * 1000000000) / (cpuclk * curr_li.interrupt_cnt); in oct_ilm_show()
30 clock-names = "cpuclk";
25 clock-names = "cpuclk";
22 clocks = <&cpuclk 1>;
35 clocks = <&cpuclk 0>;43 clocks = <&cpuclk 1>;51 clocks = <&cpuclk 2>;59 clocks = <&cpuclk 3>;
33 clocks = <&cpuclk 0>;41 clocks = <&cpuclk 1>;
35 clocks = <&cpuclk 0>;158 cpuclk: clock-complex@18700 { label
34 clocks = <&cpuclk 0>;42 clocks = <&cpuclk 1>;
102 cpuclk: clock-complex@18700 { label
Completed in 18 milliseconds