Lines Matching defs:atiixp_modem
220 struct atiixp_modem { struct
221 struct snd_card *card;
222 struct pci_dev *pci;
224 struct resource *res; /* memory i/o */
225 unsigned long addr;
226 void __iomem *remap_addr;
227 int irq;
229 struct snd_ac97_bus *ac97_bus;
230 struct snd_ac97 *ac97[NUM_ATI_CODECS];
232 spinlock_t reg_lock;
234 struct atiixp_dma dmas[NUM_ATI_DMAS];
235 struct ac97_pcm *pcms[NUM_ATI_PCMS];
236 struct snd_pcm *pcmdevs[NUM_ATI_PCMDEVS];
238 int max_channels; /* max. channels for PCM out */
240 unsigned int codec_not_ready_bits; /* for codec detection */
242 int spdif_over_aclink; /* passed from the module option */
266 static int snd_atiixp_update_bits(struct atiixp_modem *chip, unsigned int reg, in snd_atiixp_update_bits() argument