Searched refs:AD9834_OPBITEN (Results 1 – 2 of 2) sorted by relevance
90 case AD9834_OPBITEN: in ad9834_write()97 st->control |= AD9834_OPBITEN; in ad9834_write()99 st->control &= ~AD9834_OPBITEN; in ad9834_write()162 st->control &= ~AD9834_OPBITEN; in ad9834_store_wavetype()165 st->control &= ~AD9834_OPBITEN; in ad9834_store_wavetype()167 } else if (st->control & AD9834_OPBITEN) { in ad9834_store_wavetype()174 st->control |= AD9834_OPBITEN; in ad9834_store_wavetype()184 st->control |= AD9834_OPBITEN; in ad9834_store_wavetype()214 else if (st->control & AD9834_OPBITEN) in ad9834_show_out0_wavetype_available()263 ad9834_write, AD9834_OPBITEN);
29 #define AD9834_OPBITEN BIT(5) macro