Searched refs:bbt_td (Results 1 – 12 of 12) sorted by relevance
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()[all …]
953 struct nand_bbt_descr *td = this->bbt_td; in check_create()1079 struct nand_bbt_descr *td = this->bbt_td; in nand_update_bbt()1248 struct nand_bbt_descr *td = this->bbt_td; in nand_scan_bbt()1404 if (!this->bbt_td) { in nand_create_bbt()1406 this->bbt_td = &bbt_main_no_oob_descr; in nand_create_bbt()1409 this->bbt_td = &bbt_main_descr; in nand_create_bbt()1414 this->bbt_td = NULL; in nand_create_bbt()
619 cafe->nand.bbt_td = &cafe_bbt_main_descr_2048; in cafe_nand_attach_chip()622 cafe->nand.bbt_td = &cafe_bbt_main_descr_512; in cafe_nand_attach_chip()
765 nand_chip->bbt_td = &lpc32xx_nand_bbt; in lpc32xx_nand_probe()
709 chip->bbt_td = &bbt_main_descr; in fsl_elbc_chip_init()
816 chip->bbt_td = &bbt_smallpage_main_descr; in lpc32xx_nand_attach_chip()
884 chip->bbt_td = &bbt_main_descr; in fsl_ifc_chip_init()
974 chip->bbt_td = &bbt_main_descr; in pl35x_nand_attach_chip()
1427 chip->bbt_td = &bbt_main_descr; in mxcnd_attach_chip()
2510 chip->bbt_td = &bbt_main_descr; in marvell_nand_attach_chip()
1306 struct nand_bbt_descr *bbt_td; member
513 bbt_td before calling nand_scan(). If a mirror table is necessary a