Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/dac/
H A Dad7293.c247 static int __ad7293_spi_update_bits(struct ad7293_state *st, unsigned int reg, in __ad7293_spi_update_bits() function
268 ret = __ad7293_spi_update_bits(st, reg, mask, val); in ad7293_spi_update_bits()
307 ret = __ad7293_spi_update_bits(st, AD7293_REG_VINX_RANGE1, ch_msk, in ad7293_adc_set_scale()
312 ret = __ad7293_spi_update_bits(st, AD7293_REG_VINX_RANGE0, ch_msk, in ad7293_adc_set_scale()
392 ret = __ad7293_spi_update_bits(st, AD7293_REG_DAC_EN, BIT(ch), BIT(ch)); in ad7293_dac_write_raw()