Searched refs:PWRSTS_OFF_RET (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/arch/arm/mach-omap2/ |
A D | powerdomains54xx_data.c | 41 [3] = PWRSTS_OFF_RET, /* ipu_l2ram */ 48 [3] = PWRSTS_OFF_RET, /* ipu_l2ram */ 64 [0] = PWRSTS_OFF_RET, /* aessmem */ 68 [0] = PWRSTS_OFF_RET, /* aessmem */ 93 [0] = PWRSTS_OFF_RET, /* dss_mem */ 96 [0] = PWRSTS_OFF_RET, /* dss_mem */ 111 [0] = PWRSTS_OFF_RET, /* cpu0_l1 */ 161 [0] = PWRSTS_OFF_RET, /* mpu_l2 */ 165 [0] = PWRSTS_OFF_RET, /* mpu_l2 */ 187 .pwrsts_logic_ret = PWRSTS_OFF_RET, [all …]
|
A D | powerdomains44xx_data.c | 37 .pwrsts_logic_ret = PWRSTS_OFF_RET, 118 .pwrsts_logic_ret = PWRSTS_OFF_RET, 156 .pwrsts_logic_ret = PWRSTS_OFF_RET, 159 [0] = PWRSTS_OFF_RET, /* cpu0_l1 */ 173 .pwrsts_logic_ret = PWRSTS_OFF_RET, 176 [0] = PWRSTS_OFF_RET, /* cpu1_l1 */ 206 .pwrsts_logic_ret = PWRSTS_OFF_RET, 209 [0] = PWRSTS_OFF_RET, /* mpu_l1 */ 210 [1] = PWRSTS_OFF_RET, /* mpu_l2 */ 268 .pwrsts_logic_ret = PWRSTS_OFF_RET, [all …]
|
A D | powerdomains33xx_data.c | 23 .pwrsts_logic_ret = PWRSTS_OFF_RET, 40 [0] = PWRSTS_OFF_RET, /* gfx_mem */ 74 .pwrsts_logic_ret = PWRSTS_OFF_RET, 99 [0] = PWRSTS_OFF_RET, /* pruss_mem */ 100 [1] = PWRSTS_OFF_RET, /* per_mem */ 101 [2] = PWRSTS_OFF_RET, /* ram_mem */ 117 .pwrsts_logic_ret = PWRSTS_OFF_RET, 142 [0] = PWRSTS_OFF_RET, /* mpu_l1 */ 143 [1] = PWRSTS_OFF_RET, /* mpu_l2 */ 144 [2] = PWRSTS_OFF_RET, /* mpu_ram */
|
A D | powerdomains43xx_data.c | 36 .pwrsts_logic_ret = PWRSTS_OFF_RET, 39 [0] = PWRSTS_OFF_RET, /* mpu_l1 */ 40 [1] = PWRSTS_OFF_RET, /* mpu_l2 */ 41 [2] = PWRSTS_OFF_RET, /* mpu_ram */ 94 .pwrsts_logic_ret = PWRSTS_OFF_RET, 97 [0] = PWRSTS_OFF_RET, /* icss_mem */ 98 [1] = PWRSTS_OFF_RET, /* per_mem */ 99 [2] = PWRSTS_OFF_RET, /* ram1_mem */ 100 [3] = PWRSTS_OFF_RET, /* ram2_mem */
|
A D | powerdomains3xxx_data.c | 36 .pwrsts_logic_ret = PWRSTS_OFF_RET, 39 [0] = PWRSTS_OFF_RET, 40 [1] = PWRSTS_OFF_RET, 41 [2] = PWRSTS_OFF_RET, 42 [3] = PWRSTS_OFF_RET, 57 .pwrsts_logic_ret = PWRSTS_OFF_RET, 61 [0] = PWRSTS_OFF_RET, 99 .pwrsts_logic_ret = PWRSTS_OFF_RET, 102 [0] = PWRSTS_OFF_RET, /* MEM1RETSTATE */ 116 .pwrsts_logic_ret = PWRSTS_OFF_RET, [all …]
|
A D | powerdomains2xxx_data.c | 45 .pwrsts_logic_ret = PWRSTS_OFF_RET, 63 [0] = PWRSTS_OFF_RET, /* MEM1RETSTATE */ 64 [1] = PWRSTS_OFF_RET, /* MEM2RETSTATE */ 65 [2] = PWRSTS_OFF_RET, /* MEM3RETSTATE */
|
A D | powerdomains7xx_data.c | 172 [0] = PWRSTS_OFF_RET, /* cpu0_l1 */ 188 [0] = PWRSTS_OFF_RET, /* cpu1_l1 */ 217 [0] = PWRSTS_OFF_RET, /* mpu_l2 */
|
A D | powerdomain.h | 36 #define PWRSTS_OFF_RET (PWRSTS_OFF | PWRSTS_RET) macro 38 #define PWRSTS_OFF_RET_ON (PWRSTS_OFF_RET | PWRSTS_ON)
|
A D | powerdomain.c | 148 if ((pwrdm->pwrsts_logic_ret == PWRSTS_OFF_RET) && in _update_logic_membank_counters() 155 if ((pwrdm->pwrsts_mem_ret[i] == PWRSTS_OFF_RET) && in _update_logic_membank_counters()
|
Completed in 11 milliseconds