Searched refs:MAS1_TS (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init_early.c31 _mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_IPROT |
111 mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_TSIZE(BOOKE_PAGESZ_1M);
139 mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS |
H A Drelease.S299 ori r11,r11,(MAS1_TS|MAS1_TSIZE(BOOKE_PAGESZ_4K))@l
/u-boot/arch/powerpc/include/asm/
H A Dmmu.h398 #define MAS1_TS 0x00001000 macro
447 (((ts) << 12) & MAS1_TS) |\
/u-boot/board/emulation/qemu-ppce500/
H A Dqemu-ppce500.c61 mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_TSIZE(BOOKE_PAGESZ_1M);

Completed in 44 milliseconds