Searched refs:pd_data (Results 1 – 3 of 3) sorted by relevance
118 return &psc->pd_data[ti_psc_pd_idx(dev, pd)]; in get_psc_pd_data()209 if ((psc->pd_data[idx].flags & TI_PSC_PD_ALWAYSON) != 0U) { in ti_psc_pd_get()216 if ((psc->pd_data[idx].flags & TI_PSC_PD_DEPENDS) != 0U) { in ti_psc_pd_get()218 (ti_pd_idx_t) psc->pd_data[idx].depends)); in ti_psc_pd_get()221 psc_pd_clk_get(&psc->pd_data[idx]); in ti_psc_pd_get()275 if ((psc->pd_data[idx].flags & TI_PSC_PD_ALWAYSON) != 0U) { in ti_psc_pd_put()294 psc_pd_clk_put(&psc->pd_data[idx]); in ti_psc_pd_put()296 if ((psc->pd_data[idx].flags & TI_PSC_PD_DEPENDS) != 0U) { in ti_psc_pd_put()298 (ti_pd_idx_t) psc->pd_data[idx].depends)); in ti_psc_pd_put()887 ((psc->pd_data[id].flags & TI_PSC_PD_EXISTS) != 0U)) { in ti_psc_lookup_pd()[all …]
618 const struct ti_psc_pd_data *pd_data; member
2074 .pd_data = am62lx_sam61_wkup_psc_wrap_wkup_0_pd_data,