Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/fsl/
H A Dftm.h19 #define FTM_FMS 0x74 /* Fault Mode Status */ macro
/openbmc/linux/drivers/counter/
H A Dftm-quaddec.c57 ftm_read(ftm, FTM_FMS, &flag); in ftm_clear_write_protection()
65 FTM_FIELD_UPDATE(ftm, FTM_FMS, FTM_FMS_WPEN, 1); in ftm_set_write_protection()
/openbmc/linux/drivers/pwm/
H A Dpwm-fsl-ftm.c65 regmap_read(fpc->regmap, FTM_FMS, &val); in ftm_clear_write_protection()
72 regmap_set_bits(fpc->regmap, FTM_FMS, FTM_FMS_WPEN); in ftm_set_write_protection()
376 case FTM_FMS: in fsl_pwm_volatile_reg()