Searched refs:FTM_SC_PS_MASK (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/clocksource/
H A Dfsl_ftm_timer.c27 #define FTM_SC_PS_MASK 0x7 macro
69 val &= ~(FTM_SC_PS_MASK | FTM_SC_CLK_MASK); ftm_counter_enable()
80 val &= ~(FTM_SC_PS_MASK | FTM_SC_CLK_MASK); ftm_counter_disable()
/linux-4.1.27/drivers/pwm/
H A Dpwm-fsl-ftm.c29 #define FTM_SC_PS_MASK 0x7 macro
262 regmap_update_bits(fpc->regmap, FTM_SC, FTM_SC_PS_MASK, fsl_pwm_config()

Completed in 44 milliseconds