Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dpwm-sophgo-sg2042.c43 #define SG2042_PWM_PERIOD(chan) ((chan) * 8 + 4) macro
74 writel(period_ticks, base + SG2042_PWM_PERIOD(chan)); in pwm_sg2042_config()
124 period_ticks = readl(ddata->base + SG2042_PWM_PERIOD(chan)); in pwm_sg2042_get_state()