Searched refs:FSL_BOOKE_MAS0 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | tlb.c | 51 mtspr(MAS0, FSL_BOOKE_MAS0(1, idx, 0)); in read_tlbcam_entry() 110 mtspr(MAS0, FSL_BOOKE_MAS0(1, i, 0)); in init_used_tlb_cams() 153 _mas0 = FSL_BOOKE_MAS0(tlb, esel, 0); in set_tlb() 173 _mas0 = FSL_BOOKE_MAS0(1, esel, 0); in disable_tlb()
|
| H A D | start.S | 179 lis \scratch, FSL_BOOKE_MAS0(1, \esel, 0)@h 180 ori \scratch, \scratch, FSL_BOOKE_MAS0(1, \esel, 0)@l 201 lis \scratch, FSL_BOOKE_MAS0(0, \esel, 0)@h 202 ori \scratch, \scratch, FSL_BOOKE_MAS0(0, \esel, 0)@l 223 lis \scratch, FSL_BOOKE_MAS0(1, \esel, 0)@h 224 ori \scratch, \scratch, FSL_BOOKE_MAS0(1, \esel, 0)@l 235 lis \scratch, FSL_BOOKE_MAS0(0, \esel, 0)@h 236 ori \scratch, \scratch, FSL_BOOKE_MAS0(0, \esel, 0)@l 1058 lis r6,FSL_BOOKE_MAS0(1, 15, 0)@h 1059 ori r6,r6,FSL_BOOKE_MAS0(1, 15, 0)@l
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | mmu.h | 444 #define FSL_BOOKE_MAS0(tlbsel,esel,nv) \ macro 523 { .mas0 = FSL_BOOKE_MAS0(_tlb, _esel, 0), \
|