Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dmmu-hash.h35 #define BAT_PHYS_ADDR(x) ((u32)((x & 0x00000000fffe0000ULL) | \ macro
42 #define BAT_PHYS_ADDR(x) (x) macro
/openbmc/u-boot/include/configs/
H A DMPC8641HPCN.h409 #define BAT_PHYS_ADDR(low, high) \ macro
415 #define BAT_PHYS_ADDR(low, high) (low) macro