Searched defs:atiixp_modem (Results 1 – 2 of 2) 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 …]
220 struct atiixp_modem { struct221 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;[all …]