Home
last modified time | relevance | path

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

/linux/drivers/iio/dac/
H A Dad5766.c120 u32 dither_source; member
291 source = st->dither_source & AD5766_DITHER_SOURCE_MASK(chan->channel); in ad5766_get_dither_source()
306 st->dither_source &= ~AD5766_DITHER_SOURCE_MASK(chan->channel); in ad5766_set_dither_source()
307 st->dither_source |= AD5766_DITHER_SOURCE(chan->channel, source); in ad5766_set_dither_source()
309 val = FIELD_GET(AD5766_LOWER_WORD_SPI_MASK, st->dither_source); in ad5766_set_dither_source()
314 val = FIELD_GET(AD5766_UPPER_WORD_SPI_MASK, st->dither_source); in ad5766_set_dither_source()
540 st->dither_source = 0; in ad5766_default_setup()
542 st->dither_source |= AD5766_DITHER_SOURCE(i, 0); in ad5766_default_setup()
543 val = FIELD_GET(AD5766_LOWER_WORD_SPI_MASK, st->dither_source); in ad5766_default_setup()
548 val = FIELD_GET(AD5766_UPPER_WORD_SPI_MASK, st->dither_source); in ad5766_default_setup()