Searched refs:FTM_OUTMASK (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/pwm/ |
D | pwm-fsl-ftm.c | 54 #define FTM_OUTMASK 0x60 macro 329 regmap_update_bits(fpc->regmap, FTM_OUTMASK, BIT(pwm->hwpwm), 0); in fsl_pwm_enable() 362 regmap_update_bits(fpc->regmap, FTM_OUTMASK, BIT(pwm->hwpwm), in fsl_pwm_disable() 367 regmap_read(fpc->regmap, FTM_OUTMASK, &val); in fsl_pwm_disable() 394 regmap_write(fpc->regmap, FTM_OUTMASK, 0xFF); in fsl_pwm_init() 501 regmap_read(fpc->regmap, FTM_OUTMASK, &val); in fsl_pwm_suspend() 517 regmap_read(fpc->regmap, FTM_OUTMASK, &val); in fsl_pwm_resume()
|