Home
last modified time | relevance | path

Searched refs:pwrsts (Results 1 – 9 of 9) sorted by relevance

/arch/arm/mach-omap2/
Dpowerdomains44xx_data.c39 .pwrsts = PWRSTS_RET_ON,
65 .pwrsts = PWRSTS_OFF_ON,
82 .pwrsts = PWRSTS_OFF_RET_ON,
102 .pwrsts = PWRSTS_OFF_RET_ON,
120 .pwrsts = PWRSTS_OFF_RET_ON,
142 .pwrsts = PWRSTS_ON,
158 .pwrsts = PWRSTS_OFF_RET_ON,
175 .pwrsts = PWRSTS_OFF_RET_ON,
192 .pwrsts = PWRSTS_OFF_ON,
208 .pwrsts = PWRSTS_RET_ON,
[all …]
Dpowerdomains3xxx_data.c38 .pwrsts = PWRSTS_OFF_RET_ON,
59 .pwrsts = PWRSTS_OFF_RET_ON,
75 .pwrsts = PWRSTS_ON,
101 .pwrsts = PWRSTS_OFF_RET_ON,
118 .pwrsts = PWRSTS_OFF_RET_ON,
140 .pwrsts = PWRSTS_ON,
157 .pwrsts = PWRSTS_OFF_RET_ON,
172 .pwrsts = PWRSTS_ON,
193 .pwrsts = PWRSTS_OFF_ON,
208 .pwrsts = PWRSTS_ON,
[all …]
Dpowerdomains33xx_data.c30 .pwrsts = PWRSTS_OFF_RET_ON,
61 .pwrsts = PWRSTS_ON,
71 .pwrsts = PWRSTS_ON,
81 .pwrsts = PWRSTS_OFF_RET_ON,
124 .pwrsts = PWRSTS_OFF_RET_ON,
167 .pwrsts = PWRSTS_OFF_ON,
Dpowerdomains2xxx_data.c32 .pwrsts = PWRSTS_OFF_RET_ON,
47 .pwrsts = PWRSTS_OFF_RET_ON,
62 .pwrsts = PWRSTS_OFF_RET_ON,
88 .pwrsts = PWRSTS_OFF_RET_ON,
Dpowerdomains2xxx_3xxx_data.c48 .pwrsts = PWRSTS_OFF_RET_ON,
63 .pwrsts = PWRSTS_ON,
Dpowerdomain.c592 if (!(pwrdm->pwrsts & (1 << pwrst))) in pwrdm_set_next_pwrst()
646 if (pwrdm->pwrsts == PWRSTS_ON) in pwrdm_read_pwrst()
1098 while (!(pwrdm->pwrsts & (1 << pwrst))) { in omap_set_pwrdm_state()
1189 if (pwrdm->pwrsts & PWRSTS_OFF) in pwrdm_can_ever_lose_context()
1192 if (pwrdm->pwrsts & PWRSTS_RET) { in pwrdm_can_ever_lose_context()
Dpm44xx.c103 if (!pwrdm->pwrsts) in pwrdms_setup()
Dpowerdomain.h119 const u8 pwrsts; member
Dpm34xx.c609 if (!pwrdm->pwrsts) in pwrdms_setup()