Searched refs:FSL_BOOKE_MAS0 (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dtlb.c54 mtspr(MAS0, FSL_BOOKE_MAS0(1, idx, 0));
113 mtspr(MAS0, FSL_BOOKE_MAS0(1, i, 0));
156 _mas0 = FSL_BOOKE_MAS0(tlb, esel, 0);
176 _mas0 = FSL_BOOKE_MAS0(1, esel, 0);
H A Dstart.S271 lis \scratch, FSL_BOOKE_MAS0(1, \esel, 0)@h
272 ori \scratch, \scratch, FSL_BOOKE_MAS0(1, \esel, 0)@l
293 lis \scratch, FSL_BOOKE_MAS0(0, \esel, 0)@h
294 ori \scratch, \scratch, FSL_BOOKE_MAS0(0, \esel, 0)@l
315 lis \scratch, FSL_BOOKE_MAS0(1, \esel, 0)@h
316 ori \scratch, \scratch, FSL_BOOKE_MAS0(1, \esel, 0)@l
327 lis \scratch, FSL_BOOKE_MAS0(0, \esel, 0)@h
328 ori \scratch, \scratch, FSL_BOOKE_MAS0(0, \esel, 0)@l
1117 lis r6,FSL_BOOKE_MAS0(1, 15, 0)@h
1118 ori r6,r6,FSL_BOOKE_MAS0(
[all...]
/u-boot/arch/powerpc/include/asm/
H A Dmmu.h441 #define FSL_BOOKE_MAS0(tlbsel,esel,nv) \ macro
520 { .mas0 = FSL_BOOKE_MAS0(_tlb, _esel, 0), \

Completed in 168 milliseconds