AUREON_AC97_DATA_MASK  267 sound/pci/ice1712/aureon.c 	tmp &= ~AUREON_AC97_DATA_MASK;
AUREON_AC97_DATA_MASK  268 sound/pci/ice1712/aureon.c 	tmp |= val & AUREON_AC97_DATA_MASK;
AUREON_AC97_DATA_MASK  279 sound/pci/ice1712/aureon.c 	tmp &= ~AUREON_AC97_DATA_MASK;
AUREON_AC97_DATA_MASK  280 sound/pci/ice1712/aureon.c 	tmp |= (val >> 8) & AUREON_AC97_DATA_MASK;
AUREON_AC97_DATA_MASK  340 sound/pci/ice1712/aureon.c 	tmp = (snd_ice1712_gpio_read(ice) | AUREON_AC97_RESET) & ~AUREON_AC97_DATA_MASK;