Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_psc.c56 #define PDCTL_STATE_MASK BIT(0) macro
225 if ((pdctl & PDCTL_STATE_MASK) != PDCTL_STATE_ON) { in ti_psc_pd_get()
227 pdctl &= ~PDCTL_STATE_MASK; in ti_psc_pd_get()
283 if ((pdctl & PDCTL_STATE_MASK) != PDCTL_STATE_OFF) { in ti_psc_pd_put()
285 pdctl &= ~PDCTL_STATE_MASK; in ti_psc_pd_put()