Home
last modified time | relevance | path

Searched refs:bbt_td (Results 1 – 12 of 12) sorted by relevance

/linux-2.6.39/drivers/mtd/nand/
Ddiskonchip.c1344 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 …]
Dnand_bbt.c932 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()
Ddavinci_nand.c584 info->chip.bbt_td = pdata->bbt_td; in nand_davinci_probe()
Drtc_from4.c561 this->bbt_td = &rtc_from4_bbt_main_descr; in rtc_from4_init()
Dcafe_nand.c777 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()
Dnand_base.c2570 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()
Dfsl_elbc_nand.c790 chip->bbt_td = &bbt_main_descr; in fsl_elbc_chip_init()
Dmxc_nand.c1168 this->bbt_td = &bbt_main_descr; in mxcnd_probe()
Ddenali.c1596 denali->nand.bbt_td = &bbt_main_descr; in denali_pci_probe()
/linux-2.6.39/arch/arm/mach-davinci/include/mach/
Dnand.h81 struct nand_bbt_descr *bbt_td; member
/linux-2.6.39/include/linux/mtd/
Dnand.h542 struct nand_bbt_descr *bbt_td; member
/linux-2.6.39/arch/arm/mach-davinci/
Dboard-da830-evm.c381 .bbt_td = &da830_evm_nand_bbt_main_descr,