Searched refs:L2CR_L2E (Results 1 – 10 of 10) sorted by relevance
28 #define L2CR_L2E 0x80000000 /* bit 0 - enable */ macro
135 rlwinm r5,r5,0,~L2CR_L2E295 rlwinm r3,r3,0,~L2CR_L2E
65 #define L2_ENABLE (L2CR_L2E)
66 #define L2_ENABLE (L2CR_L2E)
54 #define L2_ENABLE (L2CR_L2E |0x00100000 )
58 #define L2_ENABLE (L2CR_L2E)
292 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in pmu_set_cpu_speed()
292 andis. r3,r3,L2CR_L2E@h
1918 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in powerbook_sleep_grackle()2004 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in powerbook_sleep_Core99()
679 #define L2CR_L2E 0x80000000 /* L2 enable */ macro