Searched refs:MESON_SAR_ADC_REG0 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/iio/adc/ |
D | meson_saradc.c | 29 #define MESON_SAR_ADC_REG0 0x00 macro 270 regmap_read(priv->regmap, MESON_SAR_ADC_REG0, ®val); in meson_sar_adc_get_fifo_count() 298 regmap_read(priv->regmap, MESON_SAR_ADC_REG0, ®val); in meson_sar_adc_wait_busy_clear() 416 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_start_sample_engine() 420 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_start_sample_engine() 424 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_start_sample_engine() 433 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_stop_sample_engine() 436 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_stop_sample_engine() 443 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_stop_sample_engine() 653 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_sar_adc_init() [all …]
|