Searched refs:pdctl (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/mach-davinci/
H A Dpsc.c80 u32 epcpr, ptcmd, ptstat, pdstat, pdctl, mdstat, mdctl; davinci_psc_config() local
109 pdctl = __raw_readl(psc_base + PDCTL + 4 * domain); davinci_psc_config()
110 pdctl |= PDCTL_NEXT; davinci_psc_config()
111 __raw_writel(pdctl, psc_base + PDCTL + 4 * domain); davinci_psc_config()
120 pdctl = __raw_readl(psc_base + PDCTL + 4 * domain); davinci_psc_config()
121 pdctl |= PDCTL_EPCGOOD; davinci_psc_config()
122 __raw_writel(pdctl, psc_base + PDCTL + 4 * domain); davinci_psc_config()
/linux-4.1.27/drivers/clk/keystone/
H A Dgate.c79 u32 ptcmd, pdstat, pdctl, mdstat, mdctl, ptstat; psc_config() local
92 pdctl = readl(domain_base + PDCTL); psc_config()
93 pdctl |= PDCTL_NEXT; psc_config()
94 writel(pdctl, domain_base + PDCTL); psc_config()

Completed in 147 milliseconds