Lines Matching refs:bbt_md
1285 this->bbt_md->options = NAND_BBT_ABSPAGE | NAND_BBT_8BIT | in nftl_scan_bbt()
1288 this->bbt_md->veroffs = 7; in nftl_scan_bbt()
1289 this->bbt_md->pages[0] = doc->mh1_page + 1; in nftl_scan_bbt()
1291 this->bbt_md = NULL; in nftl_scan_bbt()
1318 this->bbt_md = NULL; in inftl_scan_bbt()
1330 this->bbt_md->options = NAND_BBT_LASTBLOCK | NAND_BBT_8BIT | NAND_BBT_VERSION; in inftl_scan_bbt()
1332 this->bbt_md->options |= NAND_BBT_WRITE; in inftl_scan_bbt()
1333 this->bbt_md->offs = 8; in inftl_scan_bbt()
1334 this->bbt_md->len = 8; in inftl_scan_bbt()
1335 this->bbt_md->veroffs = 7; in inftl_scan_bbt()
1336 this->bbt_md->maxblocks = INFTL_BBT_RESERVED_BLOCKS; in inftl_scan_bbt()
1337 this->bbt_md->reserved_block_code = 0x01; in inftl_scan_bbt()
1338 this->bbt_md->pattern = "TBB_SYSM"; in inftl_scan_bbt()
1583 nand->bbt_md = nand->bbt_td + 1; in doc_probe()