Searched refs:L2CR_L2E (Results 1 – 5 of 5) sorted by relevance
151 if (!(l2 & L2CR_L2E)) { in pal4_setup_arch()155 _set_L2CR(l2 | L2CR_L2E); in pal4_setup_arch()
309 _set_L2CR(L2CR_L2E); in sandpoint_setup_arch()314 _set_L2CR(L2CR_L2E | L2CR_L2SIZ_1MB | L2CR_L2CLK_DIV3 in sandpoint_setup_arch()
303 _set_L2CR(cache | L2CR_L2E); in gemini_init_l2()
2209 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in powerbook_sleep_G3()2241 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in powerbook_sleep_G3()2367 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in powerbook_sleep_Core99()2416 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in powerbook_sleep_Core99()
335 #define L2CR_L2E 0x80000000 /* L2 enable */ macro