Home
last modified time | relevance | path

Searched refs:autoidle (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ti/
H A Dautoidle.txt1 Binding for Texas Instruments autoidle clock.
14 - reg : offset for the register controlling the autoidle
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
24 ti,autoidle-shift = <8>;
27 ti,invert-autoidle-bit;
35 ti,autoidle-shift = <8>;
38 ti,invert-autoidle-bit;
H A Dfixed-factor-clock.txt5 This binding uses the common clock binding[1], and also uses the autoidle
6 support from TI autoidle clock [2].
9 [2] Documentation/devicetree/bindings/clock/ti/autoidle.txt
19 - ti,autoidle-shift: bit shift of the autoidle enable bit for the clock,
21 - reg: offset for the autoidle register of this clock, see [2]
22 - ti,invert-autoidle-bit: autoidle is enabled by setting the bit to 0, see [2]
39 ti,autoidle-shift = <8>;
42 ti,invert-autoidle-bit;
H A Ddivider.txt49 This binding can also optionally provide support to the hardware autoidle
53 [2] Documentation/devicetree/bindings/clock/ti/autoidle.txt
73 - ti,autoidle-shift : bit shift of the autoidle enable bit for the clock,
75 - ti,invert-autoidle-bit : autoidle is enabled by setting the bit to 0,
H A Ddpll.txt44 "autoidle" - contains the autoidle register base address (optional)
45 ti,am3-* dpll types do not have autoidle register
46 ti,omap2-* dpll type does not support idlest / autoidle registers
H A Dapll.txt24 "autoidle" - contains the autoidle register offset (OMAP2 only)
27 - ti,bit-shift : bit-shift for enable and autoidle fields (OMAP2 only)
H A Dinterface.txt9 clock) and hardware autoidle enable / disable.
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Ddra7xx-clocks.dtsi214 ti,autoidle-shift = <8>;
217 ti,invert-autoidle-bit;
234 ti,autoidle-shift = <8>;
237 ti,invert-autoidle-bit;
245 ti,autoidle-shift = <8>;
248 ti,invert-autoidle-bit;
277 ti,autoidle-shift = <8>;
280 ti,invert-autoidle-bit;
303 ti,autoidle-shift = <8>;
306 ti,invert-autoidle-bit;
[all …]
H A Domap44xx-clocks.dtsi151 ti,autoidle-shift = <8>;
154 ti,invert-autoidle-bit;
180 ti,autoidle-shift = <8>;
183 ti,invert-autoidle-bit;
212 ti,autoidle-shift = <8>;
215 ti,invert-autoidle-bit;
223 ti,autoidle-shift = <8>;
226 ti,invert-autoidle-bit;
242 ti,autoidle-shift = <8>;
245 ti,invert-autoidle-bit;
[all …]
H A Dam43xx-clocks.dtsi221 ti,autoidle-shift = <8>;
224 ti,invert-autoidle-bit;
232 ti,autoidle-shift = <8>;
235 ti,invert-autoidle-bit;
243 ti,autoidle-shift = <8>;
246 ti,invert-autoidle-bit;
261 ti,autoidle-shift = <8>;
264 ti,invert-autoidle-bit;
287 ti,autoidle-shift = <8>;
290 ti,invert-autoidle-bit;
[all …]
H A Domap24xx-clocks.dtsi1161 ti,autoidle-shift = <1>;
1179 ti,autoidle-shift = <0>;
1189 ti,autoidle-shift = <2>;
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Ddra7xx-clocks.dtsi217 ti,autoidle-shift = <8>;
220 ti,invert-autoidle-bit;
237 ti,autoidle-shift = <8>;
240 ti,invert-autoidle-bit;
248 ti,autoidle-shift = <8>;
251 ti,invert-autoidle-bit;
280 ti,autoidle-shift = <8>;
283 ti,invert-autoidle-bit;
306 ti,autoidle-shift = <8>;
309 ti,invert-autoidle-bit;
[all …]
H A Dam43xx-clocks.dtsi216 ti,autoidle-shift = <8>;
219 ti,invert-autoidle-bit;
227 ti,autoidle-shift = <8>;
230 ti,invert-autoidle-bit;
238 ti,autoidle-shift = <8>;
241 ti,invert-autoidle-bit;
256 ti,autoidle-shift = <8>;
259 ti,invert-autoidle-bit;
274 ti,autoidle-shift = <8>;
277 ti,invert-autoidle-bit;
[all …]
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/video4linux/
H A Domap3isp.txt85 当 omap3isp 模块参数 autoidle 非零时,autoidle(自动空闲)功能
/OK3568_Linux_fs/kernel/drivers/clk/ti/
H A DMakefile4 obj-y += clk.o autoidle.o clockdomain.o
/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Disp.c78 static unsigned int autoidle; variable
79 module_param(autoidle, int, 0444);
80 MODULE_PARM_DESC(autoidle, "Enable OMAP3ISP AUTOIDLE support");
410 (isp->autoidle ? ISPCTRL_SBL_AUTOIDLE : 0) | in isp_core_init()
2279 isp->autoidle = autoidle; in isp_probe()
H A Disp.h197 unsigned int autoidle; member
H A Dispccp2.c138 ((isp->revision == ISP_REVISION_15_0 && isp->autoidle) ? in ccp2_pwr_cfg()
H A Dispcsi2.c530 if (isp->autoidle) in omap3isp_csi2_reset()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Domap3isp.rst68 Autoidle is only enabled on 3630 when the omap3isp module parameter autoidle
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Domap_hwmod.c569 static int _set_module_autoidle(struct omap_hwmod *oh, u8 autoidle, in _set_module_autoidle() argument
588 *v |= autoidle << autoidle_shift; in _set_module_autoidle()