Lines Matching defs:pac97
3530 struct snd_ac97 *pac97;
3532 pac97 = snd_kcontrol_chip(kcontrol); /* grab codec handle */
3537 usSM51 = snd_ac97_read(pac97, 0x7a) >> 14;
3538 usMS = snd_ac97_read(pac97, 0x20) >> 8;
3550 struct snd_ac97 *pac97;
3552 pac97 = snd_kcontrol_chip(kcontrol); /* grab codec handle */
3560 usReg = snd_ac97_read(pac97, 0x7a);
3561 snd_ac97_write_cache(pac97, 0x7a, (usReg & 0x3FFF) + (usSM51 << 14));
3562 usReg = snd_ac97_read(pac97, 0x20);
3563 snd_ac97_write_cache(pac97, 0x20, (usReg & 0xFEFF) + (usMS << 8));
3698 struct snd_ac97 *pac97 = snd_kcontrol_chip(kcontrol);
3700 guard(mutex)(&pac97->page_mutex);
3702 datpag = snd_ac97_read(pac97, AC97_INT_PAGING) & AC97_PAGE_MASK;
3703 snd_ac97_update_bits(pac97, AC97_INT_PAGING, AC97_PAGE_MASK, 0);
3705 uaj = snd_ac97_read(pac97, 0x60) &
3708 snd_ac97_update_bits(pac97, AC97_INT_PAGING, AC97_PAGE_MASK, datpag);