Searched full:autoidle (Results 1 – 16 of 16) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/clock/ti/ |
| H A D | autoidle.txt | 1 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 D | fixed-factor-clock.txt | 3 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 D | ti,autoidle.yaml | 4 $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 D | ti,fixed-factor-clock.yaml | 15 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 D | divider.txt | 47 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 D | apll.txt | 22 "autoidle" - contains the autoidle register offset (OMAP2 only) 25 - ti,bit-shift : bit-shift for enable and autoidle fields (OMAP2 only)
|
| H A D | dpll.txt | 42 "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 D | ti,divider-clock.yaml | 57 This binding can also optionally provide support to the hardware autoidle 61 - $ref: ti,autoidle.yaml#
|
| H A D | ti,interface-clock.yaml | 16 clock) and hardware autoidle enable / disable.
|
| H A D | interface.txt | 7 clock) and hardware autoidle enable / disable.
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | dra7xx-clocks.dtsi | 248 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 D | omap44xx-clocks.dtsi | 174 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 D | am43xx-clocks.dtsi | 250 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 D | omap24xx-clocks.dtsi | 1161 ti,autoidle-shift = <1>; 1179 ti,autoidle-shift = <0>; 1189 ti,autoidle-shift = <2>;
|
| /freebsd/sys/arm/ti/clk/ |
| H A D | ti_divider_clock.c | 161 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 D | ti_dpll_clock.c | 249 DPRINTF(sc->dev, "clkmode %x idlest %x clksel %x autoidle %x\n", in parse_dpll_reg()
|