Searched refs:reg_tx_buf (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/iio/adc/ |
| H A D | ad7779.c | 158 u8 reg_tx_buf[3]; member 177 .tx_buf = st->reg_tx_buf, in ad7779_spi_read() 181 st->reg_tx_buf[0] = AD7779_SPI_READ_CMD | FIELD_GET(AD7779_REG_MSK, reg); in ad7779_spi_read() 182 st->reg_tx_buf[1] = 0; in ad7779_spi_read() 188 st->reg_tx_buf[2] = crc8(ad7779_crc8_table, st->reg_tx_buf, in ad7779_spi_read() 213 st->reg_tx_buf[0] = FIELD_GET(AD7779_REG_MSK, reg); in ad7779_spi_write() 214 st->reg_tx_buf[1] = val; in ad7779_spi_write() 218 st->reg_tx_buf[2] = crc8(ad7779_crc8_table, st->reg_tx_buf, in ad7779_spi_write() 221 return spi_write(st->spi, st->reg_tx_buf, length); in ad7779_spi_write()
|
| /linux/drivers/iio/addac/ |
| H A D | ad74413r.c | 91 u8 reg_tx_buf[AD74413R_FRAME_SIZE]; member 176 ad74413r_format_reg_write(reg, val, st->reg_tx_buf); in ad74413r_reg_write() 178 return spi_write(st->spi, st->reg_tx_buf, AD74413R_FRAME_SIZE); in ad74413r_reg_write() 199 .tx_buf = st->reg_tx_buf, in ad74413r_reg_read() 211 st->reg_tx_buf); in ad74413r_reg_read()
|