Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h51 #define MAS0_ESEL(x) (((x) << MAS0_ESEL_SHIFT) & MAS0_ESEL_MASK) macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h395 #define MAS0_ESEL(x) (((x) << 16) & MAS0_ESEL_MSK) macro