Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/u-boot/include/configs/
H A DMPC8641HPCN.h424 #define BAT_PHYS_ADDR(low, high) \ macro
430 #define BAT_PHYS_ADDR(low, high) (low) macro