Searched refs:autoidle (Results 1 – 18 of 18) sorted by relevance
/Linux-v5.4/Documentation/devicetree/bindings/clock/ti/ |
D | autoidle.txt | 1 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;
|
D | fixed-factor-clock.txt | 5 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;
|
D | divider.txt | 49 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,
|
D | apll.txt | 24 "autoidle" - contains the autoidle register offset (OMAP2 only) 27 - ti,bit-shift : bit-shift for enable and autoidle fields (OMAP2 only)
|
D | dpll.txt | 44 "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
|
D | interface.txt | 9 clock) and hardware autoidle enable / disable.
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | dra7xx-clocks.dtsi | 214 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 …]
|
D | omap44xx-clocks.dtsi | 151 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 …]
|
D | am43xx-clocks.dtsi | 221 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 …]
|
D | omap24xx-clocks.dtsi | 1161 ti,autoidle-shift = <1>; 1179 ti,autoidle-shift = <0>; 1189 ti,autoidle-shift = <2>;
|
/Linux-v5.4/Documentation/translations/zh_CN/video4linux/ |
D | omap3isp.txt | 85 当 omap3isp 模块参数 autoidle 非零时,autoidle(自动空闲)功能
|
/Linux-v5.4/drivers/clk/ti/ |
D | Makefile | 4 obj-y += clk.o autoidle.o clockdomain.o
|
/Linux-v5.4/drivers/media/platform/omap3isp/ |
D | isp.h | 197 unsigned int autoidle; member
|
D | isp.c | 80 static unsigned int autoidle; variable 81 module_param(autoidle, int, 0444); 82 MODULE_PARM_DESC(autoidle, "Enable OMAP3ISP AUTOIDLE support"); 412 (isp->autoidle ? ISPCTRL_SBL_AUTOIDLE : 0) | in isp_core_init() 2294 isp->autoidle = autoidle; in isp_probe()
|
D | ispccp2.c | 138 ((isp->revision == ISP_REVISION_15_0 && isp->autoidle) ? in ccp2_pwr_cfg()
|
D | ispcsi2.c | 530 if (isp->autoidle) in omap3isp_csi2_reset()
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | omap3isp.rst | 68 Autoidle is only enabled on 3630 when the omap3isp module parameter autoidle
|
/Linux-v5.4/arch/arm/mach-omap2/ |
D | omap_hwmod.c | 569 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()
|