Searched refs:REG_TCMPB (Results 1 – 2 of 2) sorted by relevance
34 #define REG_TCMPB(chan) (0x10 + ((chan) * 0xc)) macro297 if (readl(our_chip->base + REG_TCMPB(pwm->hwpwm)) == (u32)-1U) in pwm_samsung_disable()325 oldtcmp = readl(our_chip->base + REG_TCMPB(pwm->hwpwm)); in __pwm_samsung_config()371 writel(tcmp, our_chip->base + REG_TCMPB(pwm->hwpwm)); in __pwm_samsung_config()
35 #define REG_TCMPB(chan) (0x10 + 12 * (chan)) macro153 writel_relaxed(tcnt, pwm.base + REG_TCMPB(channel)); in samsung_time_setup()