Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/
Dredboot.c33 struct fis_image_desc { struct
46 struct fis_image_desc *img; argument
53 static inline int redboot_checksum(struct fis_image_desc *img) in redboot_checksum()
64 struct fis_image_desc *buf; in parse_redboot_partitions()
116 numslots = (master->erasesize / sizeof(struct fis_image_desc)); in parse_redboot_partitions()
139 numslots = swab32(buf[i].size) / sizeof (struct fis_image_desc); in parse_redboot_partitions()
166 numslots = buf[i].size / sizeof(struct fis_image_desc); in parse_redboot_partitions()