tag | line | file | source code |
io_addr | 46 | drivers/sound/gus_card.c | int io_addr; |
io_addr | 70 | drivers/sound/gus_card.c | for (io_addr = 0x210; io_addr <= 0x260; io_addr += 0x10) |
io_addr | 71 | drivers/sound/gus_card.c | if (io_addr != hw_config->io_base) /* |
io_addr | 74 | drivers/sound/gus_card.c | if (gus_wave_detect (io_addr)) |
io_addr | 76 | drivers/sound/gus_card.c | printk (" WARNING! GUS found at %x, config was %x ", io_addr, hw_config->io_base); |
io_addr | 82 | drivers/sound/gus_card.c | sound_timer_init (io_addr + 8); |
io_addr | 97 | drivers/sound/gus_card.c | int io_addr; |
io_addr | 108 | drivers/sound/gus_card.c | for (io_addr = 0x210; io_addr <= 0x260; io_addr += 0x10) |
io_addr | 109 | drivers/sound/gus_card.c | if (io_addr != hw_config->io_base) /* |
io_addr | 112 | drivers/sound/gus_card.c | if (gus_wave_detect (io_addr)) |
io_addr | 89 | drivers/sound/opl3.c | static void opl3_command (int io_addr, unsigned int addr, unsigned int val); |
io_addr | 795 | drivers/sound/opl3.c | opl3_command (int io_addr, unsigned int addr, unsigned int val) |
io_addr | 804 | drivers/sound/opl3.c | OUTB ((unsigned char) (addr & 0xff), io_addr); /* |
io_addr | 813 | drivers/sound/opl3.c | INB (io_addr); |
io_addr | 815 | drivers/sound/opl3.c | OUTB ((unsigned char) (val & 0xff), io_addr + 1); /* |
io_addr | 828 | drivers/sound/opl3.c | INB (io_addr); |