Home
last modified time | relevance | path

Searched refs:idlemodes (Results 1 – 9 of 9) sorted by relevance

/linux/arch/arm/mach-omap2/
A Domap_hwmod_81xx_data.c229 .idlemodes = SIDLE_FORCE | SIDLE_NO |
268 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
386 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART,
442 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART,
472 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
592 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART,
878 .idlemodes = SIDLE_FORCE,
914 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART,
1032 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART,
1127 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART,
[all …]
A Domap_hwmod.c3320 u32 *idlemodes) in omap_hwmod_init_idlemodes() argument
3322 *idlemodes = 0; in omap_hwmod_init_idlemodes()
3327 *idlemodes |= MSTANDBY_NO; in omap_hwmod_init_idlemodes()
3334 *idlemodes |= SIDLE_FORCE; in omap_hwmod_init_idlemodes()
3336 *idlemodes |= SIDLE_NO; in omap_hwmod_init_idlemodes()
3338 *idlemodes |= SIDLE_SMART; in omap_hwmod_init_idlemodes()
3363 u32 idlemodes) in omap_hwmod_check_module() argument
3386 if (idlemodes != oh->class->sysc->idlemodes) in omap_hwmod_check_module()
3418 u32 idlemodes) in omap_hwmod_allocate_module() argument
3435 sysc->idlemodes = idlemodes; in omap_hwmod_allocate_module()
[all …]
A Domap_hwmod_2xxx_ipblock_data.c28 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
46 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
88 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
109 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
131 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
151 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
A Domap_hwmod_3xxx_data.c141 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
299 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
311 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
496 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
531 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
653 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
800 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
945 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
1038 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
1073 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
[all …]
A Domap_hwmod_common_ipblock_data.c44 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
A Domap_hwmod_2xxx_3xxx_ipblock_data.c27 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
A Domap_hwmod_2430_data.c159 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
300 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
A Domap_hwmod.h322 u8 idlemodes; member
/linux/drivers/bus/
A Dti-sysc.c1064 u32 reg, idlemodes, best_mode; in sysc_enable_module() local
1115 idlemodes = ddata->cfg.sidlemodes; in sysc_enable_module()
1116 if (!idlemodes || regbits->sidle_shift < 0) in sysc_enable_module()
1141 idlemodes = ddata->cfg.midlemodes; in sysc_enable_module()
1181 if (idlemodes & BIT(SYSC_IDLE_SMART_WKUP)) in sysc_best_idle_mode()
1183 else if (idlemodes & BIT(SYSC_IDLE_SMART)) in sysc_best_idle_mode()
1185 else if (idlemodes & BIT(SYSC_IDLE_FORCE)) in sysc_best_idle_mode()
1198 u32 reg, idlemodes, best_mode; in sysc_disable_module() local
1212 idlemodes = ddata->cfg.midlemodes; in sysc_disable_module()
1232 idlemodes = ddata->cfg.sidlemodes; in sysc_disable_module()
[all …]

Completed in 27 milliseconds