Home
last modified time | relevance | path

Searched refs:pwr_up_enabled (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_psc.c854 if ((pd->pwr_up_enabled) != false) { in psc_pd_drop_pwr_up_ref()
855 pd->pwr_up_enabled = false; in psc_pd_drop_pwr_up_ref()
936 pd->pwr_up_enabled = ((state == PDCTL_STATE_ON) || in psc_initialize_pds()
944 if (pd->pwr_up_enabled != false) { in psc_initialize_pds()
974 pd->pwr_up_enabled = false; in psc_uninitialize_pds()
993 if (mod->pwr_up_enabled != 0U) { in ti_psc_drop_pwr_up_ref()
994 mod->pwr_up_enabled = 0U; in ti_psc_drop_pwr_up_ref()
1048 mod->pwr_up_enabled = 1U; in psc_initialize_modules()
1051 mod->pwr_up_enabled = 0U; in psc_initialize_modules()
1054 mod->pwr_up_enabled = 0U; in psc_initialize_modules()
[all …]
H A Dti_device_psc.c254 module_p->pwr_up_enabled = 0U; in ti_soc_device_disable_internal_flags_iterate()
269 pd->pwr_up_enabled = false; in ti_soc_device_disable_internal_flags_iterate()
275 temp->pwr_up_enabled = 0U; in ti_soc_device_disable_internal_flags_iterate()
/rk3399_ARM-atf/drivers/ti/pd/include/
H A Dti_psc.h120 bool pwr_up_enabled; member
294 uint8_t pwr_up_enabled; member