Searched refs:BAT_PHYS_ADDR (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/include/configs/ |
H A D | MPC8641HPCN.h | 409 #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 D | mmu-hash.h | 35 #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 D | mmu.c | 129 bat[0].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setibat() 282 bat[1].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setbat()
|