Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pwm/
Dpwm-stmpe.c202 u16 incdec = 0x0000; in stmpe_24xx_pwm_config() local
206 incdec = RAMPUP | (value - last); in stmpe_24xx_pwm_config()
209 incdec = RAMPDOWN | (last - value); in stmpe_24xx_pwm_config()
212 program[0] = PRESCALE_512 | STEPTIME_1 | incdec; in stmpe_24xx_pwm_config()