Searched refs:MAS0_ESEL (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init_early.c30 _mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(15);
58 MAS0_ESEL(CONFIG_SYS_PPC_E500_DEBUG_TLB);
110 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(13);
138 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(9);
H A Drelease.S296 lis r11,(MAS0_TLBSEL(1)|MAS0_ESEL(1))@h
463 lis r10,(MAS0_TLBSEL(1)|MAS0_ESEL(0))@h
/u-boot/arch/powerpc/include/asm/
H A Dmmu.h392 #define MAS0_ESEL(x) (((x) << 16) & MAS0_ESEL_MSK) macro
442 (MAS0_TLBSEL(tlbsel) | MAS0_ESEL(esel) | MAS0_NV(nv))
/u-boot/board/emulation/qemu-ppce500/
H A Dqemu-ppce500.c60 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(esel);

Completed in 48 milliseconds