Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dtlb.c50 mtspr(MAS0, FSL_BOOKE_MAS0(1, idx, 0)); in read_tlbcam_entry()
109 mtspr(MAS0, FSL_BOOKE_MAS0(1, i, 0)); in init_used_tlb_cams()
152 _mas0 = FSL_BOOKE_MAS0(tlb, esel, 0); in set_tlb()
172 _mas0 = FSL_BOOKE_MAS0(1, esel, 0); in disable_tlb()
Dstart.S178 lis \scratch, FSL_BOOKE_MAS0(1, \esel, 0)@h
179 ori \scratch, \scratch, FSL_BOOKE_MAS0(1, \esel, 0)@l
200 lis \scratch, FSL_BOOKE_MAS0(0, \esel, 0)@h
201 ori \scratch, \scratch, FSL_BOOKE_MAS0(0, \esel, 0)@l
222 lis \scratch, FSL_BOOKE_MAS0(1, \esel, 0)@h
223 ori \scratch, \scratch, FSL_BOOKE_MAS0(1, \esel, 0)@l
234 lis \scratch, FSL_BOOKE_MAS0(0, \esel, 0)@h
235 ori \scratch, \scratch, FSL_BOOKE_MAS0(0, \esel, 0)@l
1057 lis r6,FSL_BOOKE_MAS0(1, 15, 0)@h
1058 ori r6,r6,FSL_BOOKE_MAS0(1, 15, 0)@l
/external/u-boot/arch/powerpc/include/asm/
Dmmu.h444 #define FSL_BOOKE_MAS0(tlbsel,esel,nv) \ macro
523 { .mas0 = FSL_BOOKE_MAS0(_tlb, _esel, 0), \