Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H 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 */
/openbmc/linux/include/linux/mtd/
H A Dmtd.h36 struct mtd_erase_region_info { struct
37 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 */