Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_psc.c118 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 …]
/rk3399_ARM-atf/drivers/ti/pd/include/
H A Dti_psc.h618 const struct ti_psc_pd_data *pd_data; member
/rk3399_ARM-atf/plat/ti/k3low/common/pm/
H A Dti_devices.c2074 .pd_data = am62lx_sam61_wkup_psc_wrap_wkup_0_pd_data,