Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/iio/dac/
H A Dad5766.c82 * Available dither scale strings corresponding to "dither_scale" field in
107 * @dither_scale: Two bits are used for each of the 16 channels:
121 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()
437 IIO_ENUM("dither_scale", IIO_SEPARATE, &ad5766_dither_scale_enum),
438 IIO_ENUM_AVAILABLE("dither_scale", IIO_SEPARAT
[all...]

Completed in 2 milliseconds