Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_NAND_BASE (Results 1 – 25 of 145) sorted by relevance

123456

/u-boot/include/configs/
A Dti_armv7_omap.h19 #ifndef CONFIG_SYS_NAND_BASE
20 #define CONFIG_SYS_NAND_BASE 0x8000000 macro
A Dls1046afrwy.h28 #define CONFIG_SYS_NAND_BASE 0x7e800000 macro
29 #define CONFIG_SYS_NAND_BASE_PHYS CONFIG_SYS_NAND_BASE
60 #define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }
A Dspear3xx_evb.h121 #define CONFIG_SYS_NAND_BASE 0x80000000 macro
124 #define CONFIG_SYS_NAND_BASE 0x40000000 macro
127 #define CONFIG_SYS_NAND_BASE 0x50000000 macro
A Dpresidio_asic.h88 #define CONFIG_SYS_NAND_BASE CONFIG_SYS_FLASH_BASE macro
89 #define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }
A Dxpedite517x.h104 #define CONFIG_SYS_NAND_BASE 0xef800000 macro
106 #define CONFIG_SYS_NAND_BASE_LIST {CONFIG_SYS_NAND_BASE, CONFIG_SYS_NAND_BASE2}
153 #define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_NAND_BASE |\
456 #define CONFIG_SYS_DBAT7L (CONFIG_SYS_NAND_BASE |\
460 #define CONFIG_SYS_DBAT7U (CONFIG_SYS_NAND_BASE |\
464 #define CONFIG_SYS_IBAT7L (CONFIG_SYS_NAND_BASE |\
A Ddevkit3250.h75 #define CONFIG_SYS_NAND_BASE SLC_NAND_BASE macro
77 #define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }
A Dls1046ardb.h55 #define CONFIG_SYS_NAND_BASE 0x7e800000 macro
56 #define CONFIG_SYS_NAND_BASE_PHYS CONFIG_SYS_NAND_BASE
87 #define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }
A DM5329EVB.h145 # define CONFIG_SYS_NAND_BASE CONFIG_SYS_CS2_BASE macro
147 # define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }
A DM5373EVB.h147 # define CONFIG_SYS_NAND_BASE CONFIG_SYS_CS2_BASE macro
149 # define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }
A Dspear6xx_evb.h29 #define CONFIG_SYS_NAND_BASE 0xD2000000 macro
A Dsama5d2_ptc_ek.h30 #define CONFIG_SYS_NAND_BASE ATMEL_BASE_CS3 macro
A Dxpedite550x.h98 #define CONFIG_SYS_NAND_BASE 0xef800000 macro
100 #define CONFIG_SYS_NAND_BASE_LIST {CONFIG_SYS_NAND_BASE, \
142 #define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_NAND_BASE | \
A Dxpedite537x.h96 #define CONFIG_SYS_NAND_BASE 0xef800000 macro
98 #define CONFIG_SYS_NAND_BASE_LIST {CONFIG_SYS_NAND_BASE, \
140 #define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_NAND_BASE | \
A Dls1043ardb.h90 #define CONFIG_SYS_NAND_BASE 0x7e800000 macro
91 #define CONFIG_SYS_NAND_BASE_PHYS CONFIG_SYS_NAND_BASE
122 #define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }
/u-boot/board/xes/xpedite517x/
A Dlaw.c21 #ifdef CONFIG_SYS_NAND_BASE
23 SET_LAW(CONFIG_SYS_NAND_BASE, LAW_SIZE_512K, LAW_TRGT_IF_LBC),
/u-boot/board/xes/xpedite520x/
A Dtlb.c42 SET_TLB_ENTRY(1, CONFIG_SYS_NAND_BASE, CONFIG_SYS_NAND_BASE,
A Dlaw.c23 SET_LAW(CONFIG_SYS_NAND_BASE, LAW_SIZE_1M, LAW_TRGT_IF_LBC),
/u-boot/board/xes/xpedite537x/
A Dtlb.c43 SET_TLB_ENTRY(1, CONFIG_SYS_NAND_BASE, CONFIG_SYS_NAND_BASE,
A Dlaw.c22 SET_LAW(CONFIG_SYS_NAND_BASE, LAW_SIZE_1M, LAW_TRGT_IF_LBC),
/u-boot/board/xes/xpedite550x/
A Dtlb.c43 SET_TLB_ENTRY(1, CONFIG_SYS_NAND_BASE, CONFIG_SYS_NAND_BASE,
A Dlaw.c22 SET_LAW(CONFIG_SYS_NAND_BASE, LAW_SIZE_1M, LAW_TRGT_IF_LBC),
/u-boot/board/Arcturus/ucp1020/
A Dtlb.c70 #ifdef CONFIG_SYS_NAND_BASE
72 SET_TLB_ENTRY(1, CONFIG_SYS_NAND_BASE, CONFIG_SYS_NAND_BASE_PHYS,
/u-boot/drivers/mtd/nand/raw/
A Dkmeter1_nand.c12 #define CONFIG_NAND_MODE_REG (void *)(CONFIG_SYS_NAND_BASE + 0x20000)
13 #define CONFIG_NAND_DATA_REG (void *)(CONFIG_SYS_NAND_BASE + 0x30000)
/u-boot/board/keymile/kmp204x/
A Dtlb.c97 #ifdef CONFIG_SYS_NAND_BASE
103 SET_TLB_ENTRY(1, CONFIG_SYS_NAND_BASE, CONFIG_SYS_NAND_BASE_PHYS,
/u-boot/board/freescale/p1_p2_rdb_pc/
A Dtlb.c73 #ifdef CONFIG_SYS_NAND_BASE
75 SET_TLB_ENTRY(1, CONFIG_SYS_NAND_BASE, CONFIG_SYS_NAND_BASE_PHYS,

Completed in 34 milliseconds

123456