Home
last modified time | relevance | path

Searched refs:pwrsts_logic_ret (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/arch/arm/mach-omap2/
Dpowerdomains3xxx_data.c39 .pwrsts_logic_ret = PWRSTS_OFF_RET,
60 .pwrsts_logic_ret = PWRSTS_OFF_RET,
76 .pwrsts_logic_ret = PWRSTS_ON,
102 .pwrsts_logic_ret = PWRSTS_OFF_RET,
119 .pwrsts_logic_ret = PWRSTS_OFF_RET,
141 .pwrsts_logic_ret = PWRSTS_ON,
158 .pwrsts_logic_ret = PWRSTS_RET,
173 .pwrsts_logic_ret = PWRSTS_ON,
194 .pwrsts_logic_ret = PWRSTS_RET,
209 .pwrsts_logic_ret = PWRSTS_ON,
[all …]
Dpowerdomains44xx_data.c40 .pwrsts_logic_ret = PWRSTS_OFF_RET,
83 .pwrsts_logic_ret = PWRSTS_OFF,
103 .pwrsts_logic_ret = PWRSTS_OFF,
121 .pwrsts_logic_ret = PWRSTS_OFF_RET,
159 .pwrsts_logic_ret = PWRSTS_OFF_RET,
176 .pwrsts_logic_ret = PWRSTS_OFF_RET,
209 .pwrsts_logic_ret = PWRSTS_OFF_RET,
230 .pwrsts_logic_ret = PWRSTS_OFF,
271 .pwrsts_logic_ret = PWRSTS_OFF_RET,
289 .pwrsts_logic_ret = PWRSTS_OFF_RET,
Dpowerdomains54xx_data.c38 .pwrsts_logic_ret = PWRSTS_RET,
64 .pwrsts_logic_ret = PWRSTS_OFF,
93 .pwrsts_logic_ret = PWRSTS_OFF,
111 .pwrsts_logic_ret = PWRSTS_RET,
128 .pwrsts_logic_ret = PWRSTS_RET,
161 .pwrsts_logic_ret = PWRSTS_RET,
190 .pwrsts_logic_ret = PWRSTS_OFF_RET,
229 .pwrsts_logic_ret = PWRSTS_OFF_RET,
281 .pwrsts_logic_ret = PWRSTS_OFF,
Dpowerdomains2xxx_data.c33 .pwrsts_logic_ret = PWRSTS_RET,
48 .pwrsts_logic_ret = PWRSTS_OFF_RET,
63 .pwrsts_logic_ret = PWRSTS_RET,
89 .pwrsts_logic_ret = PWRSTS_RET,
Dpowerdomains33xx_data.c31 .pwrsts_logic_ret = PWRSTS_OFF_RET,
82 .pwrsts_logic_ret = PWRSTS_OFF_RET,
125 .pwrsts_logic_ret = PWRSTS_OFF_RET,
Dpowerdomains43xx_data.c39 .pwrsts_logic_ret = PWRSTS_OFF_RET,
97 .pwrsts_logic_ret = PWRSTS_OFF_RET,
Dpowerdomains7xx_data.c172 .pwrsts_logic_ret = PWRSTS_RET,
188 .pwrsts_logic_ret = PWRSTS_RET,
217 .pwrsts_logic_ret = PWRSTS_RET,
Dpowerdomains2xxx_3xxx_data.c49 .pwrsts_logic_ret = PWRSTS_RET,
Dpowerdomain.c151 if ((pwrdm->pwrsts_logic_ret == PWRSTS_OFF_RET) && in _update_logic_membank_counters()
641 if (!(pwrdm->pwrsts_logic_ret & (1 << pwrst))) in pwrdm_set_logic_retst()
1048 u8 pwrdm_states = is_logic_state ? pwrdm->pwrsts_logic_ret : in pwrdm_get_valid_lp_state()
1215 if (pwrdm->pwrsts_logic_ret & PWRSTS_OFF) in pwrdm_can_ever_lose_context()
Dpowerdomain.h120 const u8 pwrsts_logic_ret; member