Searched refs:ptstat (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/arch/arm/mach-davinci/ |
H A D | psc.c | 80 u32 epcpr, ptcmd, ptstat, pdstat, pdctl, mdstat, mdctl; davinci_psc_config() local 129 ptstat = __raw_readl(psc_base + PTSTAT); davinci_psc_config() 130 } while (!(((ptstat >> domain) & 1) == 0)); davinci_psc_config()
|
/linux-4.1.27/drivers/clk/keystone/ |
H A D | gate.c | 79 u32 ptcmd, pdstat, pdctl, mdstat, mdctl, ptstat; psc_config() local 100 ptstat = readl(domain_transition_base + PTSTAT); psc_config() 101 } while (((ptstat >> domain_id) & 1) && count--); psc_config()
|
Completed in 161 milliseconds