Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/dac/
H A Dad5766.c120 u32 dither_source; member
293 source = st->dither_source & AD5766_DITHER_SOURCE_MASK(chan->channel); in ad5766_get_dither_source()
308 st->dither_source &= ~AD5766_DITHER_SOURCE_MASK(chan->channel); in ad5766_set_dither_source()
309 st->dither_source |= AD5766_DITHER_SOURCE(chan->channel, source); in ad5766_set_dither_source()
311 val = FIELD_GET(AD5766_LOWER_WORD_SPI_MASK, st->dither_source); in ad5766_set_dither_source()
316 val = FIELD_GET(AD5766_UPPER_WORD_SPI_MASK, st->dither_source); in ad5766_set_dither_source()
542 st->dither_source = 0; in ad5766_default_setup()
544 st->dither_source |= AD5766_DITHER_SOURCE(i, 0); in ad5766_default_setup()
545 val = FIELD_GET(AD5766_LOWER_WORD_SPI_MASK, st->dither_source); in ad5766_default_setup()
550 val = FIELD_GET(AD5766_UPPER_WORD_SPI_MASK, st->dither_source); in ad5766_default_setup()