Searched refs:BAT_PHYS_ADDR (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | MPC8641HPCN.h | 424 #define BAT_PHYS_ADDR(low, high) \ macro 430 #define BAT_PHYS_ADDR(low, high) (low) macro 443 #define CONFIG_SYS_DBAT1L (BAT_PHYS_ADDR(CONFIG_SYS_LBC_BASE_PHYS_LOW, \ 449 #define CONFIG_SYS_IBAT1L (BAT_PHYS_ADDR(CONFIG_SYS_LBC_BASE_PHYS_LOW, \ 461 #define CONFIG_SYS_DBAT2L (BAT_PHYS_ADDR(CONFIG_SYS_PCIE1_MEM_PHYS_LOW, \ 467 #define CONFIG_SYS_IBAT2L (BAT_PHYS_ADDR(CONFIG_SYS_PCIE1_MEM_PHYS_LOW, \ 472 #define CONFIG_SYS_DBAT2L (BAT_PHYS_ADDR(CONFIG_SYS_SRIO1_MEM_PHYS_LOW, \ 478 #define CONFIG_SYS_IBAT2L (BAT_PHYS_ADDR(CONFIG_SYS_SRIO1_MEM_PHYS_LOW, \ 487 #define CONFIG_SYS_DBAT3L (BAT_PHYS_ADDR(CONFIG_SYS_CCSRBAR_PHYS_LOW, \ 493 #define CONFIG_SYS_IBAT3L (BAT_PHYS_ADDR(CONFIG_SYS_CCSRBAR_PHYS_LOW, \ [all …]
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s32/ |
| H A D | mmu.c | 126 bat[0].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setibat() 286 bat[1].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setbat()
|