Home
last modified time | relevance | path

Searched defs:MAS0_TLBSEL (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dmmu-book3e.h46 #define MAS0_TLBSEL(x) (((x) << MAS0_TLBSEL_SHIFT) & MAS0_TLBSEL_MASK) macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dmmu.h393 #define MAS0_TLBSEL(x) (((x) << 28) & MAS0_TLBSEL_MSK) macro