Searched refs:DSP_NUMIO (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/sound/isa/msnd/ |
| D | msnd_pinnacle.c | 228 if (!request_region(chip->io, DSP_NUMIO, "probing")) { in snd_msnd_probe() 234 release_region(chip->io, DSP_NUMIO); in snd_msnd_probe() 244 chip->io, chip->io + DSP_NUMIO - 1, in snd_msnd_probe() 305 chip->io, chip->io + DSP_NUMIO - 1, in snd_msnd_probe() 310 release_region(chip->io, DSP_NUMIO); in snd_msnd_probe() 554 if (request_region(chip->io, DSP_NUMIO, card->shortname) == NULL) { in snd_msnd_attach() 563 release_region(chip->io, DSP_NUMIO); in snd_msnd_attach() 632 release_region(chip->io, DSP_NUMIO); in snd_msnd_attach() 644 release_region(chip->io, DSP_NUMIO); in snd_msnd_unload()
|
| D | msnd_classic.h | 31 #define DSP_NUMIO 0x10 macro
|
| D | msnd_pinnacle.h | 31 #define DSP_NUMIO 0x08 macro
|
| /linux-4.4.14/sound/oss/ |
| D | msnd_classic.h | 32 #define DSP_NUMIO 0x10 macro
|
| D | msnd_pinnacle.h | 32 #define DSP_NUMIO 0x08 macro
|
| D | msnd_pinnacle.c | 1878 dev.numio = DSP_NUMIO; in msnd_init()
|