Searched refs:SPR_L2CR (Results 1 – 3 of 3) sorted by relevance
115 ccr = mfspr(SPR_L2CR); in mpc74xx_l2_enable()121 mtspr(SPR_L2CR, ccr | L2CR_L2I); in mpc74xx_l2_enable()123 ccr = mfspr(SPR_L2CR); in mpc74xx_l2_enable()126 mtspr(SPR_L2CR, l2cr_config); in mpc74xx_l2_enable()256 bsp_state[2] = mfspr(SPR_L2CR); in cpudep_save_config()
401 if (mfspr(SPR_L2CR) & L2CR_L2E) { in cpu_6xx_print_cacheinfo()418 switch (mfspr(SPR_L2CR) & L2CR_L2SIZ) { in cpu_6xx_print_cacheinfo()429 printf("write-%s", (mfspr(SPR_L2CR) & L2CR_L2WT) in cpu_6xx_print_cacheinfo()431 if (mfspr(SPR_L2CR) & L2CR_L2PE) in cpu_6xx_print_cacheinfo()
518 #define SPR_L2CR 0x3f9 /* .6. L2 Control Register */ macro