Lines Matching refs:bbt_td
1285 this->bbt_td->options = NAND_BBT_ABSPAGE | NAND_BBT_8BIT | in nftl_scan_bbt()
1288 this->bbt_td->veroffs = 7; in nftl_scan_bbt()
1289 this->bbt_td->pages[0] = doc->mh0_page + 1; in nftl_scan_bbt()
1320 this->bbt_td->options = NAND_BBT_2BIT | NAND_BBT_ABSPAGE; in inftl_scan_bbt()
1322 this->bbt_td->options |= NAND_BBT_WRITE; in inftl_scan_bbt()
1323 this->bbt_td->pages[0] = 2; in inftl_scan_bbt()
1326 this->bbt_td->options = NAND_BBT_LASTBLOCK | NAND_BBT_8BIT | NAND_BBT_VERSION; in inftl_scan_bbt()
1328 this->bbt_td->options |= NAND_BBT_WRITE; in inftl_scan_bbt()
1329 this->bbt_td->offs = 8; in inftl_scan_bbt()
1330 this->bbt_td->len = 8; in inftl_scan_bbt()
1331 this->bbt_td->veroffs = 7; in inftl_scan_bbt()
1332 this->bbt_td->maxblocks = INFTL_BBT_RESERVED_BLOCKS; in inftl_scan_bbt()
1333 this->bbt_td->reserved_block_code = 0x01; in inftl_scan_bbt()
1334 this->bbt_td->pattern = "MSYS_BBT"; in inftl_scan_bbt()
1569 nand->bbt_td = (struct nand_bbt_descr *) (doc + 1); in doc_probe()
1570 nand->bbt_md = nand->bbt_td + 1; in doc_probe()