Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dpwm-lpss.c33 #define PWM_SIZE 0x400 macro
78 return readl(lpwm->regs + pwm->hwpwm * PWM_SIZE + PWM); in pwm_lpss_read()
85 writel(value, lpwm->regs + pwm->hwpwm * PWM_SIZE + PWM); in pwm_lpss_write()
91 const void __iomem *addr = lpwm->regs + pwm->hwpwm * PWM_SIZE + PWM; in pwm_lpss_wait_for_update()