Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/dac/
H A Dad5766.c121 u32 dither_scale; member
327 scale = st->dither_scale & AD5766_DITHER_SCALE_MASK(chan->channel); in ad5766_get_dither_scale()
340 st->dither_scale &= ~AD5766_DITHER_SCALE_MASK(chan->channel); in ad5766_set_dither_scale()
341 st->dither_scale |= AD5766_DITHER_SCALE(chan->channel, scale); in ad5766_set_dither_scale()
343 val = FIELD_GET(AD5766_LOWER_WORD_SPI_MASK, st->dither_scale); in ad5766_set_dither_scale()
347 val = FIELD_GET(AD5766_UPPER_WORD_SPI_MASK, st->dither_scale); in ad5766_set_dither_scale()
555 st->dither_scale = 0; in ad5766_default_setup()
556 val = FIELD_GET(AD5766_LOWER_WORD_SPI_MASK, st->dither_scale); in ad5766_default_setup()
561 val = FIELD_GET(AD5766_UPPER_WORD_SPI_MASK, st->dither_scale); in ad5766_default_setup()