Lines Matching refs:bbt_td
1143 this->bbt_td->options = NAND_BBT_ABSPAGE | NAND_BBT_8BIT | in nftl_scan_bbt()
1146 this->bbt_td->veroffs = 7; in nftl_scan_bbt()
1147 this->bbt_td->pages[0] = doc->mh0_page + 1; in nftl_scan_bbt()
1178 this->bbt_td->options = NAND_BBT_2BIT | NAND_BBT_ABSPAGE; in inftl_scan_bbt()
1180 this->bbt_td->options |= NAND_BBT_WRITE; in inftl_scan_bbt()
1181 this->bbt_td->pages[0] = 2; in inftl_scan_bbt()
1184 this->bbt_td->options = NAND_BBT_LASTBLOCK | NAND_BBT_8BIT | NAND_BBT_VERSION; in inftl_scan_bbt()
1186 this->bbt_td->options |= NAND_BBT_WRITE; in inftl_scan_bbt()
1187 this->bbt_td->offs = 8; in inftl_scan_bbt()
1188 this->bbt_td->len = 8; in inftl_scan_bbt()
1189 this->bbt_td->veroffs = 7; in inftl_scan_bbt()
1190 this->bbt_td->maxblocks = INFTL_BBT_RESERVED_BLOCKS; in inftl_scan_bbt()
1191 this->bbt_td->reserved_block_code = 0x01; in inftl_scan_bbt()
1192 this->bbt_td->pattern = "MSYS_BBT"; in inftl_scan_bbt()
1466 nand->bbt_td = (struct nand_bbt_descr *) (doc + 1); in doc_probe()
1467 nand->bbt_md = nand->bbt_td + 1; in doc_probe()