Searched refs:refsel (Results 1 – 5 of 5) sorted by relevance
85 u32 refsel; member230 switch (ad7949_adc->refsel) { in ad7949_spi_read_raw()288 FIELD_PREP(AD7949_CFG_MASK_REF, ad7949_adc->refsel) | in ad7949_spi_init()357 ad7949_adc->refsel = AD7949_CFG_VAL_REF_INT_2500; in ad7949_spi_probe()360 ad7949_adc->refsel = AD7949_CFG_VAL_REF_INT_4096; in ad7949_spi_probe()380 ad7949_adc->refsel = AD7949_CFG_VAL_REF_EXT_TEMP; in ad7949_spi_probe()383 ad7949_adc->refsel = AD7949_CFG_VAL_REF_EXT_TEMP_BUF; in ad7949_spi_probe()386 if (ad7949_adc->refsel & AD7949_CFG_VAL_REF_EXTERNAL) { in ad7949_spi_probe()
147 enum ad7124_ref_sel refsel; member359 unsigned int refsel = cfg->refsel; in ad7124_init_config_vref() local361 switch (refsel) { in ad7124_init_config_vref()365 if (IS_ERR(st->vref[refsel])) { in ad7124_init_config_vref()368 ad7124_ref_names[refsel]); in ad7124_init_config_vref()369 return PTR_ERR(st->vref[refsel]); in ad7124_init_config_vref()371 cfg->vref_mv = regulator_get_voltage(st->vref[refsel]); in ad7124_init_config_vref()382 dev_err(&st->sd.spi->dev, "Invalid reference %d\n", refsel); in ad7124_init_config_vref()397 val = AD7124_CONFIG_BIPOLAR(cfg->bipolar) | AD7124_CONFIG_REF_SEL(cfg->refsel) | in ad7124_write_config()794 cfg->refsel = AD7124_INT_REF; in ad7124_of_parse_channel_config()[all …]
241 pdata->refsel != AD7793_REFSEL_REFIN1) in ad7793_check_platform_data()293 st->conf |= AD7793_CONF_REFSEL(pdata->refsel); in ad7793_setup()802 if (pdata->refsel != AD7793_REFSEL_INTERNAL) { in ad7793_probe()
174 u32 refsel; in mpc831x_usb_cfg() local180 refsel = CONTROL_REFSEL_24MHZ; in mpc831x_usb_cfg()182 refsel = CONTROL_REFSEL_48MHZ; in mpc831x_usb_cfg()185 CONTROL_UTMI_PHY_EN | refsel); in mpc831x_usb_cfg()
105 enum ad7793_refsel refsel; member
Completed in 13 milliseconds