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 | 126 | arch/alpha/kernel/bios32.c | base = ALIGN(io_base, size); |
io_base | 127 | arch/alpha/kernel/bios32.c | io_base = base + size; |
io_base | 243 | arch/alpha/kernel/bios32.c | bio = io_base = ALIGN(io_base, 4*KB); |
io_base | 263 | arch/alpha/kernel/bios32.c | tio = io_base = ALIGN(io_base, 4*KB); |
io_base | 443 | drivers/block/ide-tape.c | #define IDETAPE_DATA_REG (HWIF(drive)->io_base+IDETAPE_DATA_OFFSET) |
io_base | 444 | drivers/block/ide-tape.c | #define IDETAPE_ERROR_REG (HWIF(drive)->io_base+IDETAPE_ERROR_OFFSET) |
io_base | 445 | drivers/block/ide-tape.c | #define IDETAPE_IREASON_REG (HWIF(drive)->io_base+IDETAPE_IREASON_OFFSET) |
io_base | 446 | drivers/block/ide-tape.c | #define IDETAPE_RESERVED3_REG (HWIF(drive)->io_base+IDETAPE_RESERVED3_OFFSET) |
io_base | 447 | drivers/block/ide-tape.c | #define IDETAPE_BCOUNTL_REG (HWIF(drive)->io_base+IDETAPE_BCOUNTL_OFFSET) |
io_base | 448 | drivers/block/ide-tape.c | #define IDETAPE_BCOUNTH_REG (HWIF(drive)->io_base+IDETAPE_BCOUNTH_OFFSET) |
io_base | 449 | drivers/block/ide-tape.c | #define IDETAPE_DRIVESEL_REG (HWIF(drive)->io_base+IDETAPE_DRIVESEL_OFFSET) |
io_base | 450 | drivers/block/ide-tape.c | #define IDETAPE_STATUS_REG (HWIF(drive)->io_base+IDETAPE_STATUS_OFFSET) |
io_base | 457 | drivers/block/ide-tape.c | #define IDETAPE_FEATURES_REG (HWIF(drive)->io_base+IDETAPE_FEATURES_OFFSET) |
io_base | 458 | drivers/block/ide-tape.c | #define IDETAPE_ATACOMMAND_REG (HWIF(drive)->io_base+IDETAPE_ATACOMMAND_OFFSET) |
io_base | 310 | drivers/block/ide.c | hwif->io_base = default_io_base[h]; |
io_base | 311 | drivers/block/ide.c | hwif->ctl_port = hwif->io_base ? hwif->io_base+0x206 : 0x000; |
io_base | 313 | drivers/block/ide.c | if (hwif->io_base == HD_DATA) |
io_base | 361 | drivers/block/ide.c | unsigned short io_base = HWIF(drive)->io_base; |
io_base | 362 | drivers/block/ide.c | unsigned short data_reg = io_base+IDE_DATA_OFFSET; |
io_base | 368 | drivers/block/ide.c | do_vlb_sync(io_base+IDE_NSECTOR_OFFSET); |
io_base | 384 | drivers/block/ide.c | unsigned short io_base = HWIF(drive)->io_base; |
io_base | 385 | drivers/block/ide.c | unsigned short data_reg = io_base+IDE_DATA_OFFSET; |
io_base | 391 | drivers/block/ide.c | do_vlb_sync(io_base+IDE_NSECTOR_OFFSET); |
io_base | 1223 | drivers/block/ide.c | unsigned short io_base = HWIF(drive)->io_base; |
io_base | 1226 | drivers/block/ide.c | OUT_BYTE(rq->nr_sectors,io_base+IDE_NSECTOR_OFFSET); |
io_base | 1233 | drivers/block/ide.c | OUT_BYTE(block,io_base+IDE_SECTOR_OFFSET); |
io_base | 1234 | drivers/block/ide.c | OUT_BYTE(block>>=8,io_base+IDE_LCYL_OFFSET); |
io_base | 1235 | drivers/block/ide.c | OUT_BYTE(block>>=8,io_base+IDE_HCYL_OFFSET); |
io_base | 1236 | drivers/block/ide.c | OUT_BYTE(((block>>8)&0x0f)|drive->select.all,io_base+IDE_SELECT_OFFSET); |
io_base | 1241 | drivers/block/ide.c | OUT_BYTE(sect,io_base+IDE_SECTOR_OFFSET); |
io_base | 1244 | drivers/block/ide.c | OUT_BYTE(cyl,io_base+IDE_LCYL_OFFSET); |
io_base | 1245 | drivers/block/ide.c | OUT_BYTE(cyl>>8,io_base+IDE_HCYL_OFFSET); |
io_base | 1246 | drivers/block/ide.c | OUT_BYTE(head|drive->select.all,io_base+IDE_SELECT_OFFSET); |
io_base | 1259 | drivers/block/ide.c | OUT_BYTE(drive->mult_count ? WIN_MULTREAD : WIN_READ, io_base+IDE_COMMAND_OFFSET); |
io_base | 1267 | drivers/block/ide.c | OUT_BYTE(drive->mult_count ? WIN_MULTWRITE : WIN_WRITE, io_base+IDE_COMMAND_OFFSET); |
io_base | 1292 | drivers/block/ide.c | OUT_BYTE(args[2],io_base+IDE_FEATURE_OFFSET); |
io_base | 2396 | drivers/block/ide.c | if (check_region(hwif->io_base,8) || check_region(hwif->ctl_port,1)) { |
io_base | 2428 | drivers/block/ide.c | request_region(hwif->io_base, 8, hwif->name); |
io_base | 2749 | drivers/block/ide.c | hwif->io_base = vals[0]; |
io_base | 2919 | drivers/block/ide.c | hwif->io_base, hwif->io_base+7, hwif->ctl_port, irq); |
io_base | 3051 | drivers/block/ide.c | if (hwif->io_base == HD_DATA) |
io_base | 3064 | drivers/block/ide.c | if (hwif->irq == HD_IRQ && hwif->io_base != HD_DATA) { |
io_base | 105 | drivers/block/ide.h | #define IDE_DATA_REG (HWIF(drive)->io_base+IDE_DATA_OFFSET) |
io_base | 106 | drivers/block/ide.h | #define IDE_ERROR_REG (HWIF(drive)->io_base+IDE_ERROR_OFFSET) |
io_base | 107 | drivers/block/ide.h | #define IDE_NSECTOR_REG (HWIF(drive)->io_base+IDE_NSECTOR_OFFSET) |
io_base | 108 | drivers/block/ide.h | #define IDE_SECTOR_REG (HWIF(drive)->io_base+IDE_SECTOR_OFFSET) |
io_base | 109 | drivers/block/ide.h | #define IDE_LCYL_REG (HWIF(drive)->io_base+IDE_LCYL_OFFSET) |
io_base | 110 | drivers/block/ide.h | #define IDE_HCYL_REG (HWIF(drive)->io_base+IDE_HCYL_OFFSET) |
io_base | 111 | drivers/block/ide.h | #define IDE_SELECT_REG (HWIF(drive)->io_base+IDE_SELECT_OFFSET) |
io_base | 112 | drivers/block/ide.h | #define IDE_STATUS_REG (HWIF(drive)->io_base+IDE_STATUS_OFFSET) |
io_base | 383 | drivers/block/ide.h | unsigned short io_base; /* base io port addr */ |
io_base | 371 | drivers/block/triton.c | if (hwif->io_base == 0x1f0 && (timings & 0x8000)) { |
io_base | 374 | drivers/block/triton.c | } else if (hwif->io_base == 0x170 && (timings & 0x80000000)) { |
io_base | 1111 | drivers/sound/ad1848.c | ad1848_detect (int io_base, int *ad_flags, sound_os_info * osp) |
io_base | 1127 | drivers/sound/ad1848.c | if (check_region (io_base, 4)) |
io_base | 1129 | drivers/sound/ad1848.c | printk ("\n\nad1848.c: Port %x not free.\n\n", io_base); |
io_base | 1133 | drivers/sound/ad1848.c | devc->base = io_base; |
io_base | 1342 | drivers/sound/ad1848.c | ad1848_init (char *name, int io_base, int irq, int dma_playback, int dma_capture, int share_dma, sound_os_info * osp) |
io_base | 1365 | drivers/sound/ad1848.c | if (!ad1848_detect (io_base, NULL, osp)) |
io_base | 1511 | drivers/sound/ad1848.c | ad1848_unload (int io_base, int irq, int dma_playback, int dma_capture, int share_dma) |
io_base | 1517 | drivers/sound/ad1848.c | if (dev_info[i].base == io_base) |
io_base | 1540 | drivers/sound/ad1848.c | io_base); |
io_base | 1623 | drivers/sound/ad1848.c | if (check_region (hw_config->io_base, 8)) |
io_base | 1639 | drivers/sound/ad1848.c | return ad1848_detect (hw_config->io_base + 4, NULL, hw_config->osp); |
io_base | 1647 | drivers/sound/ad1848.c | if ((tmp = inb (hw_config->io_base + 3)) == 0xff) /* Bus float */ |
io_base | 1654 | drivers/sound/ad1848.c | hw_config->io_base, inb (hw_config->io_base + 3))); |
io_base | 1674 | drivers/sound/ad1848.c | if (hw_config->dma == 0 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 1680 | drivers/sound/ad1848.c | if (hw_config->irq > 7 && hw_config->irq != 9 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 1686 | drivers/sound/ad1848.c | return ad1848_detect (hw_config->io_base + 4, NULL, hw_config->osp); |
io_base | 1703 | drivers/sound/ad1848.c | int config_port = hw_config->io_base + 0, version_port = hw_config->io_base + 3; |
io_base | 1705 | drivers/sound/ad1848.c | if (!ad1848_detect (hw_config->io_base + 4, NULL, hw_config->osp)) |
io_base | 1722 | drivers/sound/ad1848.c | ad1848_init ("MS Sound System", hw_config->io_base + 4, |
io_base | 1726 | drivers/sound/ad1848.c | request_region (hw_config->io_base, 4, "WSS config"); |
io_base | 1733 | drivers/sound/ad1848.c | ad1848_unload (hw_config->io_base + 4, |
io_base | 1737 | drivers/sound/ad1848.c | release_region (hw_config->io_base, 4); |
io_base | 1747 | drivers/sound/ad1848.c | return ad1848_detect (hw_config->io_base, NULL, hw_config->osp); |
io_base | 1754 | drivers/sound/ad1848.c | ad1848_init (hw_config->name, hw_config->io_base, |
io_base | 1764 | drivers/sound/ad1848.c | ad1848_unload (hw_config->io_base, |
io_base | 1768 | drivers/sound/ad1848.c | release_region (hw_config->io_base, 4); |
io_base | 38 | drivers/sound/adlib_card.c | mem_start = opl3_init (mem_start, hw_config->io_base, hw_config->osp); |
io_base | 39 | drivers/sound/adlib_card.c | request_region (hw_config->io_base, 4, "OPL3/OPL2"); |
io_base | 48 | drivers/sound/adlib_card.c | if (check_region (hw_config->io_base, 4)) |
io_base | 50 | drivers/sound/adlib_card.c | printk ("\n\nopl3.c: I/O port %x already in use\n\n", hw_config->io_base); |
io_base | 54 | drivers/sound/adlib_card.c | return opl3_detect (hw_config->io_base, hw_config->osp); |
io_base | 60 | drivers/sound/adlib_card.c | release_region (hw_config->io_base, 4); |
io_base | 683 | drivers/sound/aedsp16.c | if (check_region (hw_config->io_base, 0x0f)) |
io_base | 694 | drivers/sound/aedsp16.c | portbase = hw_config->io_base; |
io_base | 708 | drivers/sound/aedsp16.c | request_region (hw_config->io_base, 0x0f, "aedsp16 (sbpro)"); |
io_base | 736 | drivers/sound/aedsp16.c | if (check_region (hw_config->io_base, 0x08)) |
io_base | 776 | drivers/sound/aedsp16.c | request_region (hw_config->io_base, 0x08, "aedsp16 (mss)"); |
io_base | 801 | drivers/sound/aedsp16.c | if (check_region (hw_config->io_base, 0x02)) |
io_base | 839 | drivers/sound/aedsp16.c | request_region (hw_config->io_base, 0x02, "aedsp16 (mpu401)"); |
io_base | 55 | drivers/sound/cs4232.c | mpu_base = hw_config->io_base; |
io_base | 78 | drivers/sound/cs4232.c | int base = hw_config->io_base, irq = hw_config->irq; |
io_base | 117 | drivers/sound/cs4232.c | if (ad1848_detect (hw_config->io_base, NULL, hw_config->osp)) |
io_base | 166 | drivers/sound/cs4232.c | return ad1848_detect (hw_config->io_base, NULL, hw_config->osp); |
io_base | 172 | drivers/sound/cs4232.c | int base = hw_config->io_base, irq = hw_config->irq; |
io_base | 191 | drivers/sound/cs4232.c | hw_config2.io_base = mpu_base; |
io_base | 218 | drivers/sound/cs4232.c | int base = hw_config->io_base, irq = hw_config->irq; |
io_base | 236 | drivers/sound/cs4232.c | hw_config2.io_base = mpu_base; |
io_base | 93 | drivers/sound/dev_table.c | snd_installed_cards[i].config.io_base); |
io_base | 210 | drivers/sound/dev_table.c | snd_installed_cards[sel].config.io_base = hw_config->io_base; |
io_base | 262 | drivers/sound/dev_table.c | snd_installed_cards[i].config.io_base = hw_config->io_base; |
io_base | 287 | drivers/sound/dev_table.c | snd_installed_cards[i].config.io_base, |
io_base | 384 | drivers/sound/dev_table.c | snd_installed_cards[ptr].config.io_base = ioaddr; |
io_base | 53 | drivers/sound/gus_card.c | if (gus_wave_detect (hw_config->io_base)) /* |
io_base | 59 | drivers/sound/gus_card.c | request_region (hw_config->io_base, 16, "GUS"); |
io_base | 60 | drivers/sound/gus_card.c | request_region (hw_config->io_base + 0x100, 12, "GUS"); /* 0x10c-> is MAX */ |
io_base | 80 | drivers/sound/gus_card.c | if (io_addr != hw_config->io_base) /* |
io_base | 85 | drivers/sound/gus_card.c | hw_config->io_base = io_addr; |
io_base | 87 | drivers/sound/gus_card.c | printk (" WARNING! GUS found at %x, config was %x ", io_addr, hw_config->io_base); |
io_base | 116 | drivers/sound/gus_card.c | if (!check_region (hw_config->io_base, 16)) |
io_base | 117 | drivers/sound/gus_card.c | if (!check_region (hw_config->io_base + 0x100, 16)) |
io_base | 118 | drivers/sound/gus_card.c | if (gus_wave_detect (hw_config->io_base)) |
io_base | 128 | drivers/sound/gus_card.c | if (io_addr != hw_config->io_base) /* |
io_base | 135 | drivers/sound/gus_card.c | hw_config->io_base = io_addr; |
io_base | 147 | drivers/sound/gus_card.c | DDB (printk ("unload_gus(%x)\n", hw_config->io_base)); |
io_base | 151 | drivers/sound/gus_card.c | release_region (hw_config->io_base, 16); |
io_base | 152 | drivers/sound/gus_card.c | release_region (hw_config->io_base + 0x100, 12); /* 0x10c-> is MAX */ |
io_base | 221 | drivers/sound/gus_card.c | return ad1848_detect (hw_config->io_base, NULL, hw_config->osp); |
io_base | 230 | drivers/sound/gus_card.c | ad1848_init ("GUS 16 bit sampling", hw_config->io_base, |
io_base | 242 | drivers/sound/gus_card.c | ad1848_unload (hw_config->io_base, |
io_base | 183 | drivers/sound/gus_wave.c | static void gus_tmr_install (int io_base); |
io_base | 3524 | drivers/sound/gus_wave.c | gus_tmr_install (int io_base) |
io_base | 3526 | drivers/sound/gus_wave.c | select_addr = io_base; |
io_base | 3527 | drivers/sound/gus_wave.c | data_addr = io_base + 1; |
io_base | 271 | drivers/sound/mad16.c | printk ("MAD16/Mozart: Bad WSS base address 0x%x\n", hw_config->io_base); |
io_base | 275 | drivers/sound/mad16.c | if (valid_ports[i] == hw_config->io_base) |
io_base | 304 | drivers/sound/mad16.c | if (!ad1848_detect (hw_config->io_base + 4, &ad_flags, mad16_osp)) |
io_base | 329 | drivers/sound/mad16.c | if (check_region (hw_config->io_base, 8)) |
io_base | 341 | drivers/sound/mad16.c | if ((inb (hw_config->io_base + 3) & 0x3f) != 0x04 && |
io_base | 342 | drivers/sound/mad16.c | (inb (hw_config->io_base + 3) & 0x3f) != 0x00) |
io_base | 345 | drivers/sound/mad16.c | hw_config->io_base, inb (hw_config->io_base + 3))); |
io_base | 365 | drivers/sound/mad16.c | if (hw_config->dma == 0 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 371 | drivers/sound/mad16.c | if (hw_config->irq > 7 && hw_config->irq != 9 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 395 | drivers/sound/mad16.c | int config_port = hw_config->io_base + 0, version_port = hw_config->io_base + 3; |
io_base | 401 | drivers/sound/mad16.c | if (!ad1848_detect (hw_config->io_base + 4, &ad_flags, mad16_osp)) |
io_base | 439 | drivers/sound/mad16.c | ad1848_init ("MAD16 WSS", hw_config->io_base + 4, |
io_base | 444 | drivers/sound/mad16.c | request_region (hw_config->io_base, 4, "MAD16 WSS config"); |
io_base | 457 | drivers/sound/mad16.c | hw_config->io_base = 0x240; |
io_base | 459 | drivers/sound/mad16.c | hw_config->io_base = 0x220; |
io_base | 512 | drivers/sound/mad16.c | hw_config->io_base = 0x240; |
io_base | 514 | drivers/sound/mad16.c | hw_config->io_base = 0x220; |
io_base | 549 | drivers/sound/mad16.c | printk ("MAD16 / Mozart: Invalid MIDI port 0x%x\n", hw_config->io_base); |
io_base | 553 | drivers/sound/mad16.c | if (valid_ports[i] == hw_config->io_base) |
io_base | 589 | drivers/sound/mad16.c | ad1848_unload (hw_config->io_base + 4, |
io_base | 593 | drivers/sound/mad16.c | release_region (hw_config->io_base, 4); |
io_base | 140 | drivers/sound/mad16_sb_midi.c | mad16_sb_base = hw_config->io_base; |
io_base | 144 | drivers/sound/mad16_sb_midi.c | if (check_region (hw_config->io_base, 16)) |
io_base | 146 | drivers/sound/mad16_sb_midi.c | printk ("MAD16 SB MIDI: I/O base %x not free\n", hw_config->io_base); |
io_base | 175 | drivers/sound/mad16_sb_midi.c | request_region (hw_config->io_base, 16, "mad16/Mozart MIDI"); |
io_base | 172 | drivers/sound/maui.c | if (check_region (hw_config->io_base, 8)) |
io_base | 175 | drivers/sound/maui.c | maui_base = hw_config->io_base; |
io_base | 211 | drivers/sound/maui.c | request_region (hw_config->io_base + 2, 6, "Maui"); |
io_base | 257 | drivers/sound/maui.c | release_region (hw_config->io_base + 2, 6); |
io_base | 1037 | drivers/sound/mpu401.c | devc->base = hw_config->io_base; |
io_base | 1079 | drivers/sound/mpu401.c | request_region (hw_config->io_base, 2, "mpu401"); |
io_base | 1263 | drivers/sound/mpu401.c | if (check_region (hw_config->io_base, 2)) |
io_base | 1266 | drivers/sound/mpu401.c | hw_config->io_base); |
io_base | 1270 | drivers/sound/mpu401.c | tmp_devc.base = hw_config->io_base; |
io_base | 1286 | drivers/sound/mpu401.c | if (inb (hw_config->io_base + 1) == 0xff) |
io_base | 1288 | drivers/sound/mpu401.c | DDB (printk ("MPU401: Port %x looks dead.\n", hw_config->io_base)); |
io_base | 1296 | drivers/sound/mpu401.c | DDB (printk ("MPU401: Reset failed on port %x\n", hw_config->io_base)); |
io_base | 1305 | drivers/sound/mpu401.c | release_region (hw_config->io_base, 2); |
io_base | 285 | drivers/sound/pas2_card.c | pas_write ((sb_config->io_base >> 4) & 0x0f, EMULATION_ADDRESS); |
io_base | 326 | drivers/sound/pas2_card.c | outb (hw_config->io_base >> 2, MASTER_DECODE); /* |
io_base | 329 | drivers/sound/pas2_card.c | translat_code = PAS_DEFAULT_BASE ^ hw_config->io_base; |
io_base | 97 | drivers/sound/pss.c | devc->base = hw_config->io_base; |
io_base | 333 | drivers/sound/pss.c | devc->base = hw_config->io_base; |
io_base | 386 | drivers/sound/pss.c | if (check_region (hw_config->io_base, 2)) |
io_base | 392 | drivers/sound/pss.c | if (!set_io_base (devc, CONF_MIDI, hw_config->io_base)) |
io_base | 423 | drivers/sound/pss.c | if ((inb (hw_config->io_base + 1) & 0x80) == 0) /* Input data avail */ |
io_base | 424 | drivers/sound/pss.c | inb (hw_config->io_base); /* Discard it */ |
io_base | 721 | drivers/sound/pss.c | if (check_region (hw_config->io_base, 8)) |
io_base | 727 | drivers/sound/pss.c | if (!set_io_base (devc, CONF_WSS, hw_config->io_base)) |
io_base | 752 | drivers/sound/pss.c | timeout < 100000 && (inb (hw_config->io_base + 3) & 0x3f) != 0x04; |
io_base | 206 | drivers/sound/sb16_midi.c | sb16midi_base = hw_config->io_base; |
io_base | 296 | drivers/sound/sb16_midi.c | sb16midi_base = hw_config->io_base; |
io_base | 46 | drivers/sound/sb_card.c | request_region (hw_config->io_base, 16, "SB"); |
io_base | 55 | drivers/sound/sb_card.c | if (check_region (hw_config->io_base, 16)) |
io_base | 58 | drivers/sound/sb_card.c | hw_config->io_base); |
io_base | 74 | drivers/sound/sb_card.c | release_region (hw_config->io_base, 16); |
io_base | 1014 | drivers/sound/sb_dsp.c | mpu_base = mpu_config->io_base; |
io_base | 1064 | drivers/sound/sb_dsp.c | sbc_base = hw_config->io_base; |
io_base | 211 | drivers/sound/sound_calls.h | void ad1848_init (char *name, int io_base, int irq, int dma_playback, int dma_capture, int share_dma, sound_os_info *osp); |
io_base | 212 | drivers/sound/sound_calls.h | void ad1848_unload (int io_base, int irq, int dma_playback, int dma_capture, int share_dma); |
io_base | 214 | drivers/sound/sound_calls.h | int ad1848_detect (int io_base, int *flags, sound_os_info *osp); |
io_base | 146 | drivers/sound/sound_config.h | int io_base; |
io_base | 110 | drivers/sound/sound_pnp.c | hw_config.io_base = opl3_base; |
io_base | 128 | drivers/sound/sound_pnp.c | hw_config.io_base = wss_base; |
io_base | 173 | drivers/sound/sound_switch.c | if (!put_status_int (snd_installed_cards[i].config.io_base, 16)) |
io_base | 914 | drivers/sound/sscape.c | if (sscape_detected != hw_config->io_base) |
io_base | 1036 | drivers/sound/sscape.c | devc->base = hw_config->io_base; |
io_base | 1041 | drivers/sound/sscape.c | if (sscape_detected != 0 && sscape_detected != hw_config->io_base) |
io_base | 1111 | drivers/sound/sscape.c | sscape_detected = hw_config->io_base; |
io_base | 1142 | drivers/sound/sscape.c | return ad1848_detect (hw_config->io_base, NULL, hw_config->osp); |
io_base | 1188 | drivers/sound/sscape.c | ad1848_init ("SoundScape", hw_config->io_base, |
io_base | 1226 | drivers/sound/sscape.c | ad1848_unload (hw_config->io_base, |
io_base | 120 | drivers/sound/trix.c | switch (hw_config->io_base) |
io_base | 155 | drivers/sound/trix.c | if (check_region (hw_config->io_base, 8)) |
io_base | 166 | drivers/sound/trix.c | if ((inb (hw_config->io_base + 3) & 0x3f) != 0x00) |
io_base | 168 | drivers/sound/trix.c | DDB (printk ("No MSS signature detected on port 0x%x\n", hw_config->io_base)); |
io_base | 195 | drivers/sound/trix.c | if (hw_config->dma == 0 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 201 | drivers/sound/trix.c | if (hw_config->irq > 7 && hw_config->irq != 9 && inb (hw_config->io_base + 3) & 0x80) |
io_base | 207 | drivers/sound/trix.c | return ad1848_detect (hw_config->io_base + 4, NULL, hw_config->osp); |
io_base | 220 | drivers/sound/trix.c | int config_port = hw_config->io_base + 0, version_port = hw_config->io_base + 3; |
io_base | 264 | drivers/sound/trix.c | ad1848_init ("AudioTriX Pro", hw_config->io_base + 4, |
io_base | 270 | drivers/sound/trix.c | request_region (hw_config->io_base, 4, "MSS config"); |
io_base | 292 | drivers/sound/trix.c | if (check_region (hw_config->io_base, 16)) |
io_base | 298 | drivers/sound/trix.c | if (hw_config->io_base & 0xffffff8f != 0x200) |
io_base | 312 | drivers/sound/trix.c | conf |= hw_config->io_base & 0x70; /* I/O address bits */ |
io_base | 318 | drivers/sound/trix.c | download_boot (hw_config->io_base); |
io_base | 373 | drivers/sound/trix.c | if (check_region (hw_config->io_base, 4)) |
io_base | 391 | drivers/sound/trix.c | switch (hw_config->io_base) |
io_base | 430 | drivers/sound/trix.c | release_region (hw_config->io_base, 4); |
io_base | 432 | drivers/sound/trix.c | ad1848_unload (hw_config->io_base + 4, |
io_base | 282 | drivers/sound/uart6850.c | uart6850_base = hw_config->io_base; |
io_base | 324 | drivers/sound/uart6850.c | uart6850_base = hw_config->io_base; |