Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/fsl/
H A Dftm.h31 #define FTM_SC_CLK_MASK (3 << FTM_SC_CLK_MASK_SHIFT) macro
/openbmc/linux/drivers/rtc/
H A Drtc-fsl-ftm-alarm.c67 val &= ~(FTM_SC_PS_MASK | FTM_SC_CLK_MASK); in ftm_counter_enable()
78 val &= ~(FTM_SC_PS_MASK | FTM_SC_CLK_MASK); in ftm_counter_disable()
/openbmc/linux/drivers/clocksource/
H A Dtimer-fsl-ftm.c54 val &= ~(FTM_SC_PS_MASK | FTM_SC_CLK_MASK); in ftm_counter_enable()
65 val &= ~(FTM_SC_PS_MASK | FTM_SC_CLK_MASK); in ftm_counter_disable()
/openbmc/linux/drivers/pwm/
H A Dpwm-fsl-ftm.c270 regmap_update_bits(fpc->regmap, FTM_SC, FTM_SC_CLK_MASK, in fsl_pwm_apply_config()