Lines Matching defs:vadc_read
139 static int vadc_read(struct vadc_priv *vadc, u16 offset, u8 *data)
158 ret = vadc_read(vadc, VADC_PERH_RESET_CTL3, &data);
181 ret = vadc_read(vadc, VADC_MODE_CTL, &mode);
185 ret = vadc_read(vadc, VADC_ADC_DIG_PARAM, &dig);
189 ret = vadc_read(vadc, VADC_ADC_CH_SEL_CTL, &chan);
193 ret = vadc_read(vadc, VADC_CONV_REQ, &req);
197 ret = vadc_read(vadc, VADC_STATUS1, &sta1);
201 ret = vadc_read(vadc, VADC_EN_CTL1, &en);
260 ret = vadc_read(vadc, VADC_STATUS1, &sta1);
837 ret = vadc_read(vadc, VADC_PERPH_TYPE, &val);
846 ret = vadc_read(vadc, VADC_PERPH_SUBTYPE, &val);
855 ret = vadc_read(vadc, VADC_REVISION2, &val);