Home
last modified time | relevance | path

Searched refs:BAT_PHYS_ADDR (Results 1 – 3 of 3) sorted by relevance

/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
428 #define CONFIG_SYS_DBAT1L (BAT_PHYS_ADDR(CONFIG_SYS_LBC_BASE_PHYS_LOW, \
434 #define CONFIG_SYS_IBAT1L (BAT_PHYS_ADDR(CONFIG_SYS_LBC_BASE_PHYS_LOW, \
446 #define CONFIG_SYS_DBAT2L (BAT_PHYS_ADDR(CONFIG_SYS_PCIE1_MEM_PHYS_LOW, \
452 #define CONFIG_SYS_IBAT2L (BAT_PHYS_ADDR(CONFIG_SYS_PCIE1_MEM_PHYS_LOW, \
457 #define CONFIG_SYS_DBAT2L (BAT_PHYS_ADDR(CONFIG_SYS_SRIO1_MEM_PHYS_LOW, \
472 #define CONFIG_SYS_DBAT3L (BAT_PHYS_ADDR(CONFIG_SYS_CCSRBAR_PHYS_LOW, \
478 #define CONFIG_SYS_IBAT3L (BAT_PHYS_ADDR(CONFIG_SYS_CCSRBAR_PHYS_LOW, \
497 #define CONFIG_SYS_DBAT4L (BAT_PHYS_ADDR(CONFIG_SYS_PCIE1_IO_PHYS_LOW, \
[all …]
/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/linux/arch/powerpc/mm/book3s32/
H A Dmmu.c129 bat[0].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setibat()
282 bat[1].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setbat()