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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/include/mach/
H A Domap4-common.h24 extern void __iomem *l2cache_base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Domap4-common.c26 void __iomem *l2cache_base; variable
57 l2cache_base = ioremap(OMAP44XX_L2CACHE_BASE, SZ_4K);
58 BUG_ON(!l2cache_base);
67 l2x0_init(l2cache_base, 0x0e050000, 0xc0000fff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbcm5301x.c598 void __iomem *l2cache_base; local
616 l2cache_base = ioremap( L2CC_BASE_PA, SZ_4K );
619 if( l2cache_base != NULL )
620 l310_init( l2cache_base, auxctl_val, auxctl_msk, 32 );

Completed in 80 milliseconds