Lines Matching refs:bbt_md
1149 this->bbt_md->options = NAND_BBT_ABSPAGE | NAND_BBT_8BIT | in nftl_scan_bbt()
1152 this->bbt_md->veroffs = 7; in nftl_scan_bbt()
1153 this->bbt_md->pages[0] = doc->mh1_page + 1; in nftl_scan_bbt()
1155 this->bbt_md = NULL; in nftl_scan_bbt()
1182 this->bbt_md = NULL; in inftl_scan_bbt()
1194 this->bbt_md->options = NAND_BBT_LASTBLOCK | NAND_BBT_8BIT | NAND_BBT_VERSION; in inftl_scan_bbt()
1196 this->bbt_md->options |= NAND_BBT_WRITE; in inftl_scan_bbt()
1197 this->bbt_md->offs = 8; in inftl_scan_bbt()
1198 this->bbt_md->len = 8; in inftl_scan_bbt()
1199 this->bbt_md->veroffs = 7; in inftl_scan_bbt()
1200 this->bbt_md->maxblocks = INFTL_BBT_RESERVED_BLOCKS; in inftl_scan_bbt()
1201 this->bbt_md->reserved_block_code = 0x01; in inftl_scan_bbt()
1202 this->bbt_md->pattern = "TBB_SYSM"; in inftl_scan_bbt()
1467 nand->bbt_md = nand->bbt_td + 1; in doc_probe()