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

/drivers/clocksource/
H A Dsamsung_pwm_timer.c35 #define REG_TCON 0x08 macro
133 tcon = __raw_readl(pwm.base + REG_TCON);
135 __raw_writel(tcon, pwm.base + REG_TCON);
151 tcon = __raw_readl(pwm.base + REG_TCON);
158 __raw_writel(tcon, pwm.base + REG_TCON);
173 tcon = __raw_readl(pwm.base + REG_TCON);
183 __raw_writel(tcon, pwm.base + REG_TCON);
/drivers/pwm/
H A Dpwm-samsung.c33 #define REG_TCON 0x08 macro
241 tcon = readl(our_chip->base + REG_TCON);
245 writel(tcon, our_chip->base + REG_TCON);
249 writel(tcon, our_chip->base + REG_TCON);
265 tcon = readl(our_chip->base + REG_TCON);
267 writel(tcon, our_chip->base + REG_TCON);
354 tcon = readl(chip->base + REG_TCON);
364 writel(tcon, chip->base + REG_TCON);

Completed in 125 milliseconds