Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/iio/frequency/
Dad9834.c101 st->data = cpu_to_be16(AD9834_REG_CMD | st->control); in ad9834_write()
109 st->data = cpu_to_be16(AD9834_REG_CMD | st->control); in ad9834_write()
123 st->data = cpu_to_be16(AD9834_REG_CMD | st->control); in ad9834_write()
132 st->data = cpu_to_be16(AD9834_REG_CMD | st->control); in ad9834_write()
195 st->data = cpu_to_be16(AD9834_REG_CMD | st->control); in ad9834_store_wavetype()
389 st->data = cpu_to_be16(AD9834_REG_CMD | st->control); in ad9834_probe()
Dad9834.h13 #define AD9834_REG_CMD 0 macro