Home
last modified time | relevance | path

Searched refs:MESON_SAR_ADC_FIFO_RD_SAMPLE_VALUE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/adc/
H A Dmeson-saradc.c87 #define MESON_SAR_ADC_FIFO_RD_SAMPLE_VALUE_MASK GENMASK(11, 0) macro
288 fifo_val = FIELD_GET(MESON_SAR_ADC_FIFO_RD_SAMPLE_VALUE_MASK, regval); in meson_saradc_read_raw_sample()
/openbmc/linux/drivers/iio/adc/
H A Dmeson_saradc.c92 #define MESON_SAR_ADC_FIFO_RD_SAMPLE_VALUE_MASK GENMASK(11, 0) macro
464 fifo_val = FIELD_GET(MESON_SAR_ADC_FIFO_RD_SAMPLE_VALUE_MASK, regval); in meson_sar_adc_read_raw_sample()