Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pwm/
Dpwm-samsung.c36 #define REG_TCNTB(chan) (0x0c + ((chan) * 0xc)) macro
321 tcnt = readl(our_chip->base + REG_TCNTB(pwm->hwpwm)); in __pwm_samsung_config()
367 writel(tcnt, our_chip->base + REG_TCNTB(pwm->hwpwm)); in __pwm_samsung_config()