Searched refs:spi_w8r16 (Results 1 – 6 of 6) sorted by relevance
55 ret = spi_w8r16(data->spi_device, MAX31722_REG_TEMP_LSB); in max31722_temp_show()
81 ret = spi_w8r16(spi, reg); in ads7871_read_reg16()
23 int status = spi_w8r16(spi, reg | READ_CMD); in spi_reg_read()
122 temp = spi_w8r16(st->spi, cmd); in adxrs290_get_rate_data()143 temp = spi_w8r16(st->spi, cmd); in adxrs290_get_temp_data()
1422 static inline ssize_t spi_w8r16(struct spi_device *spi, u8 cmd) in spi_w8r16() function
444 and reading a sixteen bit response -- spi_w8r16() being one its
Completed in 11 milliseconds