taglinefilesource code
io_base85arch/alpha/kernel/bios32.cstatic unsigned int  io_base   = 64*KB;  /* <64KB are (E)ISA ports */
io_base126arch/alpha/kernel/bios32.cbase = ALIGN(io_base, size);
io_base127arch/alpha/kernel/bios32.cio_base = base + size;
io_base243arch/alpha/kernel/bios32.cbio = io_base = ALIGN(io_base, 4*KB);
io_base263arch/alpha/kernel/bios32.ctio = io_base = ALIGN(io_base, 4*KB);
io_base255drivers/block/ide.chwif->io_base  = default_io_base[h];
io_base256drivers/block/ide.chwif->ctl_port  = hwif->io_base ? hwif->io_base+0x206 : 0x000;
io_base258drivers/block/ide.cif (hwif->io_base == HD_DATA)
io_base304drivers/block/ide.cunsigned short io_base  = HWIF(drive)->io_base;
io_base305drivers/block/ide.cunsigned short data_reg = io_base+IDE_DATA_OFFSET;
io_base311drivers/block/ide.cdo_vlb_sync(io_base+IDE_NSECTOR_OFFSET);
io_base327drivers/block/ide.cunsigned short io_base  = HWIF(drive)->io_base;
io_base328drivers/block/ide.cunsigned short data_reg = io_base+IDE_DATA_OFFSET;
io_base334drivers/block/ide.cdo_vlb_sync(io_base+IDE_NSECTOR_OFFSET);
io_base1220drivers/block/ide.cunsigned short io_base = HWIF(drive)->io_base;
io_base1223drivers/block/ide.cOUT_BYTE(rq->nr_sectors,io_base+IDE_NSECTOR_OFFSET);
io_base1230drivers/block/ide.cOUT_BYTE(block,io_base+IDE_SECTOR_OFFSET);
io_base1231drivers/block/ide.cOUT_BYTE(block>>=8,io_base+IDE_LCYL_OFFSET);
io_base1232drivers/block/ide.cOUT_BYTE(block>>=8,io_base+IDE_HCYL_OFFSET);
io_base1233drivers/block/ide.cOUT_BYTE(((block>>8)&0x0f)|drive->select.all,io_base+IDE_SELECT_OFFSET);
io_base1238drivers/block/ide.cOUT_BYTE(sect,io_base+IDE_SECTOR_OFFSET);
io_base1241drivers/block/ide.cOUT_BYTE(cyl,io_base+IDE_LCYL_OFFSET);
io_base1242drivers/block/ide.cOUT_BYTE(cyl>>8,io_base+IDE_HCYL_OFFSET);
io_base1243drivers/block/ide.cOUT_BYTE(head|drive->select.all,io_base+IDE_SELECT_OFFSET);
io_base1256drivers/block/ide.cOUT_BYTE(drive->mult_count ? WIN_MULTREAD : WIN_READ, io_base+IDE_COMMAND_OFFSET);
io_base1264drivers/block/ide.cOUT_BYTE(drive->mult_count ? WIN_MULTWRITE : WIN_WRITE, io_base+IDE_COMMAND_OFFSET);
io_base1287drivers/block/ide.cOUT_BYTE(args[2],io_base+IDE_FEATURE_OFFSET);
io_base2271drivers/block/ide.cif (check_region(hwif->io_base,8) || check_region(hwif->ctl_port,1)) {
io_base2301drivers/block/ide.crequest_region(hwif->io_base,  8, hwif->name);
io_base2618drivers/block/ide.chwif->io_base  = vals[0];
io_base2769drivers/block/ide.chwif->io_base, hwif->io_base+7, hwif->ctl_port, hwif->irq);
io_base2918drivers/block/ide.cif (hwif->io_base == HD_DATA)
io_base2931drivers/block/ide.cif (hwif->irq == HD_IRQ && hwif->io_base != HD_DATA) {
io_base94drivers/block/ide.h#define IDE_DATA_REG    (HWIF(drive)->io_base+IDE_DATA_OFFSET)
io_base95drivers/block/ide.h#define IDE_ERROR_REG    (HWIF(drive)->io_base+IDE_ERROR_OFFSET)
io_base96drivers/block/ide.h#define IDE_NSECTOR_REG    (HWIF(drive)->io_base+IDE_NSECTOR_OFFSET)
io_base97drivers/block/ide.h#define IDE_SECTOR_REG    (HWIF(drive)->io_base+IDE_SECTOR_OFFSET)
io_base98drivers/block/ide.h#define IDE_LCYL_REG    (HWIF(drive)->io_base+IDE_LCYL_OFFSET)
io_base99drivers/block/ide.h#define IDE_HCYL_REG    (HWIF(drive)->io_base+IDE_HCYL_OFFSET)
io_base100drivers/block/ide.h#define IDE_SELECT_REG    (HWIF(drive)->io_base+IDE_SELECT_OFFSET)
io_base101drivers/block/ide.h#define IDE_STATUS_REG    (HWIF(drive)->io_base+IDE_STATUS_OFFSET)
io_base303drivers/block/ide.hunsigned short  io_base;  /* base io port addr */
io_base335drivers/block/triton.cif (hwif->io_base == 0x1f0 && (timings & 0x8000)) {
io_base338drivers/block/triton.c} else if (hwif->io_base == 0x170 && (timings & 0x80000000)) {
io_base1051drivers/sound/ad1848.cad1848_detect (int io_base)
io_base1065drivers/sound/ad1848.cdevc->base = io_base;
io_base1238drivers/sound/ad1848.cad1848_init (char *name, int io_base, int irq, int dma_playback, int dma_capture)
io_base1261drivers/sound/ad1848.cif (!ad1848_detect (io_base))
io_base1401drivers/sound/ad1848.cif ((INB (hw_config->io_base + 3) & 0x3f) != 0x04 &&
io_base1402drivers/sound/ad1848.c(INB (hw_config->io_base + 3) & 0x3f) != 0x00)
io_base1405drivers/sound/ad1848.chw_config->io_base, INB (hw_config->io_base + 3)));
io_base1425drivers/sound/ad1848.cif (hw_config->dma == 0 && INB (hw_config->io_base + 3) & 0x80)
io_base1431drivers/sound/ad1848.cif (hw_config->irq > 7 && hw_config->irq != 9 && INB (hw_config->io_base + 3) & 0x80)
io_base1437drivers/sound/ad1848.creturn ad1848_detect (hw_config->io_base + 4);
io_base1454drivers/sound/ad1848.cint             config_port = hw_config->io_base + 0, version_port = hw_config->io_base + 3;
io_base1456drivers/sound/ad1848.cif (!ad1848_detect (hw_config->io_base + 4))
io_base1473drivers/sound/ad1848.cad1848_init ("MS Sound System", hw_config->io_base + 4,
io_base684drivers/sound/aedsp16.cif (check_region (hw_config->io_base, 0x0f))
io_base695drivers/sound/aedsp16.cportbase = hw_config->io_base;
io_base708drivers/sound/aedsp16.crequest_region (hw_config->io_base, 0x0f, "aedsp16 (sbpro)");
io_base736drivers/sound/aedsp16.cif (check_region (hw_config->io_base, 0x08))
io_base775drivers/sound/aedsp16.crequest_region (hw_config->io_base, 0x08, "aedsp16 (mss)");
io_base800drivers/sound/aedsp16.cif (check_region (hw_config->io_base, 0x02))
io_base838drivers/sound/aedsp16.crequest_region (hw_config->io_base, 0x02, "aedsp16 (mpu401)");
io_base73drivers/sound/dev_table.csnd_installed_cards[i].config.io_base,
io_base100drivers/sound/dev_table.csnd_installed_cards[i].config.io_base = hw_config->io_base;
io_base136drivers/sound/dev_table.csnd_installed_cards[i].config.io_base = hw_config->io_base;
io_base211drivers/sound/dev_table.csnd_installed_cards[ptr].config.io_base = ioaddr;
io_base238drivers/sound/dev_table.csnd_installed_cards[ptr].config.io_base = ioaddr;
io_base50drivers/sound/gus_card.cif (gus_wave_detect (hw_config->io_base))  /*
io_base59drivers/sound/gus_card.csound_timer_init (hw_config->io_base + 8);
io_base71drivers/sound/gus_card.cif (io_addr != hw_config->io_base)  /*
io_base76drivers/sound/gus_card.cprintk (" WARNING! GUS found at %x, config was %x ", io_addr, hw_config->io_base);
io_base99drivers/sound/gus_card.cif (gus_wave_detect (hw_config->io_base))
io_base109drivers/sound/gus_card.cif (io_addr != hw_config->io_base)  /*
io_base177drivers/sound/gus_card.creturn ad1848_detect (hw_config->io_base);
io_base186drivers/sound/gus_card.cad1848_init ("GUS 16 bit sampling", hw_config->io_base,
io_base272drivers/sound/mad16.cprintk ("MAD16/Mozart: Bad WSS base address 0x%x\n", hw_config->io_base);
io_base276drivers/sound/mad16.cif (valid_ports[i] == hw_config->io_base)
io_base384drivers/sound/mad16.cprintk ("MAD16 / Mozart: Invalid MIDI port 0x%x\n", hw_config->io_base);
io_base388drivers/sound/mad16.cif (valid_ports[i] == hw_config->io_base)
io_base1033drivers/sound/mpu401.cdevc->base = hw_config->io_base;
io_base1225drivers/sound/mpu401.ctmp_devc.base = hw_config->io_base;
io_base1240drivers/sound/mpu401.cif (INB (hw_config->io_base + 1) == 0xff)
io_base288drivers/sound/pas2_card.cpas_write ((sb_config->io_base >> 4) & 0x0f, EMULATION_ADDRESS);
io_base329drivers/sound/pas2_card.cOUTB (hw_config->io_base >> 2, MASTER_DECODE);  /*
io_base332drivers/sound/pas2_card.ctranslat_code = PAS_DEFAULT_BASE ^ hw_config->io_base;
io_base88drivers/sound/pss.cdevc->base = hw_config->io_base;
io_base317drivers/sound/pss.cdevc->base = hw_config->io_base;
io_base361drivers/sound/pss.cif (!set_io_base (devc, CONF_MIDI, hw_config->io_base))
io_base392drivers/sound/pss.cif ((INB (hw_config->io_base + 1) & 0x80) == 0)  /* Input data avail */
io_base393drivers/sound/pss.cINB (hw_config->io_base);  /* Discard it */
io_base683drivers/sound/pss.cif (!set_io_base (devc, CONF_WSS, hw_config->io_base))
io_base708drivers/sound/pss.ctimeout < 100000 && (INB (hw_config->io_base + 3) & 0x3f) != 0x04;
io_base203drivers/sound/sb16_midi.csb16midi_base = hw_config->io_base;
io_base291drivers/sound/sb16_midi.csb16midi_base = hw_config->io_base;
io_base1070drivers/sound/sb_dsp.csbc_base = hw_config->io_base;
io_base222drivers/sound/sound_calls.hvoid sound_timer_init(int io_base);
io_base226drivers/sound/sound_calls.hvoid ad1848_init (char *name, int io_base, int irq, int dma_playback, int dma_capture);
io_base227drivers/sound/sound_calls.hint ad1848_detect (int io_base);
io_base157drivers/sound/sound_config.hint io_base;
io_base175drivers/sound/sound_switch.cif (!put_status_int (snd_installed_cards[i].config.io_base, 16))
io_base381drivers/sound/sound_timer.csound_timer_init (int io_base)
io_base388drivers/sound/sound_timer.cselect_addr = io_base;
io_base389drivers/sound/sound_timer.cdata_addr = io_base + 1;
io_base972drivers/sound/sscape.cdevc->base = hw_config->io_base;
io_base1063drivers/sound/sscape.creturn ad1848_detect (hw_config->io_base);
io_base1109drivers/sound/sscape.cad1848_init ("SoundScape", hw_config->io_base,
io_base108drivers/sound/trix.cswitch (hw_config->io_base)
io_base146drivers/sound/trix.cif ((INB (hw_config->io_base + 3) & 0x3f) != 0x00)
io_base148drivers/sound/trix.cDDB (printk ("No MSS signature detected on port 0x%x\n", hw_config->io_base));
io_base168drivers/sound/trix.cif (hw_config->dma == 0 && INB (hw_config->io_base + 3) & 0x80)
io_base174drivers/sound/trix.cif (hw_config->irq > 7 && hw_config->irq != 9 && INB (hw_config->io_base + 3) & 0x80)
io_base180drivers/sound/trix.creturn ad1848_detect (hw_config->io_base + 4);
io_base193drivers/sound/trix.cint             config_port = hw_config->io_base + 0, version_port = hw_config->io_base + 3;
io_base212drivers/sound/trix.cad1848_init ("AudioTriX Pro", hw_config->io_base + 4,
io_base237drivers/sound/trix.cif (hw_config->io_base & 0xffffff8f != 0x200)
io_base251drivers/sound/trix.cconf |= hw_config->io_base & 0x70;  /* I/O address bits */
io_base257drivers/sound/trix.cdownload_boot (hw_config->io_base);
io_base309drivers/sound/trix.cswitch (hw_config->io_base)
io_base270drivers/sound/uart6850.cuart6850_base = hw_config->io_base;
io_base309drivers/sound/uart6850.cuart6850_base = hw_config->io_base;