tag | line | file | source code |
io_base | 51 | drivers/sound/dev_table.c | supported_drivers[i].config.io_base, |
io_base | 111 | drivers/sound/gus_card.c | if (gus_wave_detect (hw_config->io_base)) /* Try first the default */ |
io_base | 127 | drivers/sound/gus_card.c | if (io_addr != hw_config->io_base) /* Already tested */ |
io_base | 130 | drivers/sound/gus_card.c | printk (" WARNING! GUS found at %03x, config was %03x ", io_addr, hw_config->io_base); |
io_base | 148 | drivers/sound/gus_card.c | if (gus_wave_detect (hw_config->io_base)) |
io_base | 158 | drivers/sound/gus_card.c | if (io_addr != hw_config->io_base) /* Already tested */ |
io_base | 269 | drivers/sound/mpu401.c | mpu401_base = hw_config->io_base; |
io_base | 341 | drivers/sound/mpu401.c | mpu401_base = hw_config->io_base; |
io_base | 283 | drivers/sound/pas2_card.c | OUTB (hw_config->io_base >> 2, MASTER_DECODE); /* Set base address */ |
io_base | 284 | drivers/sound/pas2_card.c | translat_code = PAS_DEFAULT_BASE ^ hw_config->io_base; |
io_base | 638 | drivers/sound/sb_dsp.c | sbc_base = hw_config->io_base; |
io_base | 191 | drivers/sound/sound_config.h | int io_base; |
io_base | 116 | drivers/sound/soundcard.c | supported_drivers[i].config.io_base, |