Searched refs:bbt_td (Results 1 – 12 of 12) sorted by relevance
1344 this->bbt_td->options = NAND_BBT_ABSPAGE | NAND_BBT_8BIT | in nftl_scan_bbt()1347 this->bbt_td->veroffs = 7; in nftl_scan_bbt()1348 this->bbt_td->pages[0] = doc->mh0_page + 1; in nftl_scan_bbt()1384 this->bbt_td->options = NAND_BBT_2BIT | NAND_BBT_ABSPAGE; in inftl_scan_bbt()1386 this->bbt_td->options |= NAND_BBT_WRITE; in inftl_scan_bbt()1387 this->bbt_td->pages[0] = 2; in inftl_scan_bbt()1390 this->bbt_td->options = NAND_BBT_LASTBLOCK | NAND_BBT_8BIT | NAND_BBT_VERSION; in inftl_scan_bbt()1392 this->bbt_td->options |= NAND_BBT_WRITE; in inftl_scan_bbt()1393 this->bbt_td->offs = 8; in inftl_scan_bbt()1394 this->bbt_td->len = 8; in inftl_scan_bbt()[all …]
932 struct nand_bbt_descr *td = this->bbt_td; in check_create()1160 struct nand_bbt_descr *td = this->bbt_td; in nand_scan_bbt()1229 struct nand_bbt_descr *td = this->bbt_td; in nand_update_bbt()1405 if (!this->bbt_td) { in nand_default_bbt()1406 this->bbt_td = &bbt_main_descr; in nand_default_bbt()1416 if (!this->bbt_td) { in nand_default_bbt()1418 this->bbt_td = &bbt_main_no_bbt_descr; in nand_default_bbt()1421 this->bbt_td = &bbt_main_descr; in nand_default_bbt()1429 this->bbt_td = NULL; in nand_default_bbt()
584 info->chip.bbt_td = pdata->bbt_td; in nand_davinci_probe()
561 this->bbt_td = &rtc_from4_bbt_main_descr; in rtc_from4_init()
777 cafe->nand.bbt_td = &cafe_bbt_main_descr_2048; in cafe_nand_probe()781 cafe->nand.bbt_td = &cafe_bbt_main_descr_512; in cafe_nand_probe()
2570 bbt_masked_page = chip->bbt_td->pages[chipnr] & BBT_PAGE_MASK; in nand_erase_nand()2643 (chip->bbt_td->options & NAND_BBT_PERCHIP)) in nand_erase_nand()2644 bbt_masked_page = chip->bbt_td->pages[chipnr] & in nand_erase_nand()2674 rewrite_bbt[chipnr], chip->bbt_td->pages[chipnr]); in nand_erase_nand()
790 chip->bbt_td = &bbt_main_descr; in fsl_elbc_chip_init()
1168 this->bbt_td = &bbt_main_descr; in mxcnd_probe()
1596 denali->nand.bbt_td = &bbt_main_descr; in denali_pci_probe()
81 struct nand_bbt_descr *bbt_td; member
542 struct nand_bbt_descr *bbt_td; member
381 .bbt_td = &da830_evm_nand_bbt_main_descr,