Searched refs:dmaa (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dsonicvibes.c1138 unsigned int dmaa, dmac; local
1186 pci_read_config_dword(pci, 0x40, &dmaa);
1189 dmaa &= ~0x0f;
1191 if (!dmaa) {
1192 dmaa = dmaio;
1194 snd_printk(KERN_INFO "BIOS did not allocate DDMA channel A i/o, allocated at 0x%x\n", dmaa);
1201 pci_write_config_dword(pci, 0x40, dmaa);
1204 if ((sonic->res_dmaa = request_region(dmaa, 0x10, "S3 SonicVibes DDMA-A")) == NULL) {
1206 snd_printk(KERN_ERR "unable to grab DDMA-A port at 0x%x-0x%x\n", dmaa, dmaa
[all...]

Completed in 27 milliseconds