Home
last modified time | relevance | path

Searched refs:nand_curr_device (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand.c20 int nand_curr_device = -1; variable
75 if (nand_curr_device == -1) in nand_register()
76 nand_curr_device = devnum; in nand_register()
173 board_nand_select_device(mtd_to_nand(get_nand_dev_by_index(nand_curr_device)), in nand_init()
174 nand_curr_device); in nand_init()
H A Dfsmc_nand.c412 mtd = get_nand_dev_by_index(nand_curr_device); in fsmc_nand_switch_ecc()
H A Domap_gpmc.c897 struct mtd_info *mtd = get_nand_dev_by_index(nand_curr_device); in omap_nand_switch_ecc()
/OK3568_Linux_fs/u-boot/drivers/dfu/
H A Ddfu_nand.c40 mtd = get_nand_dev_by_index(nand_curr_device); in nand_block_op()
42 if (nand_curr_device < 0 || in nand_block_op()
43 nand_curr_device >= CONFIG_SYS_MAX_NAND_DEVICE || in nand_block_op()
148 struct mtd_info *mtd = get_nand_dev_by_index(nand_curr_device); in dfu_flush_medium_nand()
151 if (nand_curr_device < 0 || in dfu_flush_medium_nand()
152 nand_curr_device >= CONFIG_SYS_MAX_NAND_DEVICE || in dfu_flush_medium_nand()
/OK3568_Linux_fs/u-boot/board/siemens/draco/
H A Dboard.c266 nand_curr_device = 0; in board_late_init()
269 nand_curr_device = 1; in board_late_init()
/OK3568_Linux_fs/u-boot/cmd/
H A Dnand.c123 if (nand_curr_device == dev) in set_dev()
128 nand_curr_device = dev; in set_dev()
387 int dev = nand_curr_device; in do_nand()
H A Dbootm.c458 int nand_dev = nand_curr_device; in do_imls_nand()
/OK3568_Linux_fs/u-boot/include/
H A Dnand.h46 extern int nand_curr_device;
/OK3568_Linux_fs/u-boot/common/
H A Dsplash_source.c50 struct mtd_info *mtd = get_nand_dev_by_index(nand_curr_device); in splash_nand_read_raw()
/OK3568_Linux_fs/u-boot/cmd/mvebu/
H A Dbubt.c316 mtd = get_nand_dev_by_index(nand_curr_device); in nand_burn_image()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map