Searched defs:atiixp_modem (Results 1 – 1 of 1) sorted by relevance
221 struct atiixp_modem { struct222 struct snd_card *card;223 struct pci_dev *pci;225 struct resource *res; /* memory i/o */226 unsigned long addr;227 void __iomem *remap_addr;228 int irq;230 struct snd_ac97_bus *ac97_bus;231 struct snd_ac97 *ac97[NUM_ATI_CODECS];233 spinlock_t reg_lock;[all …]