Searched refs:FTM_OUTMASK (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/pwm/ |
| D | pwm-fsl-ftm.c | 205 regmap_read(fpc->regmap, FTM_OUTMASK, &val); in fsl_pwm_is_any_pwm_enabled() 217 regmap_read(fpc->regmap, FTM_OUTMASK, &val); in fsl_pwm_is_other_pwm_enabled() 316 regmap_set_bits(fpc->regmap, FTM_OUTMASK, in fsl_pwm_apply() 341 regmap_clear_bits(fpc->regmap, FTM_OUTMASK, BIT(pwm->hwpwm)); in fsl_pwm_apply() 366 regmap_write(fpc->regmap, FTM_OUTMASK, 0xFF); in fsl_pwm_init()
|
| /Linux-v6.6/include/linux/fsl/ |
| D | ftm.h | 14 #define FTM_OUTMASK 0x60 /* Output Mask */ macro
|