Searched refs:PWRSTS_OFF_RET (Results 1 – 5 of 5) sorted by relevance
/arch/arm/mach-omap2/ |
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 | powerdomains3xxx_data.c | 41 .pwrsts_logic_ret = PWRSTS_OFF_RET, 44 [0] = PWRSTS_OFF_RET, 45 [1] = PWRSTS_OFF_RET, 46 [2] = PWRSTS_OFF_RET, 47 [3] = PWRSTS_OFF_RET, 62 .pwrsts_logic_ret = PWRSTS_OFF_RET, 66 [0] = PWRSTS_OFF_RET, 88 .pwrsts_logic_ret = PWRSTS_OFF_RET, 91 [0] = PWRSTS_OFF_RET, /* MEM1RETSTATE */ 92 [1] = PWRSTS_OFF_RET, /* MEM2RETSTATE */ [all …]
|
D | powerdomains2xxx_data.c | 47 .pwrsts_logic_ret = PWRSTS_OFF_RET, 64 [0] = PWRSTS_OFF_RET, /* MEM1RETSTATE */ 65 [1] = PWRSTS_OFF_RET, /* MEM2RETSTATE */ 66 [2] = PWRSTS_OFF_RET, /* MEM3RETSTATE */
|
D | powerdomain.h | 44 #define PWRSTS_OFF_RET (PWRSTS_OFF | PWRSTS_RET) macro 46 #define PWRSTS_OFF_RET_ON (PWRSTS_OFF_RET | PWRSTS_ON)
|
D | powerdomain.c | 130 if ((pwrdm->pwrsts_logic_ret == PWRSTS_OFF_RET) && in _update_logic_membank_counters() 137 if ((pwrdm->pwrsts_mem_ret[i] == PWRSTS_OFF_RET) && in _update_logic_membank_counters()
|