Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pwm/
Dpwm-fsl-ftm.c209 regmap_read(fpc->regmap, FTM_OUTMASK, &val); in fsl_pwm_is_any_pwm_enabled()
221 regmap_read(fpc->regmap, FTM_OUTMASK, &val); in fsl_pwm_is_other_pwm_enabled()
320 regmap_update_bits(fpc->regmap, FTM_OUTMASK, in fsl_pwm_apply()
345 regmap_update_bits(fpc->regmap, FTM_OUTMASK, BIT(pwm->hwpwm), in fsl_pwm_apply()
371 regmap_write(fpc->regmap, FTM_OUTMASK, 0xFF); in fsl_pwm_init()
/linux-6.1.9/include/linux/fsl/
Dftm.h14 #define FTM_OUTMASK 0x60 /* Output Mask */ macro