Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mtd/
H A Dpartitions.h46 struct mtd_partition { struct
47 const char *name; /* identifier string */
48 const char *const *types; /* names of parsers to use if any */
49 uint64_t size; /* partition size */
50 uint64_t offset; /* offset within the master MTD space */
51 uint32_t mask_flags; /* master MTD flags to mask out for this partition */
52 uint32_t add_flags; /* flags to add to the partition */
53 struct device_node *of_node;
/openbmc/u-boot/include/linux/mtd/
H A Dpartitions.h39 struct mtd_partition { struct
40 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) */