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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.h208 unsigned long ram_base; member in struct:sym_device
H A Dsym_glue.c1509 dev->ram_base = 0;
1510 if (dev->ram_base) {
1511 np->ram_ba = (u32)dev->ram_base;
1727 device->ram_base = bus_addr.start;
1737 if (device->ram_base)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/tx4938/toshiba_rbtx4938/
H A Dsetup.c792 unsigned long ram_base, ram_size; local
795 ram_base = (unsigned long)(cr >> 49) << 21;
797 if (ram_base >= 0x20000000)
800 txboard_add_phys_region(ram_base, ram_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tokenring/
H A Dsmctr.c540 tp->ram_base = ((__u32)(r3 & 0x7) << 13) + 0x0C0000;
542 tp->ram_base += 0x010000;
544 tp->ram_base += 0xF00000;
1012 tp->ram_base = ((__u32)r2 << 16) + (((__u32)(r1 & 0x7)) << 13);
3647 dev->mem_start = tp->ram_base;
3670 dev->irq, tp->rom_base, tp->ram_base);
H A Dsmctr.h1027 __u32 ram_base; member in struct:net_local

Completed in 142 milliseconds