Home
last modified time | relevance | path

Searched refs:FSL_BOOKE_MAS1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h446 #define FSL_BOOKE_MAS1(v,iprot,tid,ts,tsize) \ macro
524 .mas1 = FSL_BOOKE_MAS1(1, _iprot, 0, _ts, _sz), \
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S181 lis \scratch, FSL_BOOKE_MAS1(1, 1, 0, \ts, \tsize)@h
182 ori \scratch, \scratch, FSL_BOOKE_MAS1(1, 1, 0, \ts, \tsize)@l
203 lis \scratch, FSL_BOOKE_MAS1(1, 0, 0, \ts, \tsize)@h
204 ori \scratch, \scratch, FSL_BOOKE_MAS1(1, 0, 0, \ts, \tsize)@l
825 lis r1, FSL_BOOKE_MAS1(1, 1, 0, 0, BOOKE_PAGESZ_16M)@h
826 ori r1, r1, FSL_BOOKE_MAS1(1, 1, 0, 0, BOOKE_PAGESZ_16M)@l
863 lis r1, FSL_BOOKE_MAS1(1, 1, 0, 0, BOOKE_PAGESZ_1M)@h
864 ori r1, r1, FSL_BOOKE_MAS1(1, 1, 0, 0, BOOKE_PAGESZ_1M)@l
H A Dtlb.c153 _mas1 = FSL_BOOKE_MAS1(1, iprot, 0, ts, tsize); in set_tlb()