Searched refs:ALWAYS_ON (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/plat/imx/imx8ulp/scmi/ |
| H A D | scmi_pd.c | 79 #define ALWAYS_ON BIT(0) macro 82 [PS6] = { .name = "PS6", .reg = PS6, .flags = ALWAYS_ON, .power_state = POWER_STATE_ON }, 86 [PS14] = { .name = "PS14", .reg = PS14, .flags = ALWAYS_ON, .power_state = POWER_STATE_OFF }, 88 [PS16] = { .name = "PS16", .reg = PS16, .flags = ALWAYS_ON, .power_state = POWER_STATE_ON }, 235 if ((imx8ulp_psw[psw_parent].flags & ALWAYS_ON) != 0U && in plat_scmi_pd_psw() 236 (imx8ulp_psw[sram_parent].flags & ALWAYS_ON) != 0U) { in plat_scmi_pd_psw() 242 if ((imx8ulp_psw[psw_parent].flags & ALWAYS_ON) == 0U) { in plat_scmi_pd_psw() 265 if (!(imx8ulp_psw[sram_parent].flags & ALWAYS_ON) && (psw_parent != sram_parent)) { in plat_scmi_pd_psw()
|