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

/haiku/src/add-ons/kernel/drivers/audio/ac97/
H A Dac97.c296 ac97_reg_update_bits(dev, AC97_EXTENDED_STAT_CTRL, 1, 1); // enable variable rate audio
328 ac97_reg_update_bits(dev, AC97_CENTER_LFE_VOLUME, 0x8000, 0x8000);
329 ac97_reg_update_bits(dev, AC97_SURR_VOLUME, 0x8000, 0x8000);
330 ac97_reg_update_bits(dev, AC97_MASTER_VOLUME, 0x8000, 0x8000);
331 ac97_reg_update_bits(dev, AC97_AUX_OUT_VOLUME, 0x8000, 0x8000);
332 ac97_reg_update_bits(dev, AC97_MONO_VOLUME, 0x8000, 0x8000);
333 ac97_reg_update_bits(dev, AC97_PCM_OUT_VOLUME, 0x8000, 0x8000);
334 ac97_reg_update_bits(dev, AC97_CD_VOLUME, 0x8000, 0x8000);
335 ac97_reg_update_bits(dev, AC97_LINE_IN_VOLUME, 0x8000, 0x8000);
406 ac97_reg_update_bits(ac97_de function
[all...]
H A Dac97.h234 bool ac97_reg_update_bits(ac97_dev *dev, uint8 reg, uint16 mask,

Completed in 31 milliseconds