Home
last modified time | relevance | path

Searched refs:l2cache_size (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dfsl_85xx_l2ctlr.c65 unsigned int l2cache_size; in mpc85xx_l2ctlr_of_probe() local
78 l2cache_size = *prop; in mpc85xx_l2ctlr_of_probe()
83 rem = l2cache_size % sram_params.sram_size; in mpc85xx_l2ctlr_of_probe()
84 ways = LOCK_WAYS_FULL * sram_params.sram_size / l2cache_size; in mpc85xx_l2ctlr_of_probe()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c218 static inline u32 l2cache_size(void) in l2cache_size() function
256 const u32 size = l2cache_size() * 1024; in ft_fixup_l2cache()