Home
last modified time | relevance | path

Searched refs:MSR_CE (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dppc_asm.tmpl237 MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE), NOCOPY) \
245 MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE), NOCOPY) \
276 MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE), NOCOPY) \
284 MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE), NOCOPY) \
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c1023 msr &= ~(MSR_ME|MSR_CE); in arch_preboot_os()
H A Dstart.S1227 lis r3,(MSR_CE|MSR_ME|MSR_DE)@h
1228 ori r3,r3,(MSR_CE|MSR_ME|MSR_DE)@l
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dprocessor.h25 #define MSR_CE (1<<17) /* Critical Interrupt Enable */ macro