Searched refs:mtdids (Results 1 – 14 of 14) sorted by relevance
| /u-boot/drivers/mtd/ |
| A D | mtd_uboot.c | 28 if (mtdids) in get_mtdids() 29 return mtdids; in get_mtdids() 37 if (mtdids) in get_mtdids() 38 env_set("mtdids", mtdids); in get_mtdids() 40 return mtdids; in get_mtdids() 63 mtdids = get_mtdids(); in mtd_search_alternate_name() 64 if (!mtdids) in mtd_search_alternate_name() 69 dev_id = mtdids; in mtd_search_alternate_name() 81 mtd_id_len = &mtdids[strlen(mtdids)] - mtd_id + 1; in mtd_search_alternate_name() 98 mtdids = comma + 1; in mtd_search_alternate_name() [all …]
|
| A D | Kconfig | 38 dynamically build the variables mtdids and mtdparts at runtime.
|
| /u-boot/board/emulation/common/ |
| A D | qemu_mtdparts.c | 16 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 D | stm32mp_mtdparts.c | 33 char *mtdids, in board_set_mtdparts() argument 42 if (mtdids[0] != '\0') in board_set_mtdparts() 43 strcat(mtdids, ","); in board_set_mtdparts() 44 strcat(mtdids, dev); in board_set_mtdparts() 45 strcat(mtdids, "="); in board_set_mtdparts() 46 strcat(mtdids, dev); in board_set_mtdparts() 72 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default() argument 85 *mtdids = ids; in board_mtdparts_default() 174 *mtdids = ids; in board_mtdparts_default()
|
| /u-boot/cmd/ |
| A D | mtdparts.c | 143 static struct list_head mtdids; variable 844 struct mtdids *id; in device_parse() 988 struct mtdids *id; in id_find() 990 list_for_each(entry, &mtdids) { in id_find() 1012 struct mtdids *id; in id_find_by_mtd_id() 1615 struct mtdids *id; 1617 struct mtdids *id_tmp; 1632 INIT_LIST_HEAD(&mtdids); 1680 if (!(id = (struct mtdids *)malloc(sizeof(struct mtdids) + mtd_id_len))) { 1731 INIT_LIST_HEAD(&mtdids); [all …]
|
| A D | jffs2.c | 247 static inline u32 get_part_sector_size_nand(struct mtdids *id) in get_part_sector_size_nand() 261 static inline u32 get_part_sector_size_nor(struct mtdids *id, struct part_info *part) in get_part_sector_size_nor() 310 static inline u32 get_part_sector_size(struct mtdids *id, struct part_info *part) in get_part_sector_size() 341 struct mtdids *id; in mtdparts_init() 348 sizeof(struct mtdids)); in mtdparts_init() 354 sizeof(struct part_info) + sizeof(struct mtdids)); in mtdparts_init() 356 id = (struct mtdids *)(current_mtd_dev + 1); in mtdparts_init()
|
| A D | cramfs.c | 107 struct mtdids id; in do_cramfs_load() 172 struct mtdids id; in do_cramfs_ls()
|
| /u-boot/include/jffs2/ |
| A D | load_kernel.h | 27 struct mtdids *id; /* parent mtd id entry */ 44 struct mtdids { struct
|
| /u-boot/include/ |
| A D | mtd.h | 15 void board_mtdparts_default(const char **mtdids, const char **mtdparts);
|
| /u-boot/board/isee/igep00x0/ |
| A D | igep00x0.c | 190 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default() argument 202 *mtdids = ids; in board_mtdparts_default()
|
| /u-boot/include/environment/ti/ |
| A D | nand.env | 1 mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
|
| /u-boot/fs/jffs2/ |
| A D | jffs2_1pass.c | 178 struct mtdids *id = current_part->dev->id; in read_nand_cached() 394 struct mtdids *id = current_part->dev->id; in get_fl_mem_nor() 425 struct mtdids *id = current_part->dev->id; in get_fl_mem() 452 struct mtdids *id = current_part->dev->id; in get_node_mem() 480 struct mtdids *id = current_part->dev->id; in put_fl_mem()
|
| /u-boot/board/davinci/da8xxevm/ |
| A D | README.da850 | 80 setenv mtdids nand0=davinci_nand.0
|
| /u-boot/doc/ |
| A D | README.ubi | 47 mtdids : nor0=1fc000000.nor_flash
|
Completed in 18 milliseconds