Searched refs:wimge (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | tlb.c | 137 u8 perms, u8 wimge, in set_tlb() argument 154 _mas2 = FSL_BOOKE_MAS2(epn, wimge); in set_tlb() 245 unsigned int wimge; in tlb_map_range() local 251 wimge = MAS2_M; in tlb_map_range() 253 wimge = CONFIG_SYS_PPC_DDR_WIMGE; in tlb_map_range() 257 wimge = MAS2_I|MAS2_G; in tlb_map_range() 287 set_tlb(1, v_addr, p_addr, perm, wimge, in tlb_map_range()
|
/external/u-boot/arch/powerpc/include/asm/ |
D | mmu.h | 452 #define FSL_BOOKE_MAS2(epn, wimge) \ argument 453 (((epn) & MAS3_RPN) | (wimge)) 499 u8 perms, u8 wimge,
|