Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-davinci/
Dpsc.c80 u32 epcpr, ptcmd, ptstat, pdstat, pdctl, mdstat, mdctl; in davinci_psc_config() local
107 pdstat = __raw_readl(psc_base + PDSTAT + 4 * domain); in davinci_psc_config()
108 if ((pdstat & PDSTAT_STATE_MASK) == 0) { in davinci_psc_config()
/linux-4.4.14/drivers/clk/keystone/
Dgate.c78 u32 ptcmd, pdstat, pdctl, mdstat, mdctl, ptstat; in psc_config() local
89 pdstat = readl(domain_base + PDSTAT); in psc_config()
90 if (!(pdstat & PDSTAT_STATE_MASK)) { in psc_config()