Searched defs:mtd_partition (Results 1 – 1 of 1) sorted by relevance
39 struct mtd_partition { struct40 const char *name; /* identifier string */41 uint64_t size; /* partition size */42 uint64_t offset; /* offset within the master MTD space */43 uint32_t mask_flags; /* master MTD flags to mask out for this partition */44 struct nand_ecclayout *ecclayout; /* out of band layout for this partition (NAND only) */