Searched refs:PWRSTS_OFF_RET (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/arch/arm/mach-omap2/ |
D | powerdomains54xx_data.c | 38 [0] = PWRSTS_OFF_RET, /* core_nret_bank */ 39 [1] = PWRSTS_OFF_RET, /* core_ocmram */ 40 [2] = PWRSTS_OFF_RET, /* core_other_bank */ 41 [3] = PWRSTS_OFF_RET, /* ipu_l2ram */ 42 [4] = PWRSTS_OFF_RET, /* ipu_unicache */ 45 [0] = PWRSTS_OFF_RET, /* core_nret_bank */ 46 [1] = PWRSTS_OFF_RET, /* core_ocmram */ 47 [2] = PWRSTS_OFF_RET, /* core_other_bank */ 48 [3] = PWRSTS_OFF_RET, /* ipu_l2ram */ 49 [4] = PWRSTS_OFF_RET, /* ipu_unicache */ [all …]
|
D | powerdomains44xx_data.c | 37 .pwrsts_logic_ret = PWRSTS_OFF_RET, 43 [3] = PWRSTS_OFF_RET, /* ducati_l2ram */ 44 [4] = PWRSTS_OFF_RET, /* ducati_unicache */ 118 .pwrsts_logic_ret = PWRSTS_OFF_RET, 122 [1] = PWRSTS_OFF_RET, /* tesla_l1 */ 123 [2] = PWRSTS_OFF_RET, /* tesla_l2 */ 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 */ [all …]
|
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 */
|
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 */
|
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 */ 103 [1] = PWRSTS_OFF_RET, /* MEM2RETSTATE */ [all …]
|
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 */
|
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 */
|
D | powerdomain.h | 36 #define PWRSTS_OFF_RET (PWRSTS_OFF | PWRSTS_RET) macro 38 #define PWRSTS_OFF_RET_ON (PWRSTS_OFF_RET | PWRSTS_ON)
|
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()
|