Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/iio/dds/
Dad9834.c100 st->data = cpu_to_be16(AD9834_REG_CMD | st->control); in ad9834_write()
108 st->data = cpu_to_be16(AD9834_REG_CMD | st->control); in ad9834_write()
122 st->data = cpu_to_be16(AD9834_REG_CMD | st->control); in ad9834_write()
131 st->data = cpu_to_be16(AD9834_REG_CMD | st->control); in ad9834_write()
194 st->data = cpu_to_be16(AD9834_REG_CMD | st->control); in ad9834_store_wavetype()
387 st->data = cpu_to_be16(AD9834_REG_CMD | st->control); in ad9834_probe()
Dad9834.h13 #define AD9834_REG_CMD (0 << 14) macro