Home
last modified time | relevance | path

Searched refs:sms (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/counter/
A Dstm32-timer-cnt.c104 u32 cr1, sms; in stm32_count_function_write() local
108 sms = TIM_SMCR_SMS_SLAVE_MODE_DISABLED; in stm32_count_function_write()
111 sms = TIM_SMCR_SMS_ENCODER_MODE_1; in stm32_count_function_write()
114 sms = TIM_SMCR_SMS_ENCODER_MODE_2; in stm32_count_function_write()
117 sms = TIM_SMCR_SMS_ENCODER_MODE_3; in stm32_count_function_write()
128 regmap_update_bits(priv->regmap, TIM_SMCR, TIM_SMCR_SMS, sms); in stm32_count_function_write()
/linux/arch/arm/mach-omap2/
A Dsdrc.c112 void __init omap2_set_globals_sdrc(void __iomem *sdrc, void __iomem *sms) in omap2_set_globals_sdrc() argument
115 omap2_sms_base = sms; in omap2_set_globals_sdrc()
A Dsdrc.h51 extern void omap2_set_globals_sdrc(void __iomem *sdrc, void __iomem *sms);
/linux/drivers/dma/dw/
A Ddw.c75 u8 sms = (dwc->direction == DMA_DEV_TO_MEM) ? p_master : m_master; in dw_dma_prepare_ctllo() local
79 DWC_CTLL_DMS(dms) | DWC_CTLL_SMS(sms); in dw_dma_prepare_ctllo()
/linux/drivers/iio/trigger/
A Dstm32-timer-trigger.c605 int sms = stm32_enable_mode2sms(mode); in stm32_set_enable_mode() local
607 if (sms < 0) in stm32_set_enable_mode()
608 return sms; in stm32_set_enable_mode()
614 if (sms == 6 && !priv->enabled) { in stm32_set_enable_mode()
620 regmap_update_bits(priv->regmap, TIM_SMCR, TIM_SMCR_SMS, sms); in stm32_set_enable_mode()
/linux/drivers/media/common/siano/
A DMakefile2 smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o

Completed in 9 milliseconds