Searched refs:DSP_NUMIO (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/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
|