Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-davinci/
Dpsc.c55 u32 epcpr, ptcmd, ptstat, pdstat, pdctl, mdstat, mdctl; in davinci_psc_config() local
104 ptstat = __raw_readl(psc_base + PTSTAT); in davinci_psc_config()
105 } while (!(((ptstat >> domain) & 1) == 0)); in davinci_psc_config()