Home
last modified time | relevance | path

Searched refs:REG_TCNTB (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-samsung.c33 #define REG_TCNTB(chan) (0x0c + ((chan) * 0xc)) macro
318 tcnt = readl(our_chip->base + REG_TCNTB(pwm->hwpwm)); in __pwm_samsung_config()
364 writel(tcnt, our_chip->base + REG_TCNTB(pwm->hwpwm)); in __pwm_samsung_config()
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-samsung.c33 #define REG_TCNTB(chan) (0x0c + ((chan) * 0xc)) macro
324 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()
/kernel/linux/linux-5.10/drivers/clocksource/
H A Dsamsung_pwm_timer.c35 #define REG_TCNTB(chan) (0x0c + 12 * (chan)) macro
153 writel_relaxed(tcnt, pwm.base + REG_TCNTB(channel)); in samsung_time_setup()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dsamsung_pwm_timer.c34 #define REG_TCNTB(chan) (0x0c + 12 * (chan)) macro
152 writel_relaxed(tcnt, pwm.base + REG_TCNTB(channel)); in samsung_time_setup()

Completed in 4 milliseconds