Home
last modified time | relevance | path

Searched refs:CFG_SYS_NAND_OR_PRELIM (Results 1 – 7 of 7) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc83xx/elbc/
A Delbc.h3 #define CFG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR0_PRELIM macro
6 #define CFG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR1_PRELIM macro
9 #define CFG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR2_PRELIM macro
12 #define CFG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR3_PRELIM macro
15 #define CFG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR4_PRELIM macro
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dspl_minimal.c75 && defined(CFG_SYS_NAND_OR_PRELIM) \ in cpu_init_f()
79 set_lbc_or(0, CFG_SYS_NAND_OR_PRELIM); in cpu_init_f()
83 #error CFG_SYS_NAND_BR_PRELIM, CFG_SYS_NAND_OR_PRELIM, CFG_SYS_NAND_LBLAWBAR_PRELIM & CFG_SYS_NAND_… in cpu_init_f()
/u-boot/board/freescale/p1_p2_rdb_pc/
A Dspl_minimal.c24 #if defined(CFG_SYS_NAND_BR_PRELIM) && defined(CFG_SYS_NAND_OR_PRELIM) in board_init_f()
26 set_lbc_or(0, CFG_SYS_NAND_OR_PRELIM); in board_init_f()
/u-boot/board/freescale/p1010rdb/
A Dspl_minimal.c25 #if defined(CFG_SYS_NAND_BR_PRELIM) && defined(CFG_SYS_NAND_OR_PRELIM) in board_init_f()
27 set_lbc_or(0, CFG_SYS_NAND_OR_PRELIM); in board_init_f()
/u-boot/include/configs/
A Dp1_p2_rdb_pc.h215 #define CFG_SYS_NAND_OR_PRELIM (OR_AM_32KB \ macro
224 #define CFG_SYS_NAND_OR_PRELIM (OR_AM_32KB /* small page */ \ macro
A DP2041RDB.h117 #define CFG_SYS_NAND_OR_PRELIM (0xFFFC0000 /* length 256K */ \ macro
/u-boot/drivers/mtd/nand/raw/
A Dfsl_elbc_spl.c50 const int large = CFG_SYS_NAND_OR_PRELIM & OR_FCM_PGS; in nand_spl_load_image()

Completed in 23 milliseconds