Home
last modified time | relevance | path

Searched refs:MAS0_TLBSEL (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dcpu_init_early.c27 _mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(15); in setup_ifc()
54 _mas0 = MAS0_TLBSEL(1) | 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
Dstart.S458 oris r5, r5, MAS0_TLBSEL(1)@h
823 lis r0, MAS0_TLBSEL(1)@h
861 lis r0, MAS0_TLBSEL(1)@h
954 lis r0, MAS0_TLBSEL(1)@h
969 lis r0, MAS0_TLBSEL(1)@h
Dtlb.c212 (MAS0_TLBSEL(tlbsel) == (_mas0 & MAS0_TLBSEL_MSK))) { in find_tlb_idx()
/external/u-boot/arch/powerpc/include/asm/
Dmmu.h393 #define MAS0_TLBSEL(x) (((x) << 28) & MAS0_TLBSEL_MSK) macro
426 #define MAS4_TLBSELD(x) MAS0_TLBSEL(x)
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()