Searched refs:BESCR_LME (Results 1 – 3 of 3) sorted by relevance
105 mtspr(SPRN_BESCR, mfspr(SPRN_BESCR) | BESCR_LME); in ebb_lmr()106 FAIL_IF(!(mfspr(SPRN_BESCR) & BESCR_LME)); in ebb_lmr()111 FAIL_IF(mfspr(SPRN_BESCR) & BESCR_LME); // LM now disabled in ebb_lmr()
16 bescr |= BESCR_LME; in ebb_lmr_reset()
37 #define BESCR_LME (0x1ul << 34) /* Load Monitor Enable */ macro