Searched refs:__ad7293_spi_update_bits (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/iio/dac/ |
| H A D | ad7293.c | 245 static int __ad7293_spi_update_bits(struct ad7293_state *st, unsigned int reg, in __ad7293_spi_update_bits() function 266 ret = __ad7293_spi_update_bits(st, reg, mask, val); in ad7293_spi_update_bits() 305 ret = __ad7293_spi_update_bits(st, AD7293_REG_VINX_RANGE1, ch_msk, in ad7293_adc_set_scale() 310 ret = __ad7293_spi_update_bits(st, AD7293_REG_VINX_RANGE0, ch_msk, in ad7293_adc_set_scale() 390 ret = __ad7293_spi_update_bits(st, AD7293_REG_DAC_EN, BIT(ch), BIT(ch)); in ad7293_dac_write_raw()
|