Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dcpu_init_early.c32 _mas7 = FSL_BOOKE_MAS7(flash_phys); in setup_ifc()
60 _mas7 = FSL_BOOKE_MAS7(flash_phys); in setup_ifc()
111 mas7 = FSL_BOOKE_MAS7(CONFIG_SYS_CCSRBAR_PHYS); in cpu_init_early_f()
138 mas7 = FSL_BOOKE_MAS7(0); in cpu_init_early_f()
Dtlb.c156 _mas7 = FSL_BOOKE_MAS7(rpn); in set_tlb()
/external/u-boot/arch/powerpc/include/asm/
Dmmu.h456 #define FSL_BOOKE_MAS7(rpn) \ macro
527 .mas7 = FSL_BOOKE_MAS7(_rpn), }
/external/u-boot/board/freescale/qemu-ppce500/
Dqemu-ppce500.c43 mas7 = FSL_BOOKE_MAS7(fdt_phys_tlb); in map_fdt_as()