Lines Matching refs:write
260 * snd_ac97_write - write a value on the given register
265 * Writes a value on the given register. This will invoke the write
278 ac97->bus->ops->write(ac97, AC97_RESET, 0); /* reset audio codec */
280 ac97->bus->ops->write(ac97, reg, value);
316 * snd_ac97_write_cache - write a value on the given register and update the cache
331 ac97->bus->ops->write(ac97, reg, value);
360 ac97->bus->ops->write(ac97, reg, value);
408 ac97->bus->ops->write(ac97, reg, new);
428 ac97->bus->ops->write(ac97, AC97_AD_SERIAL_CFG,
432 ac97->bus->ops->write(ac97, AC97_PCM, new);
434 ac97->bus->ops->write(ac97, AC97_AD_SERIAL_CFG,
1925 /* test if we can write to the record gain volume register */
1947 * write). The other callbacks, wait and reset, are not mandatory.
2158 /* test if we can write to the record gain volume register */
2615 ac97->bus->ops->write(ac97, AC97_MASTER, 0x8101);
2623 ac97->bus->ops->write(ac97, AC97_MASTER, AC97_MUTE_MASK_MONO);