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

/linux-master/drivers/pwm/
H A Dpwm-samsung.c31 #define REG_TCON 0x08 macro
126 tcon = readl(our_chip->base + REG_TCON);
128 writel(tcon, our_chip->base + REG_TCON);
131 writel(tcon, our_chip->base + REG_TCON);
254 tcon = readl(our_chip->base + REG_TCON);
258 writel(tcon, our_chip->base + REG_TCON);
262 writel(tcon, our_chip->base + REG_TCON);
280 tcon = readl(our_chip->base + REG_TCON);
282 writel(tcon, our_chip->base + REG_TCON);
395 tcon = readl(our_chip->base + REG_TCON);
[all...]
/linux-master/drivers/clocksource/
H A Dsamsung_pwm_timer.c31 #define REG_TCON 0x08 macro
129 tcon = readl_relaxed(pwm.base + REG_TCON);
131 writel_relaxed(tcon, pwm.base + REG_TCON);
147 tcon = readl_relaxed(pwm.base + REG_TCON);
154 writel_relaxed(tcon, pwm.base + REG_TCON);
169 tcon = readl_relaxed(pwm.base + REG_TCON);
179 writel_relaxed(tcon, pwm.base + REG_TCON);

Completed in 209 milliseconds