Searched defs:mxc_nand_platform_data (Results 1 – 1 of 1) 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 */