reg_azf 581 sound/pci/azt3328.c unsigned short reg_azf = AZF_AC97_REG_UNSUPPORTED; reg_azf 587 sound/pci/azt3328.c reg_azf = azf_reg_mapper[reg_idx].azf_reg; reg_azf 589 sound/pci/azt3328.c if (!(reg_azf & ~AZF_REG_MASK)) reg_azf 590 sound/pci/azt3328.c reg_azf |= AZF_AC97_REG_REAL_IO_RW; reg_azf 594 sound/pci/azt3328.c reg_azf = AZF_AC97_REG_EMU_IO_RW; reg_azf 597 sound/pci/azt3328.c reg_azf = AZF_AC97_REG_EMU_IO_READ; reg_azf 605 sound/pci/azt3328.c reg_azf = AZF_AC97_REG_EMU_IO_RW; reg_azf 609 sound/pci/azt3328.c reg_azf = AZF_AC97_REG_EMU_IO_READ; reg_azf 613 sound/pci/azt3328.c return reg_azf; reg_azf 654 sound/pci/azt3328.c unsigned short reg_azf = snd_azf3328_mixer_ac97_map_reg_idx(reg_ac97); reg_azf 660 sound/pci/azt3328.c if (reg_azf & AZF_AC97_REG_UNSUPPORTED) reg_azf 663 sound/pci/azt3328.c if (reg_azf & AZF_AC97_REG_REAL_IO_READ) reg_azf 665 sound/pci/azt3328.c reg_azf & AZF_REG_MASK); reg_azf 678 sound/pci/azt3328.c if (reg_azf & AZF_AC97_REG_EMU_IO_READ) { reg_azf 714 sound/pci/azt3328.c unsigned short reg_azf = snd_azf3328_mixer_ac97_map_reg_idx(reg_ac97); reg_azf 720 sound/pci/azt3328.c if (reg_azf & AZF_AC97_REG_UNSUPPORTED) reg_azf 723 sound/pci/azt3328.c if (reg_azf & AZF_AC97_REG_REAL_IO_WRITE) reg_azf 726 sound/pci/azt3328.c reg_azf & AZF_REG_MASK, reg_azf 730 sound/pci/azt3328.c if (reg_azf & AZF_AC97_REG_EMU_IO_WRITE) {