Lines Matching refs:ti
14 [3] Documentation/devicetree/bindings/clock/ti/clockdomain.txt
18 "ti,gate-clock" - basic gate clock
19 "ti,wait-gate-clock" - gate clock which waits until clock is active before
21 "ti,dss-gate-clock" - gate clock with DSS specific hardware handling
22 "ti,am35xx-gate-clock" - gate clock with AM35xx specific hardware handling
23 "ti,clkdm-gate-clock" - clockdomain gate clock, which derives its functional
26 "ti,hsdiv-gate-clock" - gate clock with OMAP36xx specific hardware handling,
28 "ti,composite-gate-clock" - composite gate clock, to be part of composite
30 "ti,composite-no-wait-gate-clock" - composite gate clock that does not wait
36 ti,clkdm-gate-clock type
39 - ti,bit-shift : bit shift for programming the clock gate, invalid for
40 ti,clkdm-gate-clock type
41 - ti,set-bit-to-disable : inverts default gate programming. Setting the bit
47 compatible = "ti,gate-clock";
50 ti,bit-shift = <25>;
55 compatible = "ti,wait-gate-clock";
58 ti,bit-shift = <23>;
63 compatible = "ti,dss-gate-clock";
66 ti,bit-shift = <0>;
71 compatible = "ti,am35xx-gate-clock";
74 ti,bit-shift = <1>;
79 compatible = "ti,clkdm-gate-clock";
85 compatible = "ti,hsdiv-gate-clock";
87 ti,bit-shift = <0x1b>;
89 ti,set-bit-to-disable;
94 compatible = "ti,composite-gate-clock";
96 ti,bit-shift = <3>;
102 compatible = "ti,composite-no-wait-gate-clock";
104 ti,bit-shift = <15>;