Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/keystone/
H A Dgate.c21 #define PDCTL 0x300 macro
87 pdctl = readl(domain_base + PDCTL); in psc_config()
89 writel(pdctl, domain_base + PDCTL); in psc_config()
/openbmc/linux/arch/arm/mach-davinci/
H A Dpsc.h126 #define PDCTL 0x300 macro
/openbmc/linux/drivers/clk/davinci/
H A Dpsc.c39 #define PDCTL(n) (0x300 + 4 * (n)) macro
123 regmap_write_bits(lpsc->regmap, PDCTL(lpsc->pd), PDCTL_NEXT, in davinci_lpsc_config()
131 regmap_write_bits(lpsc->regmap, PDCTL(lpsc->pd), PDCTL_EPCGOOD, in davinci_lpsc_config()