Home
last modified time | relevance | path

Searched defs:mtd_erase_region_info (Results 1 – 1 of 1) sorted by relevance

/u-boot/include/linux/mtd/
A Dmtd.h61 struct mtd_erase_region_info { struct
62 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 */

Completed in 5 milliseconds