Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/iio/dds/
Dad9834.c103 case AD9834_PIN_SW: in ad9834_write()
105 st->control |= AD9834_PIN_SW; in ad9834_write()
107 st->control &= ~AD9834_PIN_SW; in ad9834_write()
114 st->control &= ~(this_attr->address | AD9834_PIN_SW); in ad9834_write()
117 st->control &= ~AD9834_PIN_SW; in ad9834_write()
258 ad9834_write, AD9834_PIN_SW);
Dad9834.h25 #define AD9834_PIN_SW (1 << 9) macro