Searched refs:FSL_BOOKE_MAS2 (Results 1 – 5 of 5) sorted by relevance
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | cpu_init_early.c | 32 _mas2 = FSL_BOOKE_MAS2(CONFIG_SYS_TEXT_BASE, MAS2_I|MAS2_G); in setup_ifc() 60 _mas2 = FSL_BOOKE_MAS2(CONFIG_SYS_TEXT_BASE, MAS2_I|MAS2_G); in setup_ifc() 111 mas2 = FSL_BOOKE_MAS2(CONFIG_SYS_CCSRBAR, MAS2_I|MAS2_G); in cpu_init_early_f() 140 mas2 = FSL_BOOKE_MAS2(SRAM_BASE_ADDR, MAS2_I); in cpu_init_early_f()
|
A D | start.S | 184 lis \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@h 185 ori \scratch, \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@l 206 lis \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@h 207 ori \scratch, \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@l 239 lis \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@h 240 ori \scratch, \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@l
|
A D | tlb.c | 156 _mas2 = FSL_BOOKE_MAS2(epn, wimge); in set_tlb()
|
/u-boot/arch/powerpc/include/asm/ |
A D | mmu.h | 453 #define FSL_BOOKE_MAS2(epn, wimge) \ macro 526 .mas2 = FSL_BOOKE_MAS2(_epn, _wimge), \
|
/u-boot/board/emulation/qemu-ppce500/ |
A D | qemu-ppce500.c | 55 mas2 = FSL_BOOKE_MAS2(fdt_virt_tlb, 0); in map_fdt_as()
|
Completed in 9 milliseconds