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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap2/include/mach/
H A Domap4-common.h24 extern void __iomem *l2cache_base;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap2/include/mach/
H A Domap4-common.h24 extern void __iomem *l2cache_base;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-brcm/
H A Dbcm5301x.c259 void __iomem *l2cache_base; local
274 l2cache_base = ioremap( L2CC_BASE_PA, SZ_4K );
277 if( l2cache_base != NULL )
278 l310_init( l2cache_base, auxctl_val, auxctl_msk, 32 );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbcm5301x.c259 void __iomem *l2cache_base; local
274 l2cache_base = ioremap( L2CC_BASE_PA, SZ_4K );
277 if( l2cache_base != NULL )
278 l310_init( l2cache_base, auxctl_val, auxctl_msk, 32 );

Completed in 187 milliseconds