Searched refs:MESON_SAR_ADC_REG0 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/iio/adc/ |
| H A D | meson_saradc.c | 25 #define MESON_SAR_ADC_REG0 0x00 macro 389 regmap_read(priv->regmap, MESON_SAR_ADC_REG0, ®val); in meson_sar_adc_get_fifo_count() 547 regmap_set_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_start_sample_engine() 550 regmap_set_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_start_sample_engine() 553 regmap_set_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_start_sample_engine() 561 regmap_clear_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_stop_sample_engine() 564 regmap_set_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_stop_sample_engine() 570 regmap_clear_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_stop_sample_engine() 865 regmap_clear_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_init() 1045 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_hw_enable() [all …]
|