Searched refs:marvell_base (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dmarvell.h15 extern unsigned long marvell_base;
22 (*(volatile u32 *)(marvell_base+(ofs)))
24 do { *(volatile u32 *)(marvell_base+(ofs)) = (data); } while (0)
30 le16_to_cpu(*(volatile u16 *)(marvell_base+(ofs)))
32 *(volatile u16 *)(marvell_base+(ofs)) = cpu_to_le16(data)
35 *(volatile u8 *)(marvell_base+(ofs))
37 *(volatile u8 *)(marvell_base+(ofs)) = data
40 (*((volatile u32 *)(marvell_base + (ofs)))) |= ((u32)cpu_to_le32(bits))
42 (*((volatile u32 *)(marvell_base + (ofs)))) &= ~((u32)cpu_to_le32(bits))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dmarvell.h15 extern unsigned long marvell_base;
22 (*(volatile u32 *)(marvell_base+(ofs)))
24 do { *(volatile u32 *)(marvell_base+(ofs)) = (data); } while (0)
30 le16_to_cpu(*(volatile u16 *)(marvell_base+(ofs)))
32 *(volatile u16 *)(marvell_base+(ofs)) = cpu_to_le16(data)
35 *(volatile u8 *)(marvell_base+(ofs))
37 *(volatile u8 *)(marvell_base+(ofs)) = data
40 (*((volatile u32 *)(marvell_base + (ofs)))) |= ((u32)cpu_to_le32(bits))
42 (*((volatile u32 *)(marvell_base + (ofs)))) &= ~((u32)cpu_to_le32(bits))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/momentum/ocelot_3/
H A Dprom.c34 extern unsigned long marvell_base;
130 marvell_base = simple_strtol(ptr + strlen("gtbase="),
133 if ((marvell_base & 0xffffffff00000000) == 0)
134 marvell_base |= 0xffffffff00000000;
136 printk("marvell_base set to 0x%016lx\n", marvell_base);
164 marvell_base = simple_strtol(*env + strlen("gtbase="),
H A Dsetup.c76 unsigned long marvell_base = (signed)0xf4000000; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/momentum/ocelot_c/
H A Dprom.c31 extern unsigned long marvell_base;
129 marvell_base = simple_strtol(ptr + strlen("gtbase="),
132 if ((marvell_base & 0xffffffff00000000) == 0)
133 marvell_base |= 0xffffffff00000000;
135 printk("marvell_base set to 0x%016lx\n", marvell_base);
162 marvell_base = simple_strtol(*env + strlen("gtbase="),
H A Dsetup.c71 unsigned long marvell_base; variable
120 marvell_base = 0xfffffffff4000000;
129 marvell_base = 0xf4000000;

Completed in 57 milliseconds