Searched refs:CONFIG_SYS_CPLD_BASE_PHYS (Results 1 – 19 of 19) sorted by relevance
/u-boot/board/freescale/t208xrdb/ |
A D | law.c | 21 #ifdef CONFIG_SYS_CPLD_BASE_PHYS 22 SET_LAW(CONFIG_SYS_CPLD_BASE_PHYS, LAW_SIZE_4K, LAW_TRGT_IF_IFC),
|
A D | tlb.c | 130 SET_TLB_ENTRY(1, CONFIG_SYS_CPLD_BASE, CONFIG_SYS_CPLD_BASE_PHYS,
|
/u-boot/board/freescale/t4rdb/ |
A D | law.c | 18 #ifdef CONFIG_SYS_CPLD_BASE_PHYS 19 SET_LAW(CONFIG_SYS_CPLD_BASE_PHYS, LAW_SIZE_4K, LAW_TRGT_IF_IFC),
|
A D | tlb.c | 112 SET_TLB_ENTRY(1, CONFIG_SYS_CPLD_BASE, CONFIG_SYS_CPLD_BASE_PHYS,
|
/u-boot/board/freescale/t102xrdb/ |
A D | law.c | 20 #ifdef CONFIG_SYS_CPLD_BASE_PHYS 21 SET_LAW(CONFIG_SYS_CPLD_BASE_PHYS, LAW_SIZE_4K, LAW_TRGT_IF_IFC),
|
A D | tlb.c | 97 SET_TLB_ENTRY(1, CONFIG_SYS_CPLD_BASE, CONFIG_SYS_CPLD_BASE_PHYS,
|
/u-boot/board/freescale/t104xrdb/ |
A D | law.c | 20 #ifdef CONFIG_SYS_CPLD_BASE_PHYS 21 SET_LAW(CONFIG_SYS_CPLD_BASE_PHYS, LAW_SIZE_128K, LAW_TRGT_IF_IFC),
|
A D | tlb.c | 115 SET_TLB_ENTRY(1, CONFIG_SYS_CPLD_BASE, CONFIG_SYS_CPLD_BASE_PHYS,
|
/u-boot/board/freescale/p1010rdb/ |
A D | law.c | 12 SET_LAW(CONFIG_SYS_CPLD_BASE_PHYS, LAW_SIZE_128K, LAW_TRGT_IF_IFC),
|
A D | tlb.c | 67 SET_TLB_ENTRY(1, CONFIG_SYS_CPLD_BASE, CONFIG_SYS_CPLD_BASE_PHYS,
|
/u-boot/board/freescale/p1_p2_rdb_pc/ |
A D | law.c | 11 SET_LAW(CONFIG_SYS_CPLD_BASE_PHYS, LAW_SIZE_1M, LAW_TRGT_IF_LBC),
|
A D | tlb.c | 65 SET_TLB_ENTRY(1, CONFIG_SYS_CPLD_BASE, CONFIG_SYS_CPLD_BASE_PHYS,
|
/u-boot/include/configs/ |
A D | P1010RDB.h | 430 #define CONFIG_SYS_CPLD_BASE_PHYS 0xfffb00000ull macro 432 #define CONFIG_SYS_CPLD_BASE_PHYS CONFIG_SYS_CPLD_BASE macro 435 #define CONFIG_SYS_CSPR3 (CSPR_PHYS_ADDR(CONFIG_SYS_CPLD_BASE_PHYS) \
|
A D | p1_p2_rdb_pc.h | 353 #define CONFIG_SYS_CPLD_BASE_PHYS 0xfffa00000ull macro 355 #define CONFIG_SYS_CPLD_BASE_PHYS CONFIG_SYS_CPLD_BASE macro 358 #define CONFIG_CPLD_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_CPLD_BASE_PHYS) | \
|
A D | T4240RDB.h | 427 #define CONFIG_SYS_CPLD_BASE_PHYS (0xf00000000ull | CONFIG_SYS_CPLD_BASE) macro 429 #define CONFIG_SYS_CSPR3 (CSPR_PHYS_ADDR(CONFIG_SYS_CPLD_BASE_PHYS) \
|
A D | T104xRDB.h | 292 #define CONFIG_SYS_CPLD_BASE_PHYS (0xf00000000ull | CONFIG_SYS_CPLD_BASE) macro 294 #define CONFIG_SYS_CSPR2 (CSPR_PHYS_ADDR(CONFIG_SYS_CPLD_BASE_PHYS) \
|
A D | T208xRDB.h | 183 #define CONFIG_SYS_CPLD_BASE_PHYS (0xf00000000ull | CONFIG_SYS_CPLD_BASE) macro
|
A D | T102xRDB.h | 249 #define CONFIG_SYS_CPLD_BASE_PHYS (0xf00000000ull | CONFIG_SYS_CPLD_BASE) macro
|
/u-boot/scripts/ |
A D | config_whitelist.txt | 1778 CONFIG_SYS_CPLD_BASE_PHYS
|
Completed in 30 milliseconds