Searched defs:mxc_nand_platform_data (Results 1 – 2 of 2) sorted by relevance
25 struct mxc_nand_platform_data { struct26 unsigned int width; /* data bus width in bytes */27 unsigned int hw_ecc:1; /* 0 if suppress hardware ECC */28 unsigned int flash_bbt:1; /* set to 1 to use a flash based bbt */29 struct mtd_partition *parts; /* partition table */30 int nr_parts; /* size of parts */
12 struct mxc_nand_platform_data { struct13 unsigned int width; /* data bus width in bytes */14 unsigned int hw_ecc:1; /* 0 if suppress hardware ECC */15 unsigned int flash_bbt:1; /* set to 1 to use a flash based bbt */16 struct mtd_partition *parts; /* partition table */17 int nr_parts; /* size of parts */