Searched refs:FSL_BOOKE_MAS2 (Results 1 - 5 of 5) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init_early.c33 _mas2 = FSL_BOOKE_MAS2(CONFIG_TEXT_BASE, MAS2_I | MAS2_G);
61 _mas2 = FSL_BOOKE_MAS2(CONFIG_TEXT_BASE, MAS2_I | MAS2_G);
112 mas2 = FSL_BOOKE_MAS2(CFG_SYS_CCSRBAR, MAS2_I|MAS2_G);
141 mas2 = FSL_BOOKE_MAS2(SRAM_BASE_ADDR, MAS2_I);
H A Dstart.S277 lis \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@h
278 ori \scratch, \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@l
299 lis \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@h
300 ori \scratch, \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@l
332 lis \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@h
333 ori \scratch, \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@l
H A Dtlb.c158 _mas2 = FSL_BOOKE_MAS2(epn, wimge);
/u-boot/arch/powerpc/include/asm/
H A Dmmu.h449 #define FSL_BOOKE_MAS2(epn, wimge) \ macro
522 .mas2 = FSL_BOOKE_MAS2(_epn, _wimge), \
/u-boot/board/emulation/qemu-ppce500/
H A Dqemu-ppce500.c62 mas2 = FSL_BOOKE_MAS2(fdt_virt_tlb, 0);

Completed in 115 milliseconds