Lines Matching defs:atiixp_modem
235 struct atiixp_modem { struct
236 struct snd_card *card;
237 struct pci_dev *pci;
239 struct resource *res; /* memory i/o */
240 unsigned long addr;
241 void __iomem *remap_addr;
242 int irq;
244 struct snd_ac97_bus *ac97_bus;
245 struct snd_ac97 *ac97[NUM_ATI_CODECS];
247 spinlock_t reg_lock;
249 struct atiixp_dma dmas[NUM_ATI_DMAS];
250 struct ac97_pcm *pcms[NUM_ATI_PCMS];
251 struct snd_pcm *pcmdevs[NUM_ATI_PCMDEVS];
253 int max_channels; /* max. channels for PCM out */
255 unsigned int codec_not_ready_bits; /* for codec detection */
257 int spdif_over_aclink; /* passed from the module option */
281 static int snd_atiixp_update_bits(struct atiixp_modem *chip, unsigned int reg, in snd_atiixp_update_bits() argument