Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/nand/
Dnand_bbt.c840 struct nand_bbt_descr *td = this->bbt_td; in check_create()
1078 struct nand_bbt_descr *td = this->bbt_td; in nand_scan_bbt()
1152 struct nand_bbt_descr *td = this->bbt_td; in nand_update_bbt()
1288 if (!this->bbt_td) { in nand_default_bbt()
1290 this->bbt_td = &bbt_main_no_oob_descr; in nand_default_bbt()
1293 this->bbt_td = &bbt_main_descr; in nand_default_bbt()
1298 this->bbt_td = NULL; in nand_default_bbt()
Dfsl_elbc_nand.c714 nand->bbt_td = &bbt_main_descr; in fsl_elbc_chip_init()
Dfsl_ifc_nand.c931 nand->bbt_td = &bbt_main_descr; in fsl_ifc_chip_init()
Dzynq_nand.c1177 nand_chip->bbt_td = &bbt_main_descr; in zynq_nand_init()
Darasan_nfc.c1128 nand_chip->bbt_td = &bbt_main_descr; in arasan_check_ondie()
Dmxc_nand.c1153 this->bbt_td = &bbt_main_descr;
Dpxa3xx_nand.c1417 chip->bbt_td = &bbt_main_descr; in pxa3xx_nand_scan()
/external/u-boot/include/linux/mtd/
Drawnand.h948 struct nand_bbt_descr *bbt_td; member