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

/linux-master/drivers/pwm/
H A Dpwm-samsung.c34 #define REG_TCMPB(chan) (0x10 + ((chan) * 0xc)) macro
288 if (readl(our_chip->base + REG_TCMPB(pwm->hwpwm)) == (u32)-1U)
316 oldtcmp = readl(our_chip->base + REG_TCMPB(pwm->hwpwm));
361 writel(tcmp, our_chip->base + REG_TCMPB(pwm->hwpwm));
/linux-master/drivers/clocksource/
H A Dsamsung_pwm_timer.c35 #define REG_TCMPB(chan) (0x10 + 12 * (chan)) macro
153 writel_relaxed(tcnt, pwm.base + REG_TCMPB(channel));

Completed in 200 milliseconds