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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.h159 extern void ns87312_enable_ide(long ide_base);
H A Dsmc37c669.c2014 SMC37c669_IDE_ADDRESS_REGISTER ide_base;
2095 ide_base.as_uchar =
2105 local_config[IDE_0].port1 = ide_base.by_field.addr9_4 << 4;
2003 SMC37c669_IDE_ADDRESS_REGISTER ide_base; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/ppc/
H A Dmpc8xx.c340 static unsigned long ide_base = 0; local
347 if (!ide_base) {
359 ide_base=(unsigned long)ioremap(ide_phy_base,
363 printk ("IDE virt base: %08lx\n", ide_base);
370 base = ide_base + ioport_dsc[data_port].base_off;
373 ide_base, ioport_dsc[data_port].base_off, base);

Completed in 160 milliseconds