Searched refs:MESON_SAR_ADC_REG0 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/iio/adc/ |
| D | meson_saradc.c | 25 #define MESON_SAR_ADC_REG0 0x00 macro 306 regmap_read(priv->regmap, MESON_SAR_ADC_REG0, ®val); in meson_sar_adc_get_fifo_count() 334 regmap_read(priv->regmap, MESON_SAR_ADC_REG0, ®val); in meson_sar_adc_wait_busy_clear() 459 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_start_sample_engine() 463 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_start_sample_engine() 467 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_start_sample_engine() 476 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_stop_sample_engine() 479 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_stop_sample_engine() 486 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_stop_sample_engine() 793 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_init() [all …]
|