tag | line | file | source code |
io_base | 85 | arch/alpha/kernel/bios32.c | static unsigned int io_base = 64*KB; /* <64KB are (E)ISA ports */ |
io_base | 149 | arch/alpha/kernel/bios32.c | base = ALIGN(io_base, alignto ); |
io_base | 150 | arch/alpha/kernel/bios32.c | io_base = base + size; |
io_base | 268 | arch/alpha/kernel/bios32.c | bio = io_base = ALIGN(io_base, 4*KB); |
io_base | 303 | arch/alpha/kernel/bios32.c | tio = io_base = ALIGN(io_base, 4*KB); |
io_base | 1467 | drivers/block/ide-cd.c | OUT_BYTE (args[2], io_base + IDE_FEATURE_OFFSET); |
io_base | 456 | drivers/block/ide-tape.c | #define IDETAPE_DATA_REG (HWIF(drive)->io_base+IDETAPE_DATA_OFFSET) |
io_base | 457 | drivers/block/ide-tape.c | #define IDETAPE_ERROR_REG (HWIF(drive)->io_base+IDETAPE_ERROR_OFFSET) |
io_base | 458 | drivers/block/ide-tape.c | #define IDETAPE_IREASON_REG (HWIF(drive)->io_base+IDETAPE_IREASON_OFFSET) |
io_base | 459 | drivers/block/ide-tape.c | #define IDETAPE_RESERVED3_REG (HWIF(drive)->io_base+IDETAPE_RESERVED3_OFFSET) |
io_base | 460 | drivers/block/ide-tape.c | #define IDETAPE_BCOUNTL_REG (HWIF(drive)->io_base+IDETAPE_BCOUNTL_OFFSET) |
io_base | 461 | drivers/block/ide-tape.c | #define IDETAPE_BCOUNTH_REG (HWIF(drive)->io_base+IDETAPE_BCOUNTH_OFFSET) |
io_base | 462 | drivers/block/ide-tape.c | #define IDETAPE_DRIVESEL_REG (HWIF(drive)->io_base+IDETAPE_DRIVESEL_OFFSET) |
io_base | 463 | drivers/block/ide-tape.c | #define IDETAPE_STATUS_REG (HWIF(drive)->io_base+IDETAPE_STATUS_OFFSET) |
io_base | 470 | drivers/block/ide-tape.c | #define IDETAPE_FEATURES_REG (HWIF(drive)->io_base+IDETAPE_FEATURES_OFFSET) |
io_base | 471 | drivers/block/ide-tape.c | #define IDETAPE_ATACOMMAND_REG (HWIF(drive)->io_base+IDETAPE_ATACOMMAND_OFFSET) |
io_base | 325 | drivers/block/ide.c | hwif->io_base = default_io_base[h]; |
io_base | 326 | drivers/block/ide.c | hwif->ctl_port = hwif->io_base ? hwif->io_base+0x206 : 0x000; |
io_base | 328 | drivers/block/ide.c | if (hwif->io_base == HD_DATA) |
io_base | 376 | drivers/block/ide.c | unsigned short io_base = HWIF(drive)->io_base; |
io_base | 377 | drivers/block/ide.c | unsigned short data_reg = io_base+IDE_DATA_OFFSET; |
io_base | 384 | drivers/block/ide.c | do_vlb_sync(io_base+IDE_NSECTOR_OFFSET); |
io_base | 400 | drivers/block/ide.c | unsigned short io_base = HWIF(drive)->io_base; |
io_base | 401 | drivers/block/ide.c | unsigned short data_reg = io_base+IDE_DATA_OFFSET; |
io_base | 408 | drivers/block/ide.c | do_vlb_sync(io_base+IDE_NSECTOR_OFFSET); |
io_base | 1209 | drivers/block/ide.c | unsigned short io_base = HWIF(drive)->io_base; |
io_base | 1212 | drivers/block/ide.c | OUT_BYTE(rq->nr_sectors,io_base+IDE_NSECTOR_OFFSET); |
io_base | 1219 | drivers/block/ide.c | OUT_BYTE(block,io_base+IDE_SECTOR_OFFSET); |
io_base | 1220 | drivers/block/ide.c | OUT_BYTE(block>>=8,io_base+IDE_LCYL_OFFSET); |
io_base | 1221 | drivers/block/ide.c | OUT_BYTE(block>>=8,io_base+IDE_HCYL_OFFSET); |
io_base | 1222 | drivers/block/ide.c | OUT_BYTE(((block>>8)&0x0f)|drive->select.all,io_base+IDE_SELECT_OFFSET); |
io_base | 1227 | drivers/block/ide.c | OUT_BYTE(sect,io_base+IDE_SECTOR_OFFSET); |
io_base | 1230 | drivers/block/ide.c | OUT_BYTE(cyl,io_base+IDE_LCYL_OFFSET); |
io_base | 1231 | drivers/block/ide.c | OUT_BYTE(cyl>>8,io_base+IDE_HCYL_OFFSET); |
io_base | 1232 | drivers/block/ide.c | OUT_BYTE(head|drive->select.all,io_base+IDE_SELECT_OFFSET); |
io_base | 1245 | drivers/block/ide.c | OUT_BYTE(drive->mult_count ? WIN_MULTREAD : WIN_READ, io_base+IDE_COMMAND_OFFSET); |
io_base | 1253 | drivers/block/ide.c | OUT_BYTE(drive->mult_count ? WIN_MULTWRITE : WIN_WRITE, io_base+IDE_COMMAND_OFFSET); |
io_base | 1278 | drivers/block/ide.c | OUT_BYTE(args[2],io_base+IDE_FEATURE_OFFSET); |
io_base | 2416 | drivers/block/ide.c | if (check_region(hwif->io_base,8) || check_region(hwif->ctl_port,1)) { |
io_base | 2448 | drivers/block/ide.c | request_region(hwif->io_base, 8, hwif->name); |
io_base | 2724 | drivers/block/ide.c | hwif->io_base = vals[0]; |
io_base | 2922 | drivers/block/ide.c | hwif->io_base, hwif->io_base+7, hwif->ctl_port, irq); |
io_base | 3026 | drivers/block/ide.c | if (hwif->io_base == HD_DATA) |
io_base | 3039 | drivers/block/ide.c | if (hwif->irq == HD_IRQ && hwif->io_base != HD_DATA) { |
io_base | 91 | drivers/block/ide.h | #define IDE_DATA_REG (HWIF(drive)->io_base+IDE_DATA_OFFSET) |
io_base | 92 | drivers/block/ide.h | #define IDE_ERROR_REG (HWIF(drive)->io_base+IDE_ERROR_OFFSET) |
io_base | 93 | drivers/block/ide.h | #define IDE_NSECTOR_REG (HWIF(drive)->io_base+IDE_NSECTOR_OFFSET) |
io_base | 94 | drivers/block/ide.h | #define IDE_SECTOR_REG (HWIF(drive)->io_base+IDE_SECTOR_OFFSET) |
io_base | 95 | drivers/block/ide.h | #define IDE_LCYL_REG (HWIF(drive)->io_base+IDE_LCYL_OFFSET) |
io_base | 96 | drivers/block/ide.h | #define IDE_HCYL_REG (HWIF(drive)->io_base+IDE_HCYL_OFFSET) |
io_base | 97 | drivers/block/ide.h | #define IDE_SELECT_REG (HWIF(drive)->io_base+IDE_SELECT_OFFSET) |
io_base | 98 | drivers/block/ide.h | #define IDE_STATUS_REG (HWIF(drive)->io_base+IDE_STATUS_OFFSET) |
io_base | 393 | drivers/block/ide.h | unsigned short io_base; /* base io port addr */ |
io_base | 433 | drivers/block/triton.c | if (hwif->io_base == 0x1f0) { |
io_base | 440 | drivers/block/triton.c | } else if (hwif->io_base == 0x170) { |
io_base | 1142 | drivers/sound/ad1848.c | ad1848_detect (int io_base, int *ad_flags, int *osp) |
io_base | 1150 | drivers/sound/ad1848.c | DDB (printk ("ad1848_detect(%x)\n", io_base)); |
io_base | 1160 | drivers/sound/ad1848.c | if (check_region (io_base, 4)) |
io_base | 1162 | drivers/sound/ad1848.c | printk ("\n\nad1848.c: Port %x not free.\n\n", io_base); |
io_base | 1166 | drivers/sound/ad1848.c | devc->base = io_base; |
io_base | 1386 | drivers/sound/ad1848.c | ad1848_init (char *name, int io_base, int irq, int dma_playback, int dma_capture, int share_dma, int *osp) |
io_base | 1410 | drivers/sound/ad1848.c | if (!ad1848_detect (io_base, NULL, osp)) |
io_base | 1558 | drivers/sound/ad1848.c | ad1848_unload (int io_base, int irq, int dma_playback, int dma_capture, int share_dma) |
io_base | 1564 | drivers/sound/ad1848.c | if (dev_info[i].base == io_base) |
io_base | 1587 | drivers/sound/ad1848.c | io_base); |
io_base | 1689 | drivers/sound/ad1848.c | DDB (printk ("Entered probe_ms_sound(%x, %d)\n", hw_config->io_base, hw_config->card_subtype)); |
io_base | 1691 | drivers/sound/ad1848.c | if (check_region (hw_config->io_base, 8)) |
io_base | 1700 | drivers/sound/ad1848.c | return ad1848_detect (hw_config->io_base + 4, NULL, hw_config->osp); |
io_base | 1709 | drivers/sound/ad1848.c | if ((tmp = inb (hw_config->io_base + 3)) == 0xff) /* Bus float */ |
io_base | 1719 | drivers/sound/ad1848.c | hw_config->io_base, inb (hw_config->io_base + 3))); |
io_base | 1739 | drivers/sound/ad1848.c | if (hw_config->dma == 0 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 1745 | drivers/sound/ad1848.c | if (hw_config->irq > 7 && hw_config->irq != 9 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 1751 | drivers/sound/ad1848.c | return ad1848_detect (hw_config->io_base + 4, NULL, hw_config->osp); |
io_base | 1768 | drivers/sound/ad1848.c | int config_port = hw_config->io_base + 0; |
io_base | 1769 | drivers/sound/ad1848.c | int version_port = hw_config->io_base + 3; |
io_base | 1771 | drivers/sound/ad1848.c | if (!ad1848_detect (hw_config->io_base + 4, NULL, hw_config->osp)) |
io_base | 1776 | drivers/sound/ad1848.c | ad1848_init ("MS Sound System", hw_config->io_base + 4, |
io_base | 1780 | drivers/sound/ad1848.c | request_region (hw_config->io_base, 4, "WSS config"); |
io_base | 1798 | drivers/sound/ad1848.c | ad1848_init ("MS Sound System", hw_config->io_base + 4, |
io_base | 1802 | drivers/sound/ad1848.c | request_region (hw_config->io_base, 4, "WSS config"); |
io_base | 1809 | drivers/sound/ad1848.c | ad1848_unload (hw_config->io_base + 4, |
io_base | 1813 | drivers/sound/ad1848.c | release_region (hw_config->io_base, 4); |
io_base | 1823 | drivers/sound/ad1848.c | return ad1848_detect (hw_config->io_base, NULL, hw_config->osp); |
io_base | 1830 | drivers/sound/ad1848.c | ad1848_init (hw_config->name, hw_config->io_base, |
io_base | 1840 | drivers/sound/ad1848.c | ad1848_unload (hw_config->io_base, |
io_base | 1844 | drivers/sound/ad1848.c | release_region (hw_config->io_base, 4); |
io_base | 41 | drivers/sound/adlib_card.c | mem_start = opl3_init (mem_start, hw_config->io_base, hw_config->osp); |
io_base | 42 | drivers/sound/adlib_card.c | request_region (hw_config->io_base, 4, "OPL3/OPL2"); |
io_base | 51 | drivers/sound/adlib_card.c | if (check_region (hw_config->io_base, 4)) |
io_base | 53 | drivers/sound/adlib_card.c | printk ("\n\nopl3.c: I/O port %x already in use\n\n", hw_config->io_base); |
io_base | 57 | drivers/sound/adlib_card.c | return opl3_detect (hw_config->io_base, hw_config->osp); |
io_base | 63 | drivers/sound/adlib_card.c | release_region (hw_config->io_base, 4); |
io_base | 684 | drivers/sound/aedsp16.c | if (check_region (hw_config->io_base, 0x0f)) |
io_base | 695 | drivers/sound/aedsp16.c | portbase = hw_config->io_base; |
io_base | 709 | drivers/sound/aedsp16.c | request_region (hw_config->io_base, 0x0f, "aedsp16 (sbpro)"); |
io_base | 737 | drivers/sound/aedsp16.c | if (check_region (hw_config->io_base, 0x08)) |
io_base | 777 | drivers/sound/aedsp16.c | request_region (hw_config->io_base, 0x08, "aedsp16 (mss)"); |
io_base | 802 | drivers/sound/aedsp16.c | if (check_region (hw_config->io_base, 0x02)) |
io_base | 840 | drivers/sound/aedsp16.c | request_region (hw_config->io_base, 0x02, "aedsp16 (mpu401)"); |
io_base | 64 | drivers/sound/cs4232.c | mpu_base = hw_config->io_base; |
io_base | 88 | drivers/sound/cs4232.c | int base = hw_config->io_base, irq = hw_config->irq; |
io_base | 103 | drivers/sound/cs4232.c | if (ad1848_detect (hw_config->io_base, NULL, hw_config->osp)) |
io_base | 180 | drivers/sound/cs4232.c | if (ad1848_detect (hw_config->io_base, NULL, hw_config->osp)) |
io_base | 190 | drivers/sound/cs4232.c | int base = hw_config->io_base, irq = hw_config->irq; |
io_base | 209 | drivers/sound/cs4232.c | hw_config2.io_base = mpu_base; |
io_base | 237 | drivers/sound/cs4232.c | int base = hw_config->io_base, irq = hw_config->irq; |
io_base | 255 | drivers/sound/cs4232.c | hw_config2.io_base = mpu_base; |
io_base | 225 | drivers/sound/dev_table.c | snd_installed_cards[sel].config.io_base = hw_config->io_base; |
io_base | 283 | drivers/sound/dev_table.c | snd_installed_cards[i].config.io_base = hw_config->io_base; |
io_base | 396 | drivers/sound/dev_table.c | snd_installed_cards[ptr].config.io_base = ioaddr; |
io_base | 55 | drivers/sound/gus_card.c | if (gus_wave_detect (hw_config->io_base)) /* |
io_base | 61 | drivers/sound/gus_card.c | request_region (hw_config->io_base, 16, "GUS"); |
io_base | 62 | drivers/sound/gus_card.c | request_region (hw_config->io_base + 0x100, 12, "GUS"); /* 0x10c-> is MAX */ |
io_base | 82 | drivers/sound/gus_card.c | if (io_addr != hw_config->io_base) /* |
io_base | 87 | drivers/sound/gus_card.c | hw_config->io_base = io_addr; |
io_base | 89 | drivers/sound/gus_card.c | printk (" WARNING! GUS found at %x, config was %x ", io_addr, hw_config->io_base); |
io_base | 128 | drivers/sound/gus_card.c | if (!check_region (hw_config->io_base, 16)) |
io_base | 129 | drivers/sound/gus_card.c | if (!check_region (hw_config->io_base + 0x100, 16)) |
io_base | 130 | drivers/sound/gus_card.c | if (gus_wave_detect (hw_config->io_base)) |
io_base | 140 | drivers/sound/gus_card.c | if (io_addr != hw_config->io_base) /* |
io_base | 147 | drivers/sound/gus_card.c | hw_config->io_base = io_addr; |
io_base | 159 | drivers/sound/gus_card.c | DDB (printk ("unload_gus(%x)\n", hw_config->io_base)); |
io_base | 163 | drivers/sound/gus_card.c | release_region (hw_config->io_base, 16); |
io_base | 164 | drivers/sound/gus_card.c | release_region (hw_config->io_base + 0x100, 12); /* 0x10c-> is MAX */ |
io_base | 236 | drivers/sound/gus_card.c | return ad1848_detect (hw_config->io_base, NULL, hw_config->osp); |
io_base | 247 | drivers/sound/gus_card.c | ad1848_init ("GUS 16 bit sampling", hw_config->io_base, |
io_base | 259 | drivers/sound/gus_card.c | ad1848_unload (hw_config->io_base, |
io_base | 187 | drivers/sound/gus_wave.c | static void gus_tmr_install (int io_base); |
io_base | 3538 | drivers/sound/gus_wave.c | gus_tmr_install (int io_base) |
io_base | 3540 | drivers/sound/gus_wave.c | select_addr = io_base; |
io_base | 3541 | drivers/sound/gus_wave.c | data_addr = io_base + 1; |
io_base | 274 | drivers/sound/mad16.c | printk ("MAD16/Mozart: Bad WSS base address 0x%x\n", hw_config->io_base); |
io_base | 278 | drivers/sound/mad16.c | if (valid_ports[i] == hw_config->io_base) |
io_base | 307 | drivers/sound/mad16.c | if (!ad1848_detect (hw_config->io_base + 4, &ad_flags, mad16_osp)) |
io_base | 332 | drivers/sound/mad16.c | if (check_region (hw_config->io_base, 8)) |
io_base | 344 | drivers/sound/mad16.c | if ((inb (hw_config->io_base + 3) & 0x3f) != 0x04 && |
io_base | 345 | drivers/sound/mad16.c | (inb (hw_config->io_base + 3) & 0x3f) != 0x00) |
io_base | 348 | drivers/sound/mad16.c | hw_config->io_base, inb (hw_config->io_base + 3))); |
io_base | 368 | drivers/sound/mad16.c | if (hw_config->dma == 0 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 374 | drivers/sound/mad16.c | if (hw_config->irq > 7 && hw_config->irq != 9 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 398 | drivers/sound/mad16.c | int config_port = hw_config->io_base + 0, version_port = hw_config->io_base + 3; |
io_base | 404 | drivers/sound/mad16.c | if (!ad1848_detect (hw_config->io_base + 4, &ad_flags, mad16_osp)) |
io_base | 443 | drivers/sound/mad16.c | ad1848_init ("MAD16 WSS", hw_config->io_base + 4, |
io_base | 448 | drivers/sound/mad16.c | request_region (hw_config->io_base, 4, "MAD16 WSS config"); |
io_base | 461 | drivers/sound/mad16.c | hw_config->io_base = 0x240; |
io_base | 463 | drivers/sound/mad16.c | hw_config->io_base = 0x220; |
io_base | 516 | drivers/sound/mad16.c | hw_config->io_base = 0x240; |
io_base | 518 | drivers/sound/mad16.c | hw_config->io_base = 0x220; |
io_base | 553 | drivers/sound/mad16.c | printk ("MAD16 / Mozart: Invalid MIDI port 0x%x\n", hw_config->io_base); |
io_base | 557 | drivers/sound/mad16.c | if (valid_ports[i] == hw_config->io_base) |
io_base | 593 | drivers/sound/mad16.c | ad1848_unload (hw_config->io_base + 4, |
io_base | 597 | drivers/sound/mad16.c | release_region (hw_config->io_base, 4); |
io_base | 146 | drivers/sound/mad16_sb_midi.c | mad16_sb_base = hw_config->io_base; |
io_base | 150 | drivers/sound/mad16_sb_midi.c | if (check_region (hw_config->io_base, 16)) |
io_base | 152 | drivers/sound/mad16_sb_midi.c | printk ("MAD16 SB MIDI: I/O base %x not free\n", hw_config->io_base); |
io_base | 182 | drivers/sound/mad16_sb_midi.c | request_region (hw_config->io_base, 16, "mad16/Mozart MIDI"); |
io_base | 197 | drivers/sound/mad16_sb_midi.c | release_region (hw_config->io_base, 16); |
io_base | 215 | drivers/sound/maui.c | if (check_region (hw_config->io_base, 8)) |
io_base | 218 | drivers/sound/maui.c | maui_base = hw_config->io_base; |
io_base | 274 | drivers/sound/maui.c | request_region (hw_config->io_base + 2, 6, "Maui"); |
io_base | 316 | drivers/sound/maui.c | release_region (hw_config->io_base + 2, 6); |
io_base | 1066 | drivers/sound/mpu401.c | devc->base = hw_config->io_base; |
io_base | 1112 | drivers/sound/mpu401.c | request_region (hw_config->io_base, 2, "mpu401"); |
io_base | 1291 | drivers/sound/mpu401.c | if (check_region (hw_config->io_base, 2)) |
io_base | 1294 | drivers/sound/mpu401.c | hw_config->io_base); |
io_base | 1298 | drivers/sound/mpu401.c | tmp_devc.base = hw_config->io_base; |
io_base | 1307 | drivers/sound/mpu401.c | if (inb (hw_config->io_base + 1) == 0xff) |
io_base | 1309 | drivers/sound/mpu401.c | DDB (printk ("MPU401: Port %x looks dead.\n", hw_config->io_base)); |
io_base | 1317 | drivers/sound/mpu401.c | DDB (printk ("MPU401: Reset failed on port %x\n", hw_config->io_base)); |
io_base | 1326 | drivers/sound/mpu401.c | release_region (hw_config->io_base, 2); |
io_base | 287 | drivers/sound/pas2_card.c | pas_write ((sb_config->io_base >> 4) & 0x0f, EMULATION_ADDRESS); |
io_base | 328 | drivers/sound/pas2_card.c | outb (hw_config->io_base >> 2, MASTER_DECODE); /* |
io_base | 331 | drivers/sound/pas2_card.c | translat_code = PAS_DEFAULT_BASE ^ hw_config->io_base; |
io_base | 99 | drivers/sound/pss.c | devc->base = hw_config->io_base; |
io_base | 329 | drivers/sound/pss.c | devc->base = hw_config->io_base; |
io_base | 383 | drivers/sound/pss.c | if (check_region (hw_config->io_base, 2)) |
io_base | 389 | drivers/sound/pss.c | if (!set_io_base (devc, CONF_MIDI, hw_config->io_base)) |
io_base | 420 | drivers/sound/pss.c | if ((inb (hw_config->io_base + 1) & 0x80) == 0) /* Input data avail */ |
io_base | 421 | drivers/sound/pss.c | inb (hw_config->io_base); /* Discard it */ |
io_base | 718 | drivers/sound/pss.c | if (check_region (hw_config->io_base, 8)) |
io_base | 724 | drivers/sound/pss.c | if (!set_io_base (devc, CONF_WSS, hw_config->io_base)) |
io_base | 749 | drivers/sound/pss.c | timeout < 100000 && (inb (hw_config->io_base + 3) & 0x3f) != 0x04; |
io_base | 752 | drivers/sound/pss.c | outb (0x0b, hw_config->io_base + 4); /* Required by some cards */ |
io_base | 237 | drivers/sound/sb16_midi.c | sb16midi_base = hw_config->io_base; |
io_base | 242 | drivers/sound/sb16_midi.c | request_region (hw_config->io_base, 4, "SB MIDI"); |
io_base | 335 | drivers/sound/sb16_midi.c | if (check_region (hw_config->io_base, 4)) |
io_base | 345 | drivers/sound/sb16_midi.c | sb16midi_base = hw_config->io_base; |
io_base | 359 | drivers/sound/sb16_midi.c | release_region (hw_config->io_base, 4); |
io_base | 45 | drivers/sound/sb_card.c | request_region (hw_config->io_base, 16, "SoundBlaster"); |
io_base | 54 | drivers/sound/sb_card.c | if (check_region (hw_config->io_base, 16)) |
io_base | 57 | drivers/sound/sb_card.c | hw_config->io_base); |
io_base | 67 | drivers/sound/sb_card.c | release_region (hw_config->io_base, 16); |
io_base | 1234 | drivers/sound/sb_dsp.c | sbc_base = hw_config->io_base; |
io_base | 1367 | drivers/sound/sb_dsp.c | tmp = (hw_config->io_base & 0x0f0) >> 4; |
io_base | 1415 | drivers/sound/sb_dsp.c | mpu_base = hw_config->io_base; |
io_base | 216 | drivers/sound/sound_calls.h | void ad1848_init (char *name, int io_base, int irq, int dma_playback, int dma_capture, int share_dma, int *osp); |
io_base | 217 | drivers/sound/sound_calls.h | void ad1848_unload (int io_base, int irq, int dma_playback, int dma_capture, int share_dma); |
io_base | 219 | drivers/sound/sound_calls.h | int ad1848_detect (int io_base, int *flags, int *osp); |
io_base | 138 | drivers/sound/sound_config.h | int io_base; |
io_base | 165 | drivers/sound/sound_switch.c | if (!put_status_int (snd_installed_cards[i].config.io_base, 16)) |
io_base | 742 | drivers/sound/soundcard.c | printk ("<%s> at 0x%03x", name, hw_config->io_base); |
io_base | 896 | drivers/sound/sscape.c | if (sscape_detected != hw_config->io_base) |
io_base | 1018 | drivers/sound/sscape.c | devc->base = hw_config->io_base; |
io_base | 1023 | drivers/sound/sscape.c | if (sscape_detected != 0 && sscape_detected != hw_config->io_base) |
io_base | 1092 | drivers/sound/sscape.c | sscape_detected = hw_config->io_base; |
io_base | 1123 | drivers/sound/sscape.c | return ad1848_detect (hw_config->io_base, NULL, hw_config->osp); |
io_base | 1169 | drivers/sound/sscape.c | ad1848_init ("SoundScape", hw_config->io_base, |
io_base | 1207 | drivers/sound/sscape.c | ad1848_unload (hw_config->io_base, |
io_base | 127 | drivers/sound/trix.c | switch (hw_config->io_base) |
io_base | 164 | drivers/sound/trix.c | if (check_region (hw_config->io_base, 8)) |
io_base | 166 | drivers/sound/trix.c | printk ("AudioTriX: MSS I/O port conflict (%x)\n", hw_config->io_base); |
io_base | 175 | drivers/sound/trix.c | if ((inb (hw_config->io_base + 3) & 0x3f) != 0x00) |
io_base | 177 | drivers/sound/trix.c | DDB (printk ("No MSS signature detected on port 0x%x\n", hw_config->io_base)); |
io_base | 204 | drivers/sound/trix.c | if (hw_config->dma == 0 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 210 | drivers/sound/trix.c | if (hw_config->irq > 7 && hw_config->irq != 9 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 216 | drivers/sound/trix.c | ret = ad1848_detect (hw_config->io_base + 4, NULL, hw_config->osp); |
io_base | 234 | drivers/sound/trix.c | int config_port = hw_config->io_base + 0, version_port = hw_config->io_base + 3; |
io_base | 278 | drivers/sound/trix.c | ad1848_init ("AudioTriX Pro", hw_config->io_base + 4, |
io_base | 284 | drivers/sound/trix.c | request_region (hw_config->io_base, 4, "MSS config"); |
io_base | 306 | drivers/sound/trix.c | if (check_region (hw_config->io_base, 16)) |
io_base | 308 | drivers/sound/trix.c | printk ("AudioTriX: SB I/O port conflict (%x)\n", hw_config->io_base); |
io_base | 312 | drivers/sound/trix.c | if (hw_config->io_base & 0xffffff8f != 0x200) |
io_base | 326 | drivers/sound/trix.c | conf |= hw_config->io_base & 0x70; /* I/O address bits */ |
io_base | 332 | drivers/sound/trix.c | download_boot (hw_config->io_base); |
io_base | 387 | drivers/sound/trix.c | if (check_region (hw_config->io_base, 4)) |
io_base | 389 | drivers/sound/trix.c | printk ("AudioTriX: MPU I/O port conflict (%x)\n", hw_config->io_base); |
io_base | 405 | drivers/sound/trix.c | switch (hw_config->io_base) |
io_base | 444 | drivers/sound/trix.c | release_region (hw_config->io_base, 4); |
io_base | 446 | drivers/sound/trix.c | ad1848_unload (hw_config->io_base + 4, |
io_base | 290 | drivers/sound/uart6850.c | uart6850_base = hw_config->io_base; |
io_base | 332 | drivers/sound/uart6850.c | uart6850_base = hw_config->io_base; |