Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/mach-omap2/
H A Domap_hwmod_81xx_data.c220 .idlemodes = SIDLE_FORCE | SIDLE_NO |
259 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
377 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART,
433 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART,
463 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
583 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART,
869 .idlemodes = SIDLE_FORCE,
905 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART,
1023 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART,
1118 .idlemodes = SIDLE_FORCE | SIDLE_NO | SIDLE_SMART,
[all …]
H 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),
H A Domap_hwmod.c3288 u32 *idlemodes) in omap_hwmod_init_idlemodes() argument
3290 *idlemodes = 0; in omap_hwmod_init_idlemodes()
3295 *idlemodes |= MSTANDBY_NO; in omap_hwmod_init_idlemodes()
3302 *idlemodes |= SIDLE_FORCE; in omap_hwmod_init_idlemodes()
3304 *idlemodes |= SIDLE_NO; in omap_hwmod_init_idlemodes()
3306 *idlemodes |= SIDLE_SMART; in omap_hwmod_init_idlemodes()
3331 u32 idlemodes) in omap_hwmod_check_module() argument
3354 if (idlemodes != oh->class->sysc->idlemodes) in omap_hwmod_check_module()
3387 u32 idlemodes) in omap_hwmod_allocate_module() argument
3404 sysc->idlemodes = idlemodes; in omap_hwmod_allocate_module()
[all …]
H A Domap_hwmod_3xxx_data.c140 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
298 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
310 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
495 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
530 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
652 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
799 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
944 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
1037 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
1072 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
[all …]
H A Domap_hwmod_common_ipblock_data.c44 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
H A Domap_hwmod_2xxx_3xxx_ipblock_data.c27 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
H A Domap_hwmod_2430_data.c159 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
300 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
H A Domap_hwmod.h322 u8 idlemodes; member
/linux-6.15/drivers/bus/
H A Dti-sysc.c1053 u32 reg, idlemodes, best_mode; in sysc_enable_module() local
1104 idlemodes = ddata->cfg.sidlemodes; in sysc_enable_module()
1105 if (!idlemodes || regbits->sidle_shift < 0) in sysc_enable_module()
1135 idlemodes = ddata->cfg.midlemodes; in sysc_enable_module()
1175 if (idlemodes & BIT(SYSC_IDLE_SMART_WKUP)) in sysc_best_idle_mode()
1177 else if (idlemodes & BIT(SYSC_IDLE_SMART)) in sysc_best_idle_mode()
1179 else if (idlemodes & BIT(SYSC_IDLE_FORCE)) in sysc_best_idle_mode()
1192 u32 reg, idlemodes, best_mode; in sysc_disable_module() local
1206 idlemodes = ddata->cfg.midlemodes; in sysc_disable_module()
1226 idlemodes = ddata->cfg.sidlemodes; in sysc_disable_module()
[all …]