Lines Matching refs:clock
3 This binding uses the common clock binding.
7 This is not a clock provider, but clocks under SMU depend on it.
15 "Serial clock generator" in fig."Clock System Overview" of the manual,
17 This makes internal (neither input nor output) clock that is provided
23 - clocks: Parent clocks. Input clocks as described in clock-bindings.txt
24 - #clock-cells: Should be <0>
29 Registers are "xxx clock gate control register" (XXXGCLKCTRL).
34 - clocks: Input clock as described in clock-bindings.txt
35 - #clock-cells: Should be <0>
43 #clock-cells = <0>;
50 #clock-cells = <0>;
60 clock-names = "sclk";
63 Example of clock-tree description:
65 This describes a clock path in the clock tree
75 compatible = "fixed-clock";
76 clock-frequency = <32768>;
77 #clock-cells = <0>;
80 compatible = "fixed-factor-clock";
82 clock-div = <1>;
83 clock-mult = <7000>;
84 #clock-cells = <0>;
90 #clock-cells = <0>;
96 #clock-cells = <0>;