Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/dac/
H A Dad7303.c21 #define AD7303_CFG_POWER_DOWN(ch) BIT(11 + (ch)) macro
69 AD7303_CFG_POWER_DOWN(chan->channel))); in ad7303_read_dac_powerdown()
87 st->config |= AD7303_CFG_POWER_DOWN(chan->channel); in ad7303_write_dac_powerdown()
89 st->config &= ~AD7303_CFG_POWER_DOWN(chan->channel); in ad7303_write_dac_powerdown()