Searched defs:l2cache (Results 1 – 6 of 6) sorted by relevance
17 struct l2cache { struct18 volatile u64 configure;19 volatile u64 control;20 volatile u64 hpm0;21 volatile u64 hpm1;22 volatile u64 hpm2;23 volatile u64 hpm3;24 volatile u64 error_status;25 volatile u64 ecc_error;26 volatile u64 cctl_command0;[all …]
18 ccsr_l2cache_t *l2cache = (void *)CONFIG_SYS_MPC85xx_L2_ADDR; in cpu_init_f() local
90 ccsr_l2cache_t *l2cache = (void *)CONFIG_SYS_MPC85xx_L2_ADDR; in cpu_init_early_f() local
529 struct ccsr_cluster_l2 __iomem *l2cache; in enable_cluster_l2() local589 ccsr_l2cache_t *l2cache = (void __iomem *)CONFIG_SYS_MPC85xx_L2_ADDR; in l2cache_init() local591 struct ccsr_cluster_l2 * l2cache = (void __iomem *)CONFIG_SYS_FSL_CLUSTER_1_L2; in l2cache_init() local
225 volatile ccsr_l2cache_t *l2cache = (void *)CONFIG_SYS_MPC85xx_L2_ADDR; in l2cache_size() local301 struct ccsr_cluster_l2 *l2cache = in ft_fixup_l2cache() local
260 l2cache: cache-controller@2010000 { label
Completed in 12 milliseconds