Lines Matching defs:vadc_read
137 static int vadc_read(struct vadc_priv *vadc, u16 offset, u8 *data)
156 ret = vadc_read(vadc, VADC_PERH_RESET_CTL3, &data);
179 ret = vadc_read(vadc, VADC_MODE_CTL, &mode);
183 ret = vadc_read(vadc, VADC_ADC_DIG_PARAM, &dig);
187 ret = vadc_read(vadc, VADC_ADC_CH_SEL_CTL, &chan);
191 ret = vadc_read(vadc, VADC_CONV_REQ, &req);
195 ret = vadc_read(vadc, VADC_STATUS1, &sta1);
199 ret = vadc_read(vadc, VADC_EN_CTL1, &en);
258 ret = vadc_read(vadc, VADC_STATUS1, &sta1);
820 ret = vadc_read(vadc, VADC_PERPH_TYPE, &val);
829 ret = vadc_read(vadc, VADC_PERPH_SUBTYPE, &val);
838 ret = vadc_read(vadc, VADC_REVISION2, &val);