Searched refs:autoidle (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/clock/ti/ |
D | autoidle.txt | 1 Binding for Texas Instruments autoidle clock. 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;
|
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;
|
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,
|
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)
|
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
|
D | interface.txt | 7 clock) and hardware autoidle enable / disable.
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
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 …]
|
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 …]
|
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 …]
|
D | omap24xx-clocks.dtsi | 1161 ti,autoidle-shift = <1>; 1179 ti,autoidle-shift = <0>; 1189 ti,autoidle-shift = <2>;
|
/linux-6.12.1/Documentation/translations/zh_CN/video4linux/ |
D | omap3isp.txt | 85 当 omap3isp 模块参数 autoidle 非零时,autoidle(自动空闲)功能
|
/linux-6.12.1/drivers/clk/ti/ |
D | Makefile | 4 obj-y += clk.o autoidle.o clockdomain.o
|
/linux-6.12.1/drivers/media/platform/ti/omap3isp/ |
D | isp.h | 197 unsigned int autoidle; member
|
D | isp.c | 78 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() 2287 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-6.12.1/Documentation/admin-guide/media/ |
D | omap3isp.rst | 68 Autoidle is only enabled on 3630 when the omap3isp module parameter autoidle
|
/linux-6.12.1/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()
|