Home
last modified time | relevance | path

Searched defs:MSR_WE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h23 #define MSR_WE (1<<18) /* Wait State Enable */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h444 #define MSR_WE PPC_BIT_NR(45) /* Wait State Enable on 405 */ macro