Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_NAND_MAX_CHIPS (Results 1 – 21 of 21) sorted by relevance

/u-boot/include/configs/
A Dplatinum.h65 #ifndef CONFIG_SYS_NAND_MAX_CHIPS
66 #define CONFIG_SYS_NAND_MAX_CHIPS 2 macro
99 #if (CONFIG_SYS_NAND_MAX_CHIPS == 1)
103 #elif (CONFIG_SYS_NAND_MAX_CHIPS == 2)
A Dplatinum_titanium.h14 #define CONFIG_SYS_NAND_MAX_CHIPS 1 macro
A DMCR3000.h101 #define CONFIG_SYS_NAND_MAX_CHIPS 1 macro
A Dmvebu_armada-8k.h51 #define CONFIG_SYS_NAND_MAX_CHIPS 1 macro
A Dpresidio_asic.h87 #define CONFIG_SYS_NAND_MAX_CHIPS 1 macro
A Detamin.h60 #define CONFIG_SYS_NAND_MAX_CHIPS 1 macro
A Dcm_fx6.h147 #define CONFIG_SYS_NAND_MAX_CHIPS 1 macro
A Dti_armv7_keystone2.h140 #define CONFIG_SYS_NAND_MAX_CHIPS 1 macro
A Dids8313.h132 #define CONFIG_SYS_NAND_MAX_CHIPS 1 macro
/u-boot/include/linux/mtd/
A Dbbm.h19 #ifndef CONFIG_SYS_NAND_MAX_CHIPS
20 #define CONFIG_SYS_NAND_MAX_CHIPS 1 macro
48 int pages[CONFIG_SYS_NAND_MAX_CHIPS];
51 uint8_t version[CONFIG_SYS_NAND_MAX_CHIPS];
/u-boot/drivers/mtd/nand/raw/
A Dfsl_upm.c65 #if CONFIG_SYS_NAND_MAX_CHIPS > 1
106 #if CONFIG_SYS_NAND_MAX_CHIPS > 1 in fun_cmd_ctrl()
176 #if CONFIG_SYS_NAND_MAX_CHIPS > 1 in fsl_upm_nand_init()
A Dnand.c84 int maxchips = CONFIG_SYS_NAND_MAX_CHIPS; in nand_init_chip()
A Ddavinci_nand.c802 ret = nand_scan(mtd, CONFIG_SYS_NAND_MAX_CHIPS); in davinci_nand_probe()
A Dtegra_nand.c969 ret = nand_scan_ident(our_mtd, CONFIG_SYS_NAND_MAX_CHIPS, NULL); in tegra_probe()
A Dmxc_nand.c1273 for (tmp = 0; tmp < CONFIG_SYS_NAND_MAX_CHIPS; tmp++)
A Darasan_nfc.c1257 if (nand_scan_ident(mtd, CONFIG_SYS_NAND_MAX_CHIPS, NULL)) { in arasan_probe()
A Dcortina_nand.c1321 ret = nand_scan_ident(our_mtd, CONFIG_SYS_NAND_MAX_CHIPS, NULL); in ca_nand_probe()
A Datmel_nand.c1498 ret = nand_scan_ident(mtd, CONFIG_SYS_NAND_MAX_CHIPS, NULL); in atmel_nand_chip_init()
/u-boot/configs/
A Dxilinx_zynqmp_mini_nand_defconfig55 CONFIG_SYS_NAND_MAX_CHIPS=2
A Dxilinx_zynqmp_virt_defconfig112 CONFIG_SYS_NAND_MAX_CHIPS=2
/u-boot/doc/
A DREADME.nand115 CONFIG_SYS_NAND_MAX_CHIPS

Completed in 42 milliseconds