l2cache_size       65 arch/powerpc/sysdev/fsl_85xx_l2ctlr.c 	unsigned int l2cache_size;
l2cache_size       78 arch/powerpc/sysdev/fsl_85xx_l2ctlr.c 	l2cache_size = *prop;
l2cache_size       83 arch/powerpc/sysdev/fsl_85xx_l2ctlr.c 	rem = l2cache_size % sram_params.sram_size;
l2cache_size       84 arch/powerpc/sysdev/fsl_85xx_l2ctlr.c 	ways = LOCK_WAYS_FULL * sram_params.sram_size / l2cache_size;