/openbmc/linux/Documentation/devicetree/bindings/clock/ti/ |
H A 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;
|
H A 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 20 - ti,autoidle-shift: bit shift of the autoidle enable bit for the clock, 22 - reg: offset for the autoidle register of this clock, see [2] 23 - ti,invert-autoidle-bit: autoidle is enabled by setting the bit to 0, see [2] 40 ti,autoidle-shift = <8>; 43 ti,invert-autoidle-bit;
|
H A 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,
|
H A 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)
|
H A D | dpll.txt | 44 "autoidle" - contains the autoidle register base address (optional) 50 ti,am3-* dpll types do not have autoidle register 51 ti,omap2-* dpll type does not support idlest / autoidle registers
|
H A D | interface.txt | 9 clock) and hardware autoidle enable / disable.
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | dra7xx-clocks.dtsi | 217 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 D | am43xx-clocks.dtsi | 216 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 …]
|
/openbmc/linux/arch/arm/boot/dts/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; 318 ti,autoidle-shift = <8>; 321 ti,invert-autoidle-bit; 347 ti,autoidle-shift = <8>; 350 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>;
|
/openbmc/linux/Documentation/translations/zh_CN/video4linux/ |
H A D | omap3isp.txt | 85 当 omap3isp 模块参数 autoidle 非零时,autoidle(自动空闲)功能
|
/openbmc/linux/drivers/clk/ti/ |
H A D | Makefile | 4 obj-y += clk.o autoidle.o clockdomain.o
|
/openbmc/qemu/hw/intc/ |
H A D | omap_intc.c | 56 int autoidle; member 337 s->autoidle = 0; in omap_inth_reset()
|
/openbmc/linux/drivers/media/platform/ti/omap3isp/ |
H A D | isp.h | 197 unsigned int autoidle; member
|
H A 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()
|
H A D | ispccp2.c | 138 ((isp->revision == ISP_REVISION_15_0 && isp->autoidle) ? in ccp2_pwr_cfg()
|
H A D | ispcsi2.c | 530 if (isp->autoidle) in omap3isp_csi2_reset()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | omap3isp.rst | 68 Autoidle is only enabled on 3630 when the omap3isp module parameter autoidle
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A 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()
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |