HomeSort by relevance Sort by last modified time
    Searched defs:mas2 (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/powerpc/cpu/mpc85xx/
cpu_init_early.c 36 mtspr(MAS2, _mas2);
64 mtspr(MAS2, _mas2);
83 u32 mas0, mas1, mas2, mas3, mas7; local
109 mas2 = FSL_BOOKE_MAS2(CONFIG_SYS_CCSRBAR, MAS2_I|MAS2_G);
113 write_tlb(mas0, mas1, mas2, mas3, mas7);
136 mas2 = FSL_BOOKE_MAS2(SRAM_BASE_ADDR, MAS2_I);
140 write_tlb(mas0, mas1, mas2, mas3, mas7);
  /external/u-boot/board/freescale/qemu-ppce500/
qemu-ppce500.c 34 u32 mas0, mas1, mas2, mas3, mas7; local
41 mas2 = FSL_BOOKE_MAS2(fdt_virt_tlb, 0);
45 write_tlb(mas0, mas1, mas2, mas3, mas7);
  /external/u-boot/arch/powerpc/include/asm/
mmu.h 525 .mas2 = FSL_BOOKE_MAS2(_epn, _wimge), \
532 u32 mas2; member in struct:fsl_e_tlb_entry

Completed in 199 milliseconds