Searched refs:AD9834_OPBITEN (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/iio/dds/
H A Dad9834.h29 #define AD9834_OPBITEN (1 << 5) macro
H A Dad9834.c89 case AD9834_OPBITEN:
96 st->control |= AD9834_OPBITEN;
98 st->control &= ~AD9834_OPBITEN;
161 st->control &= ~AD9834_OPBITEN;
164 st->control &= ~AD9834_OPBITEN;
166 } else if (st->control & AD9834_OPBITEN) {
173 st->control |= AD9834_OPBITEN;
183 st->control |= AD9834_OPBITEN;
212 else if (st->control & AD9834_OPBITEN)
261 ad9834_write, AD9834_OPBITEN);
[all...]

Completed in 4426 milliseconds