Lines Matching +full:cpu +full:- +full:offset
5 - compatible : Should at least contain "qcom,msm-timer". More specific
8 "qcom,kpss-timer" - krait subsystem
9 "qcom,scss-timer" - scorpion subsystem
11 - interrupts : Interrupts for the debug timer, the first general purpose
15 - reg : Specifies the base address of the timer registers.
17 - clocks: Reference to the parent clocks, one per output clock. The parents
20 - clock-names: The name of the clocks as free-form strings. They should be in
23 - clock-frequency : The frequency of the debug timer and the general purpose
28 - cpu-offset : per-cpu offset used when the timer is accessed without the
29 CPU remapping facilities. The offset is
30 cpu-offset + (0x10000 * cpu-nr).
35 compatible = "qcom,scss-timer", "qcom,msm-timer";
42 clock-frequency = <19200000>,
45 clock-names = "sleep";
46 cpu-offset = <0x40000>;