Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init_early.c31 _mas2 = FSL_BOOKE_MAS2(CONFIG_SYS_TEXT_BASE, MAS2_I|MAS2_G); in setup_ifc()
59 _mas2 = FSL_BOOKE_MAS2(CONFIG_SYS_TEXT_BASE, MAS2_I|MAS2_G); in setup_ifc()
110 mas2 = FSL_BOOKE_MAS2(CONFIG_SYS_CCSRBAR, MAS2_I|MAS2_G); in cpu_init_early_f()
137 mas2 = FSL_BOOKE_MAS2(SRAM_BASE_ADDR, MAS2_I); in cpu_init_early_f()
H A Dstart.S185 lis \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@h
186 ori \scratch, \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@l
207 lis \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@h
208 ori \scratch, \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@l
240 lis \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@h
241 ori \scratch, \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@l
H A Dtlb.c155 _mas2 = FSL_BOOKE_MAS2(epn, wimge); in set_tlb()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dmmu.h452 #define FSL_BOOKE_MAS2(epn, wimge) \ macro
525 .mas2 = FSL_BOOKE_MAS2(_epn, _wimge), \
/OK3568_Linux_fs/u-boot/board/freescale/qemu-ppce500/
H A Dqemu-ppce500.c42 mas2 = FSL_BOOKE_MAS2(fdt_virt_tlb, 0); in map_fdt_as()