Searched refs:DSP_NUMIO (Results 1 – 3 of 3) sorted by relevance
/linux/sound/isa/msnd/ |
H A D | msnd_classic.h | 18 #define DSP_NUMIO 0x10 macro
|
H A D | msnd_pinnacle.c | 218 if (!request_region(chip->io, DSP_NUMIO, "probing")) { in snd_msnd_probe() 224 release_region(chip->io, DSP_NUMIO); in snd_msnd_probe() 234 chip->io, chip->io + DSP_NUMIO - 1, in snd_msnd_probe() 295 chip->io, chip->io + DSP_NUMIO - 1, in snd_msnd_probe() 300 release_region(chip->io, DSP_NUMIO); in snd_msnd_probe() 537 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
|