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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-pxa/
H A Dmfp.c94 static void __iomem *mfpr_mmio_base; variable
134 __raw_readl(mfpr_mmio_base + (off))
137 __raw_writel(val, mfpr_mmio_base + (off))
145 #define mfpr_sync() (void)__raw_readl(mfpr_mmio_base + 0)
240 mfpr_mmio_base = (void __iomem *)mfpr_base;

Completed in 73 milliseconds