Searched refs:L2CSR0_L2E (Results 1 – 3 of 3) sorted by relevance
100 if ((csr & L2CSR0_L2E) == 0) { in booke_enable_l2_cache()106 if ((boothowto & RB_VERBOSE) != 0 || (csr & L2CSR0_L2E) == 0) in booke_enable_l2_cache()108 (csr & L2CSR0_L2E) ? "en" : "dis"); in booke_enable_l2_cache()
885 oris %r3, %r3, (L2CSR0_L2E | L2CSR0_L2PE)@h
869 #define L2CSR0_L2E 0x80000000 /* L2 Cache Enable */ macro