Searched refs:AD9834_PIN_SW (Results 1 – 2 of 2) sorted by relevance
104 case AD9834_PIN_SW: in ad9834_write()106 st->control |= AD9834_PIN_SW; in ad9834_write()108 st->control &= ~AD9834_PIN_SW; in ad9834_write()115 st->control &= ~(this_attr->address | AD9834_PIN_SW); in ad9834_write()118 st->control &= ~AD9834_PIN_SW; in ad9834_write()260 ad9834_write, AD9834_PIN_SW);
25 #define AD9834_PIN_SW BIT(9) macro