Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtd_uboot.c18 void board_mtdparts_default(const char **mtdids, const char **mtdparts);
23 const char *mtdids = env_get("mtdids"); in get_mtdids() local
25 if (mtdids) in get_mtdids()
26 return mtdids; in get_mtdids()
29 board_mtdparts_default(&mtdids, &mtdparts); in get_mtdids()
31 mtdids = MTDIDS_DEFAULT; in get_mtdids()
33 mtdids = CONFIG_MTDIDS_DEFAULT; in get_mtdids()
36 if (mtdids) in get_mtdids()
37 env_set("mtdids", mtdids); in get_mtdids()
39 return mtdids; in get_mtdids()
[all …]
H A D.mtd_uboot.o.cmd
/OK3568_Linux_fs/u-boot/cmd/
H A Dmtdparts.c127 extern void board_mtdparts_default(const char **mtdids, const char **mtdparts);
144 static struct list_head mtdids; variable
158 static struct mtdids* id_find_by_mtd_id(const char *mtd_id, unsigned int mtd_id_len);
329 static int part_validate_eraseblock(struct mtdids *id, struct part_info *part) in part_validate_eraseblock()
416 static int part_validate(struct mtdids *id, struct part_info *part) in part_validate()
845 struct mtdids *id; in device_parse()
986 static struct mtdids* id_find(u8 type, u8 num) in id_find()
989 struct mtdids *id; in id_find()
991 list_for_each(entry, &mtdids) { in id_find()
992 id = list_entry(entry, struct mtdids, link); in id_find()
[all …]
H A Djffs2.c243 static inline u32 get_part_sector_size_nand(struct mtdids *id) in get_part_sector_size_nand()
257 static inline u32 get_part_sector_size_nor(struct mtdids *id, struct part_info *part) in get_part_sector_size_nor()
308 static inline u32 get_part_sector_size(struct mtdids *id, struct part_info *part) in get_part_sector_size()
339 struct mtdids *id; in mtdparts_init()
346 sizeof(struct mtdids)); in mtdparts_init()
352 sizeof(struct part_info) + sizeof(struct mtdids)); in mtdparts_init()
354 id = (struct mtdids *)(current_mtd_dev + 1); in mtdparts_init()
H A Dcramfs.c104 struct mtdids id; in do_cramfs_load()
169 struct mtdids id; in do_cramfs_ls()
/OK3568_Linux_fs/u-boot/include/jffs2/
H A Dload_kernel.h29 struct mtdids *id; /* parent mtd id entry */
46 struct mtdids { struct
/OK3568_Linux_fs/u-boot/board/isee/igep00x0/
H A Digep00x0.c244 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default() argument
256 *mtdids = ids; in board_mtdparts_default()
/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Djffs2_1pass.c177 struct mtdids *id = current_part->dev->id; in read_nand_cached()
374 struct mtdids *id = current_part->dev->id; in get_fl_mem_nor()
406 struct mtdids *id = current_part->dev->id; in get_fl_mem()
433 struct mtdids *id = current_part->dev->id; in get_node_mem()
461 struct mtdids *id = current_part->dev->id; in put_fl_mem()
H A Djffs2_nand_1pass.c798 struct mtdids *id = part->dev->id; in jffs2_1pass_build_lists()
/OK3568_Linux_fs/u-boot/board/davinci/da8xxevm/
H A DREADME.da85082 setenv mtdids nand0=davinci_nand.0
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.ubi47 mtdids : nor0=1fc000000.nor_flash
/OK3568_Linux_fs/u-boot/board/Barix/ipam390/
H A DREADME.ipam390184 mtdids : nand0=davinci_nand.0
/OK3568_Linux_fs/u-boot/board/freescale/m54455evb/
H A DREADME241 mtdids=nor0=M54455EVB-1
/OK3568_Linux_fs/u-boot/spl/drivers/mtd/
H A D.mtd_uboot.o.cmd