Searched refs:wimge (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | tlb.c | 138 u8 perms, u8 wimge, in set_tlb() argument 155 _mas2 = FSL_BOOKE_MAS2(epn, wimge); in set_tlb() 246 unsigned int wimge; in tlb_map_range() local 252 wimge = MAS2_M; in tlb_map_range() 254 wimge = CONFIG_SYS_PPC_DDR_WIMGE; in tlb_map_range() 258 wimge = MAS2_I|MAS2_G; in tlb_map_range() 288 set_tlb(1, v_addr, p_addr, perm, wimge, in tlb_map_range()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | mmu.h | 452 #define FSL_BOOKE_MAS2(epn, wimge) \ argument 453 (((epn) & MAS3_RPN) | (wimge)) 499 u8 perms, u8 wimge,
|