Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pwm/
Dpwm-stmpe.c206 u16 incdec = 0x0000; in stmpe_24xx_pwm_config() local
210 incdec = RAMPUP | (value - last); in stmpe_24xx_pwm_config()
213 incdec = RAMPDOWN | (last - value); in stmpe_24xx_pwm_config()
216 program[0] = PRESCALE_512 | STEPTIME_1 | incdec; in stmpe_24xx_pwm_config()