Searched refs:sms (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | sdrc.c | 63 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 D | sdrc.h | 51 extern void omap2_set_globals_sdrc(void __iomem *sdrc, void __iomem *sms);
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | sdrc.c | 112 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 D | sdrc.h | 51 extern void omap2_set_globals_sdrc(void __iomem *sdrc, void __iomem *sms);
|
/kernel/linux/linux-5.10/drivers/counter/ |
H A D | stm32-timer-cnt.c | 118 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 D | stm32-timer-cnt.c | 103 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 D | dw.c | 75 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 D | dw.c | 75 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 D | Makefile | 2 smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o
|
/kernel/linux/linux-6.6/drivers/media/common/siano/ |
H A D | Makefile | 2 smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o
|
/kernel/linux/linux-5.10/drivers/iio/trigger/ |
H A D | stm32-timer-trigger.c | 605 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 D | stm32-timer-trigger.c | 606 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