Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/dac/
H A Dad7293.c213 static int __ad7293_spi_write(struct ad7293_state *st, unsigned int reg, in __ad7293_spi_write() function
241 ret = __ad7293_spi_write(st, reg, val); in ad7293_spi_write()
259 return __ad7293_spi_write(st, reg, temp); in __ad7293_spi_update_bits()
396 ret = __ad7293_spi_write(st, AD7293_REG_UNI_VOUT0 + ch, in ad7293_dac_write_raw()
442 ret = __ad7293_spi_write(st, AD7293_REG_TSENSE_BG_EN, in ad7293_ch_read_raw()
449 ret = __ad7293_spi_write(st, AD7293_REG_ISENSE_BG_EN, in ad7293_ch_read_raw()
457 ret = __ad7293_spi_write(st, reg_wr, data_wr); in ad7293_ch_read_raw()
461 ret = __ad7293_spi_write(st, AD7293_REG_CONV_CMD, 0x82); in ad7293_ch_read_raw()
755 ret = __ad7293_spi_write(st, AD7293_REG_SOFT_RESET, 0x7293); in ad7293_soft_reset()
759 return __ad7293_spi_write(st, AD7293_REG_SOFT_RESET, 0x0000); in ad7293_soft_reset()