Lines Matching +full:invert +full:- +full:enable
7 or fixed-factor.
9 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
12 - reg : offset for the register controlling the autoidle
13 - ti,autoidle-shift : bit shift of the autoidle enable bit
14 - ti,invert-autoidle-bit : autoidle is enabled by setting the bit to 0
18 #clock-cells = <0>;
19 compatible = "ti,divider-clock";
21 ti,max-div = <31>;
22 ti,autoidle-shift = <8>;
24 ti,index-starts-at-one;
25 ti,invert-autoidle-bit;
29 #clock-cells = <0>;
30 compatible = "ti,fixed-factor-clock";
32 ti,clock-div = <1>;
33 ti,autoidle-shift = <8>;
35 ti,clock-mult = <1>;
36 ti,invert-autoidle-bit;