Home
last modified time | relevance | path

Searched refs:ti_psc_pd_idx (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_psc.c99 ti_pd_idx_t ti_psc_pd_idx(struct ti_device *dev, const struct ti_psc_pd *pd) in ti_psc_pd_idx() function
118 return &psc->pd_data[ti_psc_pd_idx(dev, pd)]; in get_psc_pd_data()
138 ti_pd_idx_t psc_idx = ti_psc_pd_idx(dev, pd); in ti_psc_pd_wait()
155 ti_psc_pd_idx(dev, pd)); in ti_psc_pd_wait()
163 ti_pd_idx_t psc_idx = ti_psc_pd_idx(dev, pd); in pd_initiate()
199 uint32_t idx = ti_psc_pd_idx(dev, pd); in ti_psc_pd_get()
266 uint32_t idx = ti_psc_pd_idx(dev, pd); in ti_psc_pd_put()
/rk3399_ARM-atf/drivers/ti/pd/include/
H A Dti_psc.h342 ti_pd_idx_t ti_psc_pd_idx(struct ti_device *psc_dev, const struct ti_psc_pd *pd);