Searched defs:mtd_erase_region_info (Results 1 – 2 of 2) sorted by relevance
36 struct mtd_erase_region_info { struct37 uint64_t offset; /* At which this region starts, from the beginning of the MTD */38 uint32_t erasesize; /* For this region */39 uint32_t numblocks; /* Number of blocks of erasesize in this region */40 unsigned long *lockmap; /* If keeping bitmap of locks */
61 struct mtd_erase_region_info { struct62 uint64_t offset; /* At which this region starts, from the beginning of the MTD */63 uint32_t erasesize; /* For this region */64 uint32_t numblocks; /* Number of blocks of erasesize in this region */65 unsigned long *lockmap; /* If keeping bitmap of locks */