Searched refs:ide_base (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dns87312.c26 ns87312_enable_ide(long ide_base) argument
32 outb(0, ide_base); /* set the index register for reg #0 */
33 data = inb(ide_base+1); /* read the current contents */
34 outb(0, ide_base); /* set the index register for reg #0 */
35 outb(data | 0x40, ide_base+1); /* turn on IDE */
36 outb(data | 0x40, ide_base+1); /* turn on IDE, really! */
H A Dproto.h115 extern void ns87312_enable_ide(long ide_base);
H A Dsmc37c669.c2016 SMC37c669_IDE_ADDRESS_REGISTER ide_base;
2097 ide_base.as_uchar =
2107 local_config[IDE_0].port1 = ide_base.by_field.addr9_4 << 4;
2005 SMC37c669_IDE_ADDRESS_REGISTER ide_base; local
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-sibyte.c45 static unsigned long ide_base; variable
47 #define SIBYTE_IDE_BASE (KSEG1ADDR(ide_base)-mips_io_port_base)
301 ide_base = G_IO_START_ADDR(csr_in32(4+(IO_SPACE_BASE|A_IO_EXT_REG(R_IO_EXT_REG(R_IO_EXT_START_ADDR, IDE_CS))))) << S_IO_ADDRBASE;
304 ide_base = G_IO_START_ADDR(csr_in32(IO_SPACE_BASE|A_IO_EXT_REG(R_IO_EXT_REG(R_IO_EXT_START_ADDR, IDE_CS)))) << S_IO_ADDRBASE;
H A Dide-m8xx.c344 static unsigned long ide_base = 0; local
351 if (!ide_base) {
363 ide_base=(unsigned long)ioremap(ide_phy_base,
367 printk ("IDE virt base: %08lx\n", ide_base);
374 base = ide_base + ioport_dsc[data_port].base_off;
377 ide_base, ioport_dsc[data_port].base_off, base);

Completed in 115 milliseconds