Home
last modified time | relevance | path

Searched full:autoidle (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/clock/ti/
H A Dautoidle.txt1 Binding for Texas Instruments autoidle clock.
5 and a configuration bit setting. Autoidle clock is never an individual
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
22 ti,autoidle-shift = <8>;
25 ti,invert-autoidle-bit;
33 ti,autoidle-shift = <8>;
36 ti,invert-autoidle-bit;
H A Dfixed-factor-clock.txt3 This binding uses the common clock binding[1], and also uses the autoidle
4 support from TI autoidle clock [2].
7 [2] Documentation/devicetree/bindings/clock/ti/autoidle.txt
18 - ti,autoidle-shift: bit shift of the autoidle enable bit for the clock,
20 - reg: offset for the autoidle register of this clock, see [2]
21 - ti,invert-autoidle-bit: autoidle is enabled by setting the bit to 0, see [2]
38 ti,autoidle-shift = <8>;
41 ti,invert-autoidle-bit;
H A Dti,autoidle.yaml4 $id: http://devicetree.org/schemas/clock/ti/ti,autoidle.yaml#
7 title: TI autoidle clock
14 Some clocks in TI SoC support the autoidle feature. These properties are
15 applicable only if the clock supports autoidle feature. It assumes a register
17 usage and configuration bit setting. Autoidle clock is never an individual
22 ti,autoidle-shift:
25 bit shift of the autoidle enable bit for the clock
29 ti,invert-autoidle-bit:
32 autoidle is enabled by setting the bit to 0
H A Dti,fixed-factor-clock.yaml15 clock. This also uses the autoidle support from TI autoidle clock.
18 - $ref: ti,autoidle.yaml#
73 ti,autoidle-shift = <8>;
74 ti,invert-autoidle-bit;
H A Ddivider.txt47 This binding can also optionally provide support to the hardware autoidle
51 [2] Documentation/devicetree/bindings/clock/ti/autoidle.txt
71 - ti,autoidle-shift : bit shift of the autoidle enable bit for the clock,
73 - ti,invert-autoidle-bit : autoidle is enabled by setting the bit to 0,
H A Dapll.txt22 "autoidle" - contains the autoidle register offset (OMAP2 only)
25 - ti,bit-shift : bit-shift for enable and autoidle fields (OMAP2 only)
H A Ddpll.txt42 "autoidle" - contains the autoidle register base address (optional)
48 ti,am3-* dpll types do not have autoidle register
49 ti,omap2-* dpll type does not support idlest / autoidle registers
H A Dti,divider-clock.yaml57 This binding can also optionally provide support to the hardware autoidle
61 - $ref: ti,autoidle.yaml#
H A Dti,interface-clock.yaml16 clock) and hardware autoidle enable / disable.
H A Dinterface.txt7 clock) and hardware autoidle enable / disable.
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Ddra7xx-clocks.dtsi248 ti,autoidle-shift = <8>;
251 ti,invert-autoidle-bit;
270 ti,autoidle-shift = <8>;
273 ti,invert-autoidle-bit;
282 ti,autoidle-shift = <8>;
285 ti,invert-autoidle-bit;
326 ti,autoidle-shift = <8>;
329 ti,invert-autoidle-bit;
355 ti,autoidle-shift = <8>;
358 ti,invert-autoidle-bit;
[all …]
H A Domap44xx-clocks.dtsi174 ti,autoidle-shift = <8>;
177 ti,invert-autoidle-bit;
206 ti,autoidle-shift = <8>;
209 ti,invert-autoidle-bit;
242 ti,autoidle-shift = <8>;
245 ti,invert-autoidle-bit;
254 ti,autoidle-shift = <8>;
257 ti,invert-autoidle-bit;
275 ti,autoidle-shift = <8>;
278 ti,invert-autoidle-bit;
[all …]
H A Dam43xx-clocks.dtsi250 ti,autoidle-shift = <8>;
253 ti,invert-autoidle-bit;
262 ti,autoidle-shift = <8>;
265 ti,invert-autoidle-bit;
274 ti,autoidle-shift = <8>;
277 ti,invert-autoidle-bit;
294 ti,autoidle-shift = <8>;
297 ti,invert-autoidle-bit;
323 ti,autoidle-shift = <8>;
326 ti,invert-autoidle-bit;
[all …]
H A Domap24xx-clocks.dtsi1161 ti,autoidle-shift = <1>;
1179 ti,autoidle-shift = <0>;
1189 ti,autoidle-shift = <2>;
/freebsd/sys/arm/ti/clk/
H A Dti_divider_clock.c161 if (OF_hasprop(node, "ti,autoidle-shift")) in ti_divider_attach()
162 device_printf(sc->sc_dev, "ti,autoidle-shift - Not implemented\n"); in ti_divider_attach()
H A Dti_dpll_clock.c249 DPRINTF(sc->dev, "clkmode %x idlest %x clksel %x autoidle %x\n", in parse_dpll_reg()