Home | History | Annotate | Download | only in oea

Lines Matching defs:l2cr_config

961 #ifdef L2CR_CONFIG
962 u_int l2cr_config = L2CR_CONFIG;
964 u_int l2cr_config = 0;
1074 if ((l2cr & L2CR_L2E) != 0 && l2cr_config == 0) {
1075 l2cr_config = l2cr;
1081 if ((l2cr & L2CR_L2E) == 0 && l2cr_config != 0) {
1082 cpu_enable_l2cr(l2cr_config);
1137 if ((l2cr & L2CR_L2E) != 0 && l2cr_config == 0) {
1138 l2cr_config = l2cr;
1144 if ((l2cr & L2CR_L2E) == 0 && l2cr_config != 0) {
1145 cpu_enable_l2cr(l2cr_config);