Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-stm32.c114 u32 ccen, ccr; in stm32_pwm_raw_capture() local
123 ccen = pwm->hwpwm < 2 ? TIM_CCER_CC12E : TIM_CCER_CC34E; in stm32_pwm_raw_capture()
125 regmap_set_bits(priv->regmap, TIM_CCER, ccen); in stm32_pwm_raw_capture()
163 regmap_clear_bits(priv->regmap, TIM_CCER, ccen); in stm32_pwm_raw_capture()
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dcpu.h235 u32 ccen; member