Searched refs:idlemodes (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/arch/arm/mach-omap2/ |
A D | omap_hwmod_81xx_data.c | 220 .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 …]
|
A D | omap_hwmod_2xxx_ipblock_data.c | 28 .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 D | omap_hwmod.c | 3324 u32 *idlemodes) in omap_hwmod_init_idlemodes() argument 3326 *idlemodes = 0; in omap_hwmod_init_idlemodes() 3331 *idlemodes |= MSTANDBY_NO; in omap_hwmod_init_idlemodes() 3338 *idlemodes |= SIDLE_FORCE; in omap_hwmod_init_idlemodes() 3340 *idlemodes |= SIDLE_NO; in omap_hwmod_init_idlemodes() 3342 *idlemodes |= SIDLE_SMART; in omap_hwmod_init_idlemodes() 3367 u32 idlemodes) in omap_hwmod_check_module() argument 3390 if (idlemodes != oh->class->sysc->idlemodes) in omap_hwmod_check_module() 3422 u32 idlemodes) in omap_hwmod_allocate_module() argument 3439 sysc->idlemodes = idlemodes; in omap_hwmod_allocate_module() [all …]
|
A D | omap_hwmod_3xxx_data.c | 140 .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 …]
|
A D | omap_hwmod_common_ipblock_data.c | 44 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
A D | omap_hwmod_2xxx_3xxx_ipblock_data.c | 27 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
A D | omap_hwmod_2430_data.c | 159 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | 300 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
A D | omap_hwmod.h | 322 u8 idlemodes; member
|
/linux-6.3-rc2/drivers/bus/ |
A D | ti-sysc.c | 1064 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 23 milliseconds