Lines Matching refs:bbt_md
1288 this->bbt_md->options = NAND_BBT_ABSPAGE | NAND_BBT_8BIT | in nftl_scan_bbt()
1291 this->bbt_md->veroffs = 7; in nftl_scan_bbt()
1292 this->bbt_md->pages[0] = doc->mh1_page + 1; in nftl_scan_bbt()
1294 this->bbt_md = NULL; in nftl_scan_bbt()
1324 this->bbt_md = NULL; in inftl_scan_bbt()
1336 this->bbt_md->options = NAND_BBT_LASTBLOCK | NAND_BBT_8BIT | NAND_BBT_VERSION; in inftl_scan_bbt()
1338 this->bbt_md->options |= NAND_BBT_WRITE; in inftl_scan_bbt()
1339 this->bbt_md->offs = 8; in inftl_scan_bbt()
1340 this->bbt_md->len = 8; in inftl_scan_bbt()
1341 this->bbt_md->veroffs = 7; in inftl_scan_bbt()
1342 this->bbt_md->maxblocks = INFTL_BBT_RESERVED_BLOCKS; in inftl_scan_bbt()
1343 this->bbt_md->reserved_block_code = 0x01; in inftl_scan_bbt()
1344 this->bbt_md->pattern = "TBB_SYSM"; in inftl_scan_bbt()
1573 nand->bbt_md = nand->bbt_td + 1; in doc_probe()