Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/iio/dac/
H A Dad5766.c104 * @dither_source: Selects between 2 possible sources:
120 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()
435 _AD5766_CHAN_EXT_INFO("dither_source", AD5766_DITHER_SOURCE,
542 st->dither_source = 0; in ad5766_default_setup()
544 st->dither_source | in ad5766_default_setup()
[all...]

Completed in 2 milliseconds