Lines Matching refs:value
170 /* read the current value of an AD1843 bitfield. */
182 * write a new value to an AD1843 bitfield and return the old value.
218 int w = 0, mask, *value, reg = -1;
223 value = va_arg(ap, int *);
230 *value = w >> fp->lo_bit & mask;
251 int value;
261 value = va_arg(ap, int);
268 bits |= (value << fp->lo_bit) & m;
292 * ad1843_get_gain reads the specified register and extracts the gain value