Lines Matching refs:ti
15 - ti,autoidle-shift : bit shift of the autoidle enable bit
16 - ti,invert-autoidle-bit : autoidle is enabled by setting the bit to 0
21 compatible = "ti,divider-clock";
23 ti,max-div = <31>;
24 ti,autoidle-shift = <8>;
26 ti,index-starts-at-one;
27 ti,invert-autoidle-bit;
32 compatible = "ti,fixed-factor-clock";
34 ti,clock-div = <1>;
35 ti,autoidle-shift = <8>;
37 ti,clock-mult = <1>;
38 ti,invert-autoidle-bit;