Home
last modified time | relevance | path

Searched refs:sms (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dsdrc.c63 void __init omap2_set_globals_sdrc(void __iomem *sdrc, void __iomem *sms) in omap2_set_globals_sdrc() argument
66 omap2_sms_base = sms; in omap2_set_globals_sdrc()
H A Dsdrc.h51 extern void omap2_set_globals_sdrc(void __iomem *sdrc, void __iomem *sms);
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H 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()
H A Dsdrc.h51 extern void omap2_set_globals_sdrc(void __iomem *sdrc, void __iomem *sms);
/kernel/linux/linux-5.10/drivers/counter/
H A Dstm32-timer-cnt.c118 u32 cr1, sms; in stm32_count_function_set() local
122 sms = 0; in stm32_count_function_set()
125 sms = 1; in stm32_count_function_set()
128 sms = 2; in stm32_count_function_set()
131 sms = 3; in stm32_count_function_set()
142 regmap_update_bits(priv->regmap, TIM_SMCR, TIM_SMCR_SMS, sms); in stm32_count_function_set()
/kernel/linux/linux-6.6/drivers/counter/
H A Dstm32-timer-cnt.c103 u32 cr1, sms; in stm32_count_function_write() local
107 sms = TIM_SMCR_SMS_SLAVE_MODE_DISABLED; in stm32_count_function_write()
110 sms = TIM_SMCR_SMS_ENCODER_MODE_1; in stm32_count_function_write()
113 sms = TIM_SMCR_SMS_ENCODER_MODE_2; in stm32_count_function_write()
116 sms = TIM_SMCR_SMS_ENCODER_MODE_3; in stm32_count_function_write()
127 regmap_update_bits(priv->regmap, TIM_SMCR, TIM_SMCR_SMS, sms); in stm32_count_function_write()
/kernel/linux/linux-5.10/drivers/dma/dw/
H 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()
/kernel/linux/linux-6.6/drivers/dma/dw/
H 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()
/kernel/linux/linux-5.10/drivers/media/common/siano/
H A DMakefile2 smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o
/kernel/linux/linux-6.6/drivers/media/common/siano/
H A DMakefile2 smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o
/kernel/linux/linux-5.10/drivers/iio/trigger/
H 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()
/kernel/linux/linux-6.6/drivers/iio/trigger/
H A Dstm32-timer-trigger.c606 int sms = stm32_enable_mode2sms(mode); in stm32_set_enable_mode() local
608 if (sms < 0) in stm32_set_enable_mode()
609 return sms; in stm32_set_enable_mode()
615 if (sms == 6 && !priv->enabled) { in stm32_set_enable_mode()
621 regmap_update_bits(priv->regmap, TIM_SMCR, TIM_SMCR_SMS, sms); in stm32_set_enable_mode()

Completed in 7 milliseconds