Lines Matching +full:1 +full:mhz
6 1 - Introduction
38 by the frequency (in MHz) at which the benchmark has been run, so that
39 DMIPS/MHz are obtained. Such values are then normalized w.r.t. the highest
43 3 - capacity-dmips-mhz
46 capacity-dmips-mhz is an optional cpu node [1] property: u32 value
47 representing CPU capacity expressed in normalized DMIPS/MHz. At boot time, the
51 capacity-dmips-mhz property is all-or-nothing: if it is specified for a cpu
55 mhz values (normalized w.r.t. the highest value found while parsing the DT).
61 Example 1 (ARM 64-bit, 6-cpu system, two clusters):
62 The capacities-dmips-mhz or DMIPS/MHz values (scaled to 1024)
128 capacity-dmips-mhz = <1024>;
131 A57_1: cpu@1 {
139 capacity-dmips-mhz = <1024>;
148 clocks = <&scpi_dvfs 1>;
150 capacity-dmips-mhz = <578>;
159 clocks = <&scpi_dvfs 1>;
161 capacity-dmips-mhz = <578>;
170 clocks = <&scpi_dvfs 1>;
172 capacity-dmips-mhz = <578>;
181 clocks = <&scpi_dvfs 1>;
183 capacity-dmips-mhz = <578>;
196 cpus 0,1@1GHz, cpus 2,3@500MHz):
197 capacities-dmips-mhz are scaled w.r.t. 2 (cpu@0 and cpu@1), this means that first
198 cpu@0 and cpu@1 are twice fast than cpu@2 and cpu@3 (at the same frequency)
201 #address-cells = <1>;
208 capacity-dmips-mhz = <2>;
211 cpu1: cpu@1 {
214 reg = <1>;
215 capacity-dmips-mhz = <2>;
222 capacity-dmips-mhz = <1>;
229 capacity-dmips-mhz = <1>;
237 [1] ARM Linux Kernel documentation - CPUs bindings