Searched refs:REG_TCNTB (Results 1 – 2 of 2) sorted by relevance
33 #define REG_TCNTB(chan) (0x0c + ((chan) * 0xc)) macro324 tcnt = readl(our_chip->base + REG_TCNTB(pwm->hwpwm)); in __pwm_samsung_config()370 writel(tcnt, our_chip->base + REG_TCNTB(pwm->hwpwm)); in __pwm_samsung_config()
34 #define REG_TCNTB(chan) (0x0c + 12 * (chan)) macro152 writel_relaxed(tcnt, pwm.base + REG_TCNTB(channel)); in samsung_time_setup()