Searched refs:AD5686_CMD (Results 1 – 3 of 3) sorted by relevance
30 st->data[0].d32 = cpu_to_be32(AD5686_CMD(cmd) | in ad5686_spi_write()36 st->data[0].d32 = cpu_to_be32(AD5686_CMD(cmd) | in ad5686_spi_write()79 st->data[0].d32 = cpu_to_be32(AD5686_CMD(cmd) | in ad5686_spi_read()81 st->data[1].d32 = cpu_to_be32(AD5686_CMD(AD5686_CMD_NOOP)); in ad5686_spi_read()
34 st->data[0].d32 = cpu_to_be32(AD5686_CMD(AD5686_CMD_NOOP) | in ad5686_i2c_read()51 st->data[0].d32 = cpu_to_be32(AD5686_CMD(cmd) | AD5686_ADDR(addr) in ad5686_i2c_write()
23 #define AD5686_CMD(x) ((x) << 20) macro