AUREON_AC97_DATA_MASK  247 sound/pci/ice1712/aureon.c 	tmp &= ~AUREON_AC97_DATA_MASK;
AUREON_AC97_DATA_MASK  248 sound/pci/ice1712/aureon.c 	tmp |= val & AUREON_AC97_DATA_MASK;
AUREON_AC97_DATA_MASK  259 sound/pci/ice1712/aureon.c 	tmp &= ~AUREON_AC97_DATA_MASK;
AUREON_AC97_DATA_MASK  260 sound/pci/ice1712/aureon.c 	tmp |= (val >> 8) & AUREON_AC97_DATA_MASK;
AUREON_AC97_DATA_MASK  320 sound/pci/ice1712/aureon.c 	tmp = (snd_ice1712_gpio_read(ice) | AUREON_AC97_RESET) & ~AUREON_AC97_DATA_MASK;