tag | line | file | source code |
io_base | 91 | arch/alpha/kernel/bios32.c | static unsigned int io_base = 64*KB; /* <64KB are (E)ISA ports */ |
io_base | 93 | arch/alpha/kernel/bios32.c | static unsigned int io_base = 0xb000; |
io_base | 171 | arch/alpha/kernel/bios32.c | base = ALIGN(io_base, alignto ); |
io_base | 172 | arch/alpha/kernel/bios32.c | io_base = base + size; |
io_base | 294 | arch/alpha/kernel/bios32.c | bio = io_base = ALIGN(io_base, 4*KB); |
io_base | 333 | arch/alpha/kernel/bios32.c | tio = io_base = ALIGN(io_base, 4*KB); |
io_base | 460 | drivers/block/ide-tape.c | #define IDETAPE_DATA_REG (HWIF(drive)->io_base+IDETAPE_DATA_OFFSET) |
io_base | 461 | drivers/block/ide-tape.c | #define IDETAPE_ERROR_REG (HWIF(drive)->io_base+IDETAPE_ERROR_OFFSET) |
io_base | 462 | drivers/block/ide-tape.c | #define IDETAPE_IREASON_REG (HWIF(drive)->io_base+IDETAPE_IREASON_OFFSET) |
io_base | 463 | drivers/block/ide-tape.c | #define IDETAPE_RESERVED3_REG (HWIF(drive)->io_base+IDETAPE_RESERVED3_OFFSET) |
io_base | 464 | drivers/block/ide-tape.c | #define IDETAPE_BCOUNTL_REG (HWIF(drive)->io_base+IDETAPE_BCOUNTL_OFFSET) |
io_base | 465 | drivers/block/ide-tape.c | #define IDETAPE_BCOUNTH_REG (HWIF(drive)->io_base+IDETAPE_BCOUNTH_OFFSET) |
io_base | 466 | drivers/block/ide-tape.c | #define IDETAPE_DRIVESEL_REG (HWIF(drive)->io_base+IDETAPE_DRIVESEL_OFFSET) |
io_base | 467 | drivers/block/ide-tape.c | #define IDETAPE_STATUS_REG (HWIF(drive)->io_base+IDETAPE_STATUS_OFFSET) |
io_base | 474 | drivers/block/ide-tape.c | #define IDETAPE_FEATURES_REG (HWIF(drive)->io_base+IDETAPE_FEATURES_OFFSET) |
io_base | 475 | drivers/block/ide-tape.c | #define IDETAPE_ATACOMMAND_REG (HWIF(drive)->io_base+IDETAPE_ATACOMMAND_OFFSET) |
io_base | 331 | drivers/block/ide.c | hwif->io_base = default_io_base[index]; |
io_base | 332 | drivers/block/ide.c | hwif->ctl_port = hwif->io_base ? hwif->io_base+0x206 : 0x000; |
io_base | 334 | drivers/block/ide.c | if (hwif->io_base == HD_DATA) |
io_base | 409 | drivers/block/ide.c | unsigned short io_base = HWIF(drive)->io_base; |
io_base | 410 | drivers/block/ide.c | unsigned short data_reg = io_base+IDE_DATA_OFFSET; |
io_base | 417 | drivers/block/ide.c | do_vlb_sync(io_base+IDE_NSECTOR_OFFSET); |
io_base | 433 | drivers/block/ide.c | unsigned short io_base = HWIF(drive)->io_base; |
io_base | 434 | drivers/block/ide.c | unsigned short data_reg = io_base+IDE_DATA_OFFSET; |
io_base | 441 | drivers/block/ide.c | do_vlb_sync(io_base+IDE_NSECTOR_OFFSET); |
io_base | 1250 | drivers/block/ide.c | unsigned short io_base = hwif->io_base; |
io_base | 1256 | drivers/block/ide.c | OUT_BYTE(rq->nr_sectors,io_base+IDE_NSECTOR_OFFSET); |
io_base | 1272 | drivers/block/ide.c | OUT_BYTE(block,io_base+IDE_SECTOR_OFFSET); |
io_base | 1273 | drivers/block/ide.c | OUT_BYTE(block>>=8,io_base+IDE_LCYL_OFFSET); |
io_base | 1274 | drivers/block/ide.c | OUT_BYTE(block>>=8,io_base+IDE_HCYL_OFFSET); |
io_base | 1275 | drivers/block/ide.c | OUT_BYTE(((block>>8)&0x0f)|drive->select.all,io_base+IDE_SELECT_OFFSET); |
io_base | 1280 | drivers/block/ide.c | OUT_BYTE(sect,io_base+IDE_SECTOR_OFFSET); |
io_base | 1283 | drivers/block/ide.c | OUT_BYTE(cyl,io_base+IDE_LCYL_OFFSET); |
io_base | 1284 | drivers/block/ide.c | OUT_BYTE(cyl>>8,io_base+IDE_HCYL_OFFSET); |
io_base | 1285 | drivers/block/ide.c | OUT_BYTE(head|drive->select.all,io_base+IDE_SELECT_OFFSET); |
io_base | 1304 | drivers/block/ide.c | OUT_BYTE(drive->mult_count ? WIN_MULTREAD : WIN_READ, io_base+IDE_COMMAND_OFFSET); |
io_base | 1312 | drivers/block/ide.c | OUT_BYTE(drive->mult_count ? WIN_MULTWRITE : WIN_WRITE, io_base+IDE_COMMAND_OFFSET); |
io_base | 2567 | drivers/block/ide.c | if (hwif->io_base == HD_DATA) |
io_base | 2571 | drivers/block/ide.c | (check_region(hwif->io_base,8) || check_region(hwif->ctl_port,1))) { |
io_base | 2573 | drivers/block/ide.c | if (check_region(hwif->io_base,8) || check_region(hwif->ctl_port,1)) { |
io_base | 2607 | drivers/block/ide.c | request_region(hwif->io_base, 8, hwif->name); |
io_base | 2889 | drivers/block/ide.c | hwif->io_base = vals[0]; |
io_base | 3067 | drivers/block/ide.c | hwif->io_base, hwif->io_base+7, hwif->ctl_port, hwif->irq); |
io_base | 3170 | drivers/block/ide.c | if (hwif->irq == HD_IRQ && hwif->io_base != HD_DATA) { |
io_base | 3235 | drivers/block/ide.c | int ide_register(int io_base, int ctl_port, int irq) |
io_base | 3246 | drivers/block/ide.c | if (hwif->io_base == io_base || hwif->ctl_port == ctl_port) |
io_base | 3249 | drivers/block/ide.c | hwif->io_base = io_base; |
io_base | 3303 | drivers/block/ide.c | release_region(hwif->io_base, 8); |
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 | 149 | drivers/block/ide.h | OUT_BYTE((drive)->select.all, hwif->io_base+IDE_SELECT_OFFSET); \ |
io_base | 152 | drivers/block/ide.h | #define SELECT_DRIVE(hwif,drive) OUT_BYTE((drive)->select.all, hwif->io_base+IDE_SELECT_OFFSET); |
io_base | 401 | drivers/block/ide.h | unsigned short io_base; /* base io port addr */ |
io_base | 176 | drivers/block/promise.c | ide_hwifs[i].io_base = ide_hwifs[i-1].io_base; |
io_base | 181 | drivers/block/promise.c | second_hwif->io_base = hwif->io_base; |
io_base | 312 | drivers/block/promise.c | unsigned short io_base = HWIF(drive)->io_base; |
io_base | 317 | drivers/block/promise.c | OUT_BYTE(PROMISE_READ, io_base+IDE_COMMAND_OFFSET); |
io_base | 339 | drivers/block/promise.c | if(IN_BYTE(io_base+IDE_SELECT_OFFSET) & 0x01) |
io_base | 348 | drivers/block/promise.c | OUT_BYTE(PROMISE_WRITE, io_base+IDE_COMMAND_OFFSET); |
io_base | 440 | drivers/block/triton.c | if (hwif->io_base == 0x1f0) { |
io_base | 447 | drivers/block/triton.c | } else if (hwif->io_base == 0x170) { |
io_base | 1151 | drivers/sound/ad1848.c | ad1848_detect (int io_base, int *ad_flags, int *osp) |
io_base | 1159 | drivers/sound/ad1848.c | DDB (printk ("ad1848_detect(%x)\n", io_base)); |
io_base | 1169 | drivers/sound/ad1848.c | if (check_region (io_base, 4)) |
io_base | 1171 | drivers/sound/ad1848.c | printk ("\n\nad1848.c: Port %x not free.\n\n", io_base); |
io_base | 1175 | drivers/sound/ad1848.c | devc->base = io_base; |
io_base | 1391 | 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 | 1415 | drivers/sound/ad1848.c | if (!ad1848_detect (io_base, NULL, osp)) |
io_base | 1563 | drivers/sound/ad1848.c | ad1848_unload (int io_base, int irq, int dma_playback, int dma_capture, int share_dma) |
io_base | 1569 | drivers/sound/ad1848.c | if (dev_info[i].base == io_base) |
io_base | 1592 | drivers/sound/ad1848.c | io_base); |
io_base | 1694 | drivers/sound/ad1848.c | DDB (printk ("Entered probe_ms_sound(%x, %d)\n", hw_config->io_base, hw_config->card_subtype)); |
io_base | 1696 | drivers/sound/ad1848.c | if (check_region (hw_config->io_base, 8)) |
io_base | 1705 | drivers/sound/ad1848.c | return ad1848_detect (hw_config->io_base + 4, NULL, hw_config->osp); |
io_base | 1714 | drivers/sound/ad1848.c | if ((tmp = inb (hw_config->io_base + 3)) == 0xff) /* Bus float */ |
io_base | 1719 | drivers/sound/ad1848.c | if (!(ret = ad1848_detect (hw_config->io_base + 4, NULL, hw_config->osp))) |
io_base | 1730 | drivers/sound/ad1848.c | hw_config->io_base, inb (hw_config->io_base + 3))); |
io_base | 1732 | drivers/sound/ad1848.c | if (!(ret = ad1848_detect (hw_config->io_base + 4, NULL, hw_config->osp))) |
io_base | 1754 | drivers/sound/ad1848.c | if (hw_config->dma == 0 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 1760 | drivers/sound/ad1848.c | if (hw_config->irq > 7 && hw_config->irq != 9 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 1766 | drivers/sound/ad1848.c | return ad1848_detect (hw_config->io_base + 4, NULL, hw_config->osp); |
io_base | 1783 | drivers/sound/ad1848.c | int config_port = hw_config->io_base + 0; |
io_base | 1784 | drivers/sound/ad1848.c | int version_port = hw_config->io_base + 3; |
io_base | 1786 | drivers/sound/ad1848.c | if (!ad1848_detect (hw_config->io_base + 4, NULL, hw_config->osp)) |
io_base | 1791 | drivers/sound/ad1848.c | ad1848_init ("MS Sound System", hw_config->io_base + 4, |
io_base | 1795 | drivers/sound/ad1848.c | request_region (hw_config->io_base, 4, "WSS config"); |
io_base | 1813 | drivers/sound/ad1848.c | ad1848_init ("MS Sound System", hw_config->io_base + 4, |
io_base | 1817 | drivers/sound/ad1848.c | request_region (hw_config->io_base, 4, "WSS config"); |
io_base | 1824 | drivers/sound/ad1848.c | ad1848_unload (hw_config->io_base + 4, |
io_base | 1828 | drivers/sound/ad1848.c | release_region (hw_config->io_base, 4); |
io_base | 1838 | drivers/sound/ad1848.c | return ad1848_detect (hw_config->io_base, NULL, hw_config->osp); |
io_base | 1845 | drivers/sound/ad1848.c | ad1848_init (hw_config->name, hw_config->io_base, |
io_base | 1855 | drivers/sound/ad1848.c | ad1848_unload (hw_config->io_base, |
io_base | 1859 | 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 | 107 | drivers/sound/cs4232.c | if (ad1848_detect (hw_config->io_base, NULL, hw_config->osp)) |
io_base | 239 | drivers/sound/cs4232.c | if (ad1848_detect (hw_config->io_base, NULL, hw_config->osp)) |
io_base | 267 | drivers/sound/cs4232.c | int base = hw_config->io_base, irq = hw_config->irq; |
io_base | 286 | drivers/sound/cs4232.c | hw_config2.io_base = mpu_base; |
io_base | 314 | drivers/sound/cs4232.c | int base = hw_config->io_base, irq = hw_config->irq; |
io_base | 332 | 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 | 56 | drivers/sound/gus_card.c | if (gus_wave_detect (hw_config->io_base)) /* |
io_base | 62 | drivers/sound/gus_card.c | request_region (hw_config->io_base, 16, "GUS"); |
io_base | 63 | drivers/sound/gus_card.c | request_region (hw_config->io_base + 0x100, 12, "GUS"); /* 0x10c-> is MAX */ |
io_base | 83 | drivers/sound/gus_card.c | if (io_addr != hw_config->io_base) /* |
io_base | 88 | drivers/sound/gus_card.c | hw_config->io_base = io_addr; |
io_base | 90 | drivers/sound/gus_card.c | printk (" WARNING! GUS found at %x, config was %x ", io_addr, hw_config->io_base); |
io_base | 132 | drivers/sound/gus_card.c | if (check_region (hw_config->io_base, 16)) |
io_base | 134 | drivers/sound/gus_card.c | else if (check_region (hw_config->io_base + 0x100, 16)) |
io_base | 136 | drivers/sound/gus_card.c | else if (gus_wave_detect (hw_config->io_base)) |
io_base | 146 | drivers/sound/gus_card.c | if (io_addr != hw_config->io_base) /* |
io_base | 153 | drivers/sound/gus_card.c | hw_config->io_base = io_addr; |
io_base | 165 | drivers/sound/gus_card.c | DDB (printk ("unload_gus(%x)\n", hw_config->io_base)); |
io_base | 169 | drivers/sound/gus_card.c | release_region (hw_config->io_base, 16); |
io_base | 170 | drivers/sound/gus_card.c | release_region (hw_config->io_base + 0x100, 12); /* 0x10c-> is MAX */ |
io_base | 242 | drivers/sound/gus_card.c | return ad1848_detect (hw_config->io_base, NULL, hw_config->osp); |
io_base | 253 | drivers/sound/gus_card.c | ad1848_init ("GUS 16 bit sampling", hw_config->io_base, |
io_base | 265 | drivers/sound/gus_card.c | ad1848_unload (hw_config->io_base, |
io_base | 188 | drivers/sound/gus_wave.c | static void gus_tmr_install (int io_base); |
io_base | 3552 | drivers/sound/gus_wave.c | gus_tmr_install (int io_base) |
io_base | 3556 | drivers/sound/gus_wave.c | select_addr = io_base; |
io_base | 3557 | drivers/sound/gus_wave.c | data_addr = io_base + 1; |
io_base | 226 | drivers/sound/mad16.c | if (check_region (hw_config->io_base, 8)) |
io_base | 232 | drivers/sound/mad16.c | if (!ad1848_detect (hw_config->io_base + 4, &ad_flags, mad16_osp)) |
io_base | 240 | drivers/sound/mad16.c | if ((inb (hw_config->io_base + 3) & 0x3f) != 0x04 && |
io_base | 241 | drivers/sound/mad16.c | (inb (hw_config->io_base + 3) & 0x3f) != 0x00) |
io_base | 244 | drivers/sound/mad16.c | hw_config->io_base, inb (hw_config->io_base + 3))); |
io_base | 264 | drivers/sound/mad16.c | if (hw_config->dma == 0 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 270 | drivers/sound/mad16.c | if (hw_config->irq > 7 && hw_config->irq != 9 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 352 | drivers/sound/mad16.c | printk ("MAD16/Mozart: Bad WSS base address 0x%x\n", hw_config->io_base); |
io_base | 356 | drivers/sound/mad16.c | if (valid_ports[i] == hw_config->io_base) |
io_base | 385 | drivers/sound/mad16.c | if (!ad1848_detect (hw_config->io_base + 4, &ad_flags, mad16_osp)) |
io_base | 426 | drivers/sound/mad16.c | int config_port = hw_config->io_base + 0, version_port = hw_config->io_base + 3; |
io_base | 432 | drivers/sound/mad16.c | if (!ad1848_detect (hw_config->io_base + 4, &ad_flags, mad16_osp)) |
io_base | 471 | drivers/sound/mad16.c | ad1848_init ("MAD16 WSS", hw_config->io_base + 4, |
io_base | 476 | drivers/sound/mad16.c | request_region (hw_config->io_base, 4, "MAD16 WSS config"); |
io_base | 489 | drivers/sound/mad16.c | hw_config->io_base = 0x240; |
io_base | 491 | drivers/sound/mad16.c | hw_config->io_base = 0x220; |
io_base | 544 | drivers/sound/mad16.c | hw_config->io_base = 0x240; |
io_base | 546 | drivers/sound/mad16.c | hw_config->io_base = 0x220; |
io_base | 581 | drivers/sound/mad16.c | printk ("MAD16 / Mozart: Invalid MIDI port 0x%x\n", hw_config->io_base); |
io_base | 585 | drivers/sound/mad16.c | if (valid_ports[i] == hw_config->io_base) |
io_base | 621 | drivers/sound/mad16.c | ad1848_unload (hw_config->io_base + 4, |
io_base | 625 | 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 | 371 | drivers/sound/maui.c | if (check_region (hw_config->io_base, 8)) |
io_base | 374 | drivers/sound/maui.c | maui_base = hw_config->io_base; |
io_base | 446 | drivers/sound/maui.c | request_region (hw_config->io_base + 2, 6, "Maui"); |
io_base | 488 | 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 | 330 | drivers/sound/pas2_card.c | outb (hw_config->io_base >> 2, MASTER_DECODE); /* |
io_base | 333 | 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 | 801 | drivers/sound/pss.c | if (check_region (hw_config->io_base, 8)) |
io_base | 807 | drivers/sound/pss.c | if (!set_io_base (devc, CONF_WSS, hw_config->io_base)) |
io_base | 832 | drivers/sound/pss.c | timeout < 100000 && (inb (hw_config->io_base + 3) & 0x3f) != 0x04; |
io_base | 835 | drivers/sound/pss.c | outb (0x0b, hw_config->io_base + 4); /* Required by some cards */ |
io_base | 259 | drivers/sound/sb16_midi.c | sb16midi_base = hw_config->io_base; |
io_base | 264 | drivers/sound/sb16_midi.c | request_region (hw_config->io_base, 4, "SB MIDI"); |
io_base | 337 | drivers/sound/sb16_midi.c | if (check_region (hw_config->io_base, 4)) |
io_base | 347 | drivers/sound/sb16_midi.c | sb16midi_base = hw_config->io_base; |
io_base | 361 | 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 | 1237 | drivers/sound/sb_dsp.c | sbc_base = hw_config->io_base; |
io_base | 1370 | drivers/sound/sb_dsp.c | tmp = (hw_config->io_base & 0x0f0) >> 4; |
io_base | 1418 | 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 | 177 | drivers/sound/sound_switch.c | if (!put_status_int (snd_installed_cards[i].config.io_base, 16)) |
io_base | 743 | 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 | 1209 | 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; |
io_base | 65 | include/asm-m68k/ide.h | #define SELECT_DRIVE(hwif,drive) OUT_BYTE((drive)->select.all, hwif->io_base+IDE_SELECT_OFFSET); |