Searched refs:PWRSTS_OFF_RET (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/arm/mach-omap2/ |
D | powerdomains54xx_data.c | 41 [0] = PWRSTS_OFF_RET, /* core_nret_bank */ 42 [1] = PWRSTS_OFF_RET, /* core_ocmram */ 43 [2] = PWRSTS_OFF_RET, /* core_other_bank */ 44 [3] = PWRSTS_OFF_RET, /* ipu_l2ram */ 45 [4] = PWRSTS_OFF_RET, /* ipu_unicache */ 48 [0] = PWRSTS_OFF_RET, /* core_nret_bank */ 49 [1] = PWRSTS_OFF_RET, /* core_ocmram */ 50 [2] = PWRSTS_OFF_RET, /* core_other_bank */ 51 [3] = PWRSTS_OFF_RET, /* ipu_l2ram */ 52 [4] = PWRSTS_OFF_RET, /* ipu_unicache */ [all …]
|
D | powerdomains44xx_data.c | 40 .pwrsts_logic_ret = PWRSTS_OFF_RET, 46 [3] = PWRSTS_OFF_RET, /* ducati_l2ram */ 47 [4] = PWRSTS_OFF_RET, /* ducati_unicache */ 121 .pwrsts_logic_ret = PWRSTS_OFF_RET, 125 [1] = PWRSTS_OFF_RET, /* tesla_l1 */ 126 [2] = PWRSTS_OFF_RET, /* tesla_l2 */ 159 .pwrsts_logic_ret = PWRSTS_OFF_RET, 162 [0] = PWRSTS_OFF_RET, /* cpu0_l1 */ 176 .pwrsts_logic_ret = PWRSTS_OFF_RET, 179 [0] = PWRSTS_OFF_RET, /* cpu1_l1 */ [all …]
|
D | powerdomains33xx_data.c | 31 .pwrsts_logic_ret = PWRSTS_OFF_RET, 48 [0] = PWRSTS_OFF_RET, /* gfx_mem */ 82 .pwrsts_logic_ret = PWRSTS_OFF_RET, 107 [0] = PWRSTS_OFF_RET, /* pruss_mem */ 108 [1] = PWRSTS_OFF_RET, /* per_mem */ 109 [2] = PWRSTS_OFF_RET, /* ram_mem */ 125 .pwrsts_logic_ret = PWRSTS_OFF_RET, 150 [0] = PWRSTS_OFF_RET, /* mpu_l1 */ 151 [1] = PWRSTS_OFF_RET, /* mpu_l2 */ 152 [2] = PWRSTS_OFF_RET, /* mpu_ram */
|
D | powerdomains43xx_data.c | 39 .pwrsts_logic_ret = PWRSTS_OFF_RET, 42 [0] = PWRSTS_OFF_RET, /* mpu_l1 */ 43 [1] = PWRSTS_OFF_RET, /* mpu_l2 */ 44 [2] = PWRSTS_OFF_RET, /* mpu_ram */ 97 .pwrsts_logic_ret = PWRSTS_OFF_RET, 100 [0] = PWRSTS_OFF_RET, /* icss_mem */ 101 [1] = PWRSTS_OFF_RET, /* per_mem */ 102 [2] = PWRSTS_OFF_RET, /* ram1_mem */ 103 [3] = PWRSTS_OFF_RET, /* ram2_mem */
|
D | powerdomains3xxx_data.c | 39 .pwrsts_logic_ret = PWRSTS_OFF_RET, 42 [0] = PWRSTS_OFF_RET, 43 [1] = PWRSTS_OFF_RET, 44 [2] = PWRSTS_OFF_RET, 45 [3] = PWRSTS_OFF_RET, 60 .pwrsts_logic_ret = PWRSTS_OFF_RET, 64 [0] = PWRSTS_OFF_RET, 102 .pwrsts_logic_ret = PWRSTS_OFF_RET, 105 [0] = PWRSTS_OFF_RET, /* MEM1RETSTATE */ 106 [1] = PWRSTS_OFF_RET, /* MEM2RETSTATE */ [all …]
|
D | powerdomains2xxx_data.c | 48 .pwrsts_logic_ret = PWRSTS_OFF_RET, 66 [0] = PWRSTS_OFF_RET, /* MEM1RETSTATE */ 67 [1] = PWRSTS_OFF_RET, /* MEM2RETSTATE */ 68 [2] = PWRSTS_OFF_RET, /* MEM3RETSTATE */
|
D | powerdomains7xx_data.c | 175 [0] = PWRSTS_OFF_RET, /* cpu0_l1 */ 191 [0] = PWRSTS_OFF_RET, /* cpu1_l1 */ 220 [0] = PWRSTS_OFF_RET, /* mpu_l2 */
|
D | powerdomain.h | 39 #define PWRSTS_OFF_RET (PWRSTS_OFF | PWRSTS_RET) macro 41 #define PWRSTS_OFF_RET_ON (PWRSTS_OFF_RET | PWRSTS_ON)
|
D | powerdomain.c | 151 if ((pwrdm->pwrsts_logic_ret == PWRSTS_OFF_RET) && in _update_logic_membank_counters() 158 if ((pwrdm->pwrsts_mem_ret[i] == PWRSTS_OFF_RET) && in _update_logic_membank_counters()
|