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 | 261 | drivers/block/ide.c | hwif->io_base = default_io_base[h]; |
io_base | 262 | drivers/block/ide.c | hwif->ctl_port = hwif->io_base ? hwif->io_base+0x206 : 0x000; |
io_base | 264 | drivers/block/ide.c | if (hwif->io_base == HD_DATA) |
io_base | 310 | drivers/block/ide.c | unsigned short io_base = HWIF(drive)->io_base; |
io_base | 311 | drivers/block/ide.c | unsigned short data_reg = io_base+IDE_DATA_OFFSET; |
io_base | 317 | drivers/block/ide.c | do_vlb_sync(io_base+IDE_NSECTOR_OFFSET); |
io_base | 333 | drivers/block/ide.c | unsigned short io_base = HWIF(drive)->io_base; |
io_base | 334 | drivers/block/ide.c | unsigned short data_reg = io_base+IDE_DATA_OFFSET; |
io_base | 340 | drivers/block/ide.c | do_vlb_sync(io_base+IDE_NSECTOR_OFFSET); |
io_base | 1226 | drivers/block/ide.c | unsigned short io_base = HWIF(drive)->io_base; |
io_base | 1229 | drivers/block/ide.c | OUT_BYTE(rq->nr_sectors,io_base+IDE_NSECTOR_OFFSET); |
io_base | 1236 | drivers/block/ide.c | OUT_BYTE(block,io_base+IDE_SECTOR_OFFSET); |
io_base | 1237 | drivers/block/ide.c | OUT_BYTE(block>>=8,io_base+IDE_LCYL_OFFSET); |
io_base | 1238 | drivers/block/ide.c | OUT_BYTE(block>>=8,io_base+IDE_HCYL_OFFSET); |
io_base | 1239 | drivers/block/ide.c | OUT_BYTE(((block>>8)&0x0f)|drive->select.all,io_base+IDE_SELECT_OFFSET); |
io_base | 1244 | drivers/block/ide.c | OUT_BYTE(sect,io_base+IDE_SECTOR_OFFSET); |
io_base | 1247 | drivers/block/ide.c | OUT_BYTE(cyl,io_base+IDE_LCYL_OFFSET); |
io_base | 1248 | drivers/block/ide.c | OUT_BYTE(cyl>>8,io_base+IDE_HCYL_OFFSET); |
io_base | 1249 | drivers/block/ide.c | OUT_BYTE(head|drive->select.all,io_base+IDE_SELECT_OFFSET); |
io_base | 1262 | drivers/block/ide.c | OUT_BYTE(drive->mult_count ? WIN_MULTREAD : WIN_READ, io_base+IDE_COMMAND_OFFSET); |
io_base | 1270 | drivers/block/ide.c | OUT_BYTE(drive->mult_count ? WIN_MULTWRITE : WIN_WRITE, io_base+IDE_COMMAND_OFFSET); |
io_base | 1293 | drivers/block/ide.c | OUT_BYTE(args[2],io_base+IDE_FEATURE_OFFSET); |
io_base | 2288 | drivers/block/ide.c | if (check_region(hwif->io_base,8) || check_region(hwif->ctl_port,1)) { |
io_base | 2324 | drivers/block/ide.c | request_region(hwif->io_base, 8, hwif->name); |
io_base | 2638 | drivers/block/ide.c | hwif->io_base = vals[0]; |
io_base | 2796 | drivers/block/ide.c | hwif->io_base, hwif->io_base+7, hwif->ctl_port, hwif->irq); |
io_base | 2968 | drivers/block/ide.c | if (hwif->io_base == HD_DATA) |
io_base | 2981 | drivers/block/ide.c | if (hwif->irq == HD_IRQ && hwif->io_base != HD_DATA) { |
io_base | 97 | drivers/block/ide.h | #define IDE_DATA_REG (HWIF(drive)->io_base+IDE_DATA_OFFSET) |
io_base | 98 | drivers/block/ide.h | #define IDE_ERROR_REG (HWIF(drive)->io_base+IDE_ERROR_OFFSET) |
io_base | 99 | drivers/block/ide.h | #define IDE_NSECTOR_REG (HWIF(drive)->io_base+IDE_NSECTOR_OFFSET) |
io_base | 100 | drivers/block/ide.h | #define IDE_SECTOR_REG (HWIF(drive)->io_base+IDE_SECTOR_OFFSET) |
io_base | 101 | drivers/block/ide.h | #define IDE_LCYL_REG (HWIF(drive)->io_base+IDE_LCYL_OFFSET) |
io_base | 102 | drivers/block/ide.h | #define IDE_HCYL_REG (HWIF(drive)->io_base+IDE_HCYL_OFFSET) |
io_base | 103 | drivers/block/ide.h | #define IDE_SELECT_REG (HWIF(drive)->io_base+IDE_SELECT_OFFSET) |
io_base | 104 | drivers/block/ide.h | #define IDE_STATUS_REG (HWIF(drive)->io_base+IDE_STATUS_OFFSET) |
io_base | 309 | drivers/block/ide.h | unsigned short io_base; /* base io port addr */ |
io_base | 334 | drivers/block/triton.c | if (hwif->io_base == 0x1f0 && (timings & 0x8000)) { |
io_base | 337 | drivers/block/triton.c | } else if (hwif->io_base == 0x170 && (timings & 0x80000000)) { |
io_base | 1051 | drivers/sound/ad1848.c | ad1848_detect (int io_base) |
io_base | 1065 | drivers/sound/ad1848.c | devc->base = io_base; |
io_base | 1238 | drivers/sound/ad1848.c | ad1848_init (char *name, int io_base, int irq, int dma_playback, int dma_capture) |
io_base | 1261 | drivers/sound/ad1848.c | if (!ad1848_detect (io_base)) |
io_base | 1401 | drivers/sound/ad1848.c | if ((INB (hw_config->io_base + 3) & 0x3f) != 0x04 && |
io_base | 1402 | drivers/sound/ad1848.c | (INB (hw_config->io_base + 3) & 0x3f) != 0x00) |
io_base | 1405 | drivers/sound/ad1848.c | hw_config->io_base, INB (hw_config->io_base + 3))); |
io_base | 1425 | drivers/sound/ad1848.c | if (hw_config->dma == 0 && INB (hw_config->io_base + 3) & 0x80) |
io_base | 1431 | drivers/sound/ad1848.c | if (hw_config->irq > 7 && hw_config->irq != 9 && INB (hw_config->io_base + 3) & 0x80) |
io_base | 1437 | drivers/sound/ad1848.c | return ad1848_detect (hw_config->io_base + 4); |
io_base | 1454 | drivers/sound/ad1848.c | int config_port = hw_config->io_base + 0, version_port = hw_config->io_base + 3; |
io_base | 1456 | drivers/sound/ad1848.c | if (!ad1848_detect (hw_config->io_base + 4)) |
io_base | 1473 | drivers/sound/ad1848.c | ad1848_init ("MS Sound System", 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 | 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 | 775 | drivers/sound/aedsp16.c | request_region (hw_config->io_base, 0x08, "aedsp16 (mss)"); |
io_base | 800 | drivers/sound/aedsp16.c | if (check_region (hw_config->io_base, 0x02)) |
io_base | 838 | drivers/sound/aedsp16.c | request_region (hw_config->io_base, 0x02, "aedsp16 (mpu401)"); |
io_base | 73 | drivers/sound/dev_table.c | snd_installed_cards[i].config.io_base, |
io_base | 100 | drivers/sound/dev_table.c | snd_installed_cards[i].config.io_base = hw_config->io_base; |
io_base | 136 | drivers/sound/dev_table.c | snd_installed_cards[i].config.io_base = hw_config->io_base; |
io_base | 211 | drivers/sound/dev_table.c | snd_installed_cards[ptr].config.io_base = ioaddr; |
io_base | 238 | drivers/sound/dev_table.c | snd_installed_cards[ptr].config.io_base = ioaddr; |
io_base | 50 | drivers/sound/gus_card.c | if (gus_wave_detect (hw_config->io_base)) /* |
io_base | 59 | drivers/sound/gus_card.c | sound_timer_init (hw_config->io_base + 8); |
io_base | 71 | drivers/sound/gus_card.c | if (io_addr != hw_config->io_base) /* |
io_base | 76 | drivers/sound/gus_card.c | printk (" WARNING! GUS found at %x, config was %x ", io_addr, hw_config->io_base); |
io_base | 99 | drivers/sound/gus_card.c | if (gus_wave_detect (hw_config->io_base)) |
io_base | 109 | drivers/sound/gus_card.c | if (io_addr != hw_config->io_base) /* |
io_base | 177 | drivers/sound/gus_card.c | return ad1848_detect (hw_config->io_base); |
io_base | 186 | drivers/sound/gus_card.c | ad1848_init ("GUS 16 bit sampling", hw_config->io_base, |
io_base | 272 | drivers/sound/mad16.c | printk ("MAD16/Mozart: Bad WSS base address 0x%x\n", hw_config->io_base); |
io_base | 276 | drivers/sound/mad16.c | if (valid_ports[i] == hw_config->io_base) |
io_base | 384 | drivers/sound/mad16.c | printk ("MAD16 / Mozart: Invalid MIDI port 0x%x\n", hw_config->io_base); |
io_base | 388 | drivers/sound/mad16.c | if (valid_ports[i] == hw_config->io_base) |
io_base | 1033 | drivers/sound/mpu401.c | devc->base = hw_config->io_base; |
io_base | 1225 | drivers/sound/mpu401.c | tmp_devc.base = hw_config->io_base; |
io_base | 1240 | drivers/sound/mpu401.c | if (INB (hw_config->io_base + 1) == 0xff) |
io_base | 288 | drivers/sound/pas2_card.c | pas_write ((sb_config->io_base >> 4) & 0x0f, EMULATION_ADDRESS); |
io_base | 329 | drivers/sound/pas2_card.c | OUTB (hw_config->io_base >> 2, MASTER_DECODE); /* |
io_base | 332 | drivers/sound/pas2_card.c | translat_code = PAS_DEFAULT_BASE ^ hw_config->io_base; |
io_base | 88 | drivers/sound/pss.c | devc->base = hw_config->io_base; |
io_base | 317 | drivers/sound/pss.c | devc->base = hw_config->io_base; |
io_base | 361 | drivers/sound/pss.c | if (!set_io_base (devc, CONF_MIDI, hw_config->io_base)) |
io_base | 392 | drivers/sound/pss.c | if ((INB (hw_config->io_base + 1) & 0x80) == 0) /* Input data avail */ |
io_base | 393 | drivers/sound/pss.c | INB (hw_config->io_base); /* Discard it */ |
io_base | 683 | drivers/sound/pss.c | if (!set_io_base (devc, CONF_WSS, hw_config->io_base)) |
io_base | 708 | drivers/sound/pss.c | timeout < 100000 && (INB (hw_config->io_base + 3) & 0x3f) != 0x04; |
io_base | 203 | drivers/sound/sb16_midi.c | sb16midi_base = hw_config->io_base; |
io_base | 291 | drivers/sound/sb16_midi.c | sb16midi_base = hw_config->io_base; |
io_base | 1070 | drivers/sound/sb_dsp.c | sbc_base = hw_config->io_base; |
io_base | 222 | drivers/sound/sound_calls.h | void sound_timer_init(int io_base); |
io_base | 226 | drivers/sound/sound_calls.h | void ad1848_init (char *name, int io_base, int irq, int dma_playback, int dma_capture); |
io_base | 227 | drivers/sound/sound_calls.h | int ad1848_detect (int io_base); |
io_base | 157 | drivers/sound/sound_config.h | int io_base; |
io_base | 175 | drivers/sound/sound_switch.c | if (!put_status_int (snd_installed_cards[i].config.io_base, 16)) |
io_base | 381 | drivers/sound/sound_timer.c | sound_timer_init (int io_base) |
io_base | 388 | drivers/sound/sound_timer.c | select_addr = io_base; |
io_base | 389 | drivers/sound/sound_timer.c | data_addr = io_base + 1; |
io_base | 972 | drivers/sound/sscape.c | devc->base = hw_config->io_base; |
io_base | 1063 | drivers/sound/sscape.c | return ad1848_detect (hw_config->io_base); |
io_base | 1109 | drivers/sound/sscape.c | ad1848_init ("SoundScape", hw_config->io_base, |
io_base | 108 | drivers/sound/trix.c | switch (hw_config->io_base) |
io_base | 146 | drivers/sound/trix.c | if ((INB (hw_config->io_base + 3) & 0x3f) != 0x00) |
io_base | 148 | drivers/sound/trix.c | DDB (printk ("No MSS signature detected on port 0x%x\n", hw_config->io_base)); |
io_base | 168 | drivers/sound/trix.c | if (hw_config->dma == 0 && INB (hw_config->io_base + 3) & 0x80) |
io_base | 174 | drivers/sound/trix.c | if (hw_config->irq > 7 && hw_config->irq != 9 && INB (hw_config->io_base + 3) & 0x80) |
io_base | 180 | drivers/sound/trix.c | return ad1848_detect (hw_config->io_base + 4); |
io_base | 193 | drivers/sound/trix.c | int config_port = hw_config->io_base + 0, version_port = hw_config->io_base + 3; |
io_base | 212 | drivers/sound/trix.c | ad1848_init ("AudioTriX Pro", hw_config->io_base + 4, |
io_base | 237 | drivers/sound/trix.c | if (hw_config->io_base & 0xffffff8f != 0x200) |
io_base | 251 | drivers/sound/trix.c | conf |= hw_config->io_base & 0x70; /* I/O address bits */ |
io_base | 257 | drivers/sound/trix.c | download_boot (hw_config->io_base); |
io_base | 309 | drivers/sound/trix.c | switch (hw_config->io_base) |
io_base | 270 | drivers/sound/uart6850.c | uart6850_base = hw_config->io_base; |
io_base | 309 | drivers/sound/uart6850.c | uart6850_base = hw_config->io_base; |