Searched refs:spi_w8r16 (Results 1 – 7 of 7) sorted by relevance
22 int status = spi_w8r16(spi, reg | READ_CMD); in spi_reg_read()
91 ret = spi_w8r16(spi, reg); in ads7871_read_reg16()
722 static inline ssize_t spi_w8r16(struct spi_device *spi, u8 cmd) in spi_w8r16() function
89 ret = spi_w8r16(st->us, ADE7759_READ_REG(reg_address)); in ade7759_spi_read_reg_16()
89 ret = spi_w8r16(st->us, ADE7753_READ_REG(reg_address)); in ade7753_spi_read_reg_16()
89 ret = spi_w8r16(st->us, ADE7754_READ_REG(reg_address)); in ade7754_spi_read_reg_16()
430 and reading a sixteen bit response -- spi_w8r16() being one its