Searched defs:nand_bbt_descr (Results 1 – 2 of 2) sorted by relevance
41 struct nand_bbt_descr { struct42 int options;43 int pages[NAND_MAX_CHIPS];44 int offs;45 int veroffs;46 uint8_t version[NAND_MAX_CHIPS];47 int len;48 int maxblocks;49 int reserved_block_code;50 uint8_t *pattern;
47 struct nand_bbt_descr { struct48 int options;49 int pages[CONFIG_SYS_NAND_MAX_CHIPS];50 int offs;51 int veroffs;52 uint8_t version[CONFIG_SYS_NAND_MAX_CHIPS];53 int len;54 int maxblocks;55 int reserved_block_code;56 uint8_t *pattern;