Home
last modified time | relevance | path

Searched refs:mtdids (Results 1 – 14 of 14) sorted by relevance

/u-boot/drivers/mtd/
A Dmtd_uboot.c27 if (mtdids) in get_mtdids()
28 return mtdids; in get_mtdids()
33 mtdids = MTDIDS_DEFAULT; in get_mtdids()
38 if (mtdids) in get_mtdids()
39 env_set("mtdids", mtdids); in get_mtdids()
41 return mtdids; in get_mtdids()
64 mtdids = get_mtdids(); in mtd_search_alternate_name()
65 if (!mtdids) in mtd_search_alternate_name()
70 dev_id = mtdids; in mtd_search_alternate_name()
82 mtd_id_len = &mtdids[strlen(mtdids)] - mtd_id + 1; in mtd_search_alternate_name()
[all …]
A DKconfig30 dynamically build the variables mtdids and mtdparts at runtime.
/u-boot/board/emulation/common/
A Dqemu_mtdparts.c16 char *mtdids, char *mtdparts) in board_get_mtdparts() argument
19 if (mtdids[0] != '\0') in board_get_mtdparts()
20 strcat(mtdids, ","); in board_get_mtdparts()
21 strcat(mtdids, dev); in board_get_mtdparts()
22 strcat(mtdids, "="); in board_get_mtdparts()
23 strcat(mtdids, dev); in board_get_mtdparts()
36 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default() argument
46 *mtdids = ids; in board_mtdparts_default()
79 *mtdids = ids; in board_mtdparts_default()
/u-boot/board/st/common/
A Dstm32mp_mtdparts.c31 char *mtdids, in board_set_mtdparts() argument
38 if (mtdids[0] != '\0') in board_set_mtdparts()
39 strcat(mtdids, ","); in board_set_mtdparts()
40 strcat(mtdids, dev); in board_set_mtdparts()
41 strcat(mtdids, "="); in board_set_mtdparts()
42 strcat(mtdids, dev); in board_set_mtdparts()
66 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default() argument
76 *mtdids = ids; in board_mtdparts_default()
160 *mtdids = ids; in board_mtdparts_default()
/u-boot/cmd/
A Dmtdparts.c146 static struct list_head mtdids; variable
847 struct mtdids *id; in device_parse()
991 struct mtdids *id; in id_find()
993 list_for_each(entry, &mtdids) { in id_find()
1015 struct mtdids *id; in id_find_by_mtd_id()
1618 struct mtdids *id;
1620 struct mtdids *id_tmp;
1635 INIT_LIST_HEAD(&mtdids);
1683 if (!(id = (struct mtdids *)malloc(sizeof(struct mtdids) + mtd_id_len))) {
1734 INIT_LIST_HEAD(&mtdids);
[all …]
A Djffs2.c246 static inline u32 get_part_sector_size_nand(struct mtdids *id) in get_part_sector_size_nand()
260 static inline u32 get_part_sector_size_nor(struct mtdids *id, struct part_info *part) in get_part_sector_size_nor()
311 static inline u32 get_part_sector_size(struct mtdids *id, struct part_info *part) in get_part_sector_size()
342 struct mtdids *id; in mtdparts_init()
349 sizeof(struct mtdids)); in mtdparts_init()
355 sizeof(struct part_info) + sizeof(struct mtdids)); in mtdparts_init()
357 id = (struct mtdids *)(current_mtd_dev + 1); in mtdparts_init()
A Dcramfs.c107 struct mtdids id; in do_cramfs_load()
172 struct mtdids id; in do_cramfs_ls()
/u-boot/include/jffs2/
A Dload_kernel.h27 struct mtdids *id; /* parent mtd id entry */
44 struct mtdids { struct
/u-boot/include/
A Dmtd.h14 void board_mtdparts_default(const char **mtdids, const char **mtdparts);
/u-boot/board/isee/igep00x0/
A Digep00x0.c248 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default() argument
260 *mtdids = ids; in board_mtdparts_default()
/u-boot/fs/jffs2/
A Djffs2_1pass.c179 struct mtdids *id = current_part->dev->id; in read_nand_cached()
376 struct mtdids *id = current_part->dev->id; in get_fl_mem_nor()
408 struct mtdids *id = current_part->dev->id; in get_fl_mem()
435 struct mtdids *id = current_part->dev->id; in get_node_mem()
463 struct mtdids *id = current_part->dev->id; in put_fl_mem()
/u-boot/board/davinci/da8xxevm/
A DREADME.da85080 setenv mtdids nand0=davinci_nand.0
/u-boot/doc/
A DREADME.ubi47 mtdids : nor0=1fc000000.nor_flash
/u-boot/board/freescale/m54455evb/
A DREADME240 mtdids=nor0=M54455EVB-1

Completed in 39 milliseconds