Lines Matching defs:data
75 /* write the given register and save the data to the cache */
90 * update the given register with and/or mask and save the data to the cache
193 unsigned int val, data;
204 data = vol->mute;
206 data = (val - 1) + vol->offset;
207 data |= vol->update;
209 vol->mask | vol->update, data);
286 unsigned int data;
287 data = snd_ice1712_gpio_read(ice);
288 if ((data & mask) == bits)
290 snd_ice1712_gpio_write(ice, (data & ~mask) | bits);
565 unsigned short data;
574 data = *ptr++;
575 wm8776_write(ice, wm, reg, data);
711 * Maya44 boards don't provide the EEPROM data except for the vendor IDs.