Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dcpu_init_early.c27 _mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(15); in setup_ifc()
55 MAS0_ESEL(CONFIG_SYS_PPC_E500_DEBUG_TLB); in setup_ifc()
107 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(13); in cpu_init_early_f()
133 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(9); in cpu_init_early_f()
Drelease.S296 lis r11,(MAS0_TLBSEL(1)|MAS0_ESEL(1))@h
463 lis r10,(MAS0_TLBSEL(1)|MAS0_ESEL(0))@h
/external/u-boot/arch/powerpc/include/asm/
Dmmu.h395 #define MAS0_ESEL(x) (((x) << 16) & MAS0_ESEL_MSK) macro
445 (MAS0_TLBSEL(tlbsel) | MAS0_ESEL(esel) | MAS0_NV(nv))
/external/u-boot/board/freescale/qemu-ppce500/
Dqemu-ppce500.c39 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(esel); in map_fdt_as()