Searched refs:TI_PSC_PD_ALWAYSON (Results 1 – 3 of 3) sorted by relevance
51 #define TI_PSC_PD_ALWAYSON BIT(1) macro
140 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()
953 .flags = TI_PSC_PD_EXISTS|TI_PSC_PD_ALWAYSON|TI_PSC_PD_DEPENDS,