Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/clk/keystone/
Dgate.c79 u32 ptcmd, pdstat, pdctl, mdstat, mdctl, ptstat; in psc_config() local
90 pdstat = readl(domain_base + PDSTAT); in psc_config()
91 if (!(pdstat & PDSTAT_STATE_MASK)) { in psc_config()