Lines Matching refs:write
261 * snd_ac97_write - write a value on the given register
266 * Writes a value on the given register. This will invoke the write
279 ac97->bus->ops->write(ac97, AC97_RESET, 0); /* reset audio codec */
281 ac97->bus->ops->write(ac97, reg, value);
317 * snd_ac97_write_cache - write a value on the given register and update the cache
332 ac97->bus->ops->write(ac97, reg, value);
361 ac97->bus->ops->write(ac97, reg, value);
409 ac97->bus->ops->write(ac97, reg, new);
429 ac97->bus->ops->write(ac97, AC97_AD_SERIAL_CFG,
433 ac97->bus->ops->write(ac97, AC97_PCM, new);
435 ac97->bus->ops->write(ac97, AC97_AD_SERIAL_CFG,
1865 /* test if we can write to the record gain volume register */
1887 * write). The other callbacks, wait and reset, are not mandatory.
2096 /* test if we can write to the record gain volume register */
2549 ac97->bus->ops->write(ac97, AC97_MASTER, 0x8101);
2557 ac97->bus->ops->write(ac97, AC97_MASTER, AC97_MUTE_MASK_MONO);