Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dmmu-hash.h38 #define PHYS_BAT_ADDR(x) (((u64)(x) & 0x00000000fffe0000ULL) | \ macro
43 #define PHYS_BAT_ADDR(x) ((x) & 0xfffe0000) macro