Lines Matching defs:create
13 * marked good / bad blocks. This information is used to create a memory BBT.
484 * @chip: create the table for a specific chip, -1 read all chips; applies only
924 * nand_memory_bbt - [GENERIC] create a memory based bad block table
940 * check_create - [GENERIC] create and write bbt(s) if necessary
953 int i, chips, writeops, create, chipsel, res, res2;
966 create = 0;
975 create = 1;
996 create = 1;
1003 if (create) {
1233 * nand_scan_bbt - [NAND Interface] scan, find, read and maybe create bad block table(s)
1365 * @this: NAND chip to create descriptor for