Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h91 #define MSR_WE __MASK(MSR_WE_LG) /* Wait State Enable */ macro
/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.h442 #define MSR_WE PPC_BIT_NR(45) /* Wait State Enable on 405 */ macro