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