Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/pd/include/
H A Dti_psc.h51 #define TI_PSC_PD_ALWAYSON BIT(1) macro
/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_psc.c140 if (0U == (get_psc_pd_data(dev, pd)->flags & TI_PSC_PD_ALWAYSON)) { in ti_psc_pd_wait()
209 if ((psc->pd_data[idx].flags & TI_PSC_PD_ALWAYSON) != 0U) { in ti_psc_pd_get()
275 if ((psc->pd_data[idx].flags & TI_PSC_PD_ALWAYSON) != 0U) { in ti_psc_pd_put()
937 ((psc->pd_data[idx].flags & TI_PSC_PD_ALWAYSON) != 0U)); in psc_initialize_pds()
969 ((psc->pd_data[idx].flags & TI_PSC_PD_ALWAYSON) == 0U)) { in psc_uninitialize_pds()
/rk3399_ARM-atf/plat/ti/k3low/common/pm/
H A Dti_devices.c953 .flags = TI_PSC_PD_EXISTS|TI_PSC_PD_ALWAYSON|TI_PSC_PD_DEPENDS,