Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/iio/impedance-analyzer/
Dad5933.c50 #define AD5933_CTRL_RANGE(x) ((x) << 1) macro
397 st->ctrl_hb &= ~AD5933_CTRL_RANGE(0x3); in ad5933_store()
398 st->ctrl_hb |= AD5933_CTRL_RANGE(i); in ad5933_store()