Searched refs:DSP_NUMIO (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/msnd/ |
H A D | msnd_pinnacle.c | 215 if (!request_region(chip->io, DSP_NUMIO, "probing")) { in snd_msnd_probe() 221 release_region(chip->io, DSP_NUMIO); in snd_msnd_probe() 231 chip->io, chip->io + DSP_NUMIO - 1, in snd_msnd_probe() 292 chip->io, chip->io + DSP_NUMIO - 1, in snd_msnd_probe() 297 release_region(chip->io, DSP_NUMIO); in snd_msnd_probe() 542 if (request_region(chip->io, DSP_NUMIO, card->shortname) == NULL) { in snd_msnd_attach() 551 release_region(chip->io, DSP_NUMIO); in snd_msnd_attach() 620 release_region(chip->io, DSP_NUMIO); in snd_msnd_attach() 632 release_region(chip->io, DSP_NUMIO); in snd_msnd_unload()
|
H A D | msnd_classic.h | 18 #define DSP_NUMIO 0x10 macro
|
H A D | msnd_pinnacle.h | 18 #define DSP_NUMIO 0x08 macro
|
/kernel/linux/linux-6.6/sound/isa/msnd/ |
H A D | msnd_classic.h | 18 #define DSP_NUMIO 0x10 macro
|
H A D | msnd_pinnacle.c | 215 if (!request_region(chip->io, DSP_NUMIO, "probing")) { in snd_msnd_probe() 221 release_region(chip->io, DSP_NUMIO); in snd_msnd_probe() 231 chip->io, chip->io + DSP_NUMIO - 1, in snd_msnd_probe() 292 chip->io, chip->io + DSP_NUMIO - 1, in snd_msnd_probe() 297 release_region(chip->io, DSP_NUMIO); in snd_msnd_probe() 534 if (!devm_request_region(card->dev, chip->io, DSP_NUMIO, in snd_msnd_attach()
|
H A D | msnd_pinnacle.h | 18 #define DSP_NUMIO 0x08 macro
|
Completed in 5 milliseconds