Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A 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()
H A Dfsl_elbc_nand.c714 nand->bbt_td = &bbt_main_descr; in fsl_elbc_chip_init()
H A Dfsl_ifc_nand.c940 nand->bbt_td = &bbt_main_descr; in fsl_ifc_chip_init()
H A Dzynq_nand.c1177 nand_chip->bbt_td = &bbt_main_descr; in zynq_nand_init()
H A Darasan_nfc.c1127 nand_chip->bbt_td = &bbt_main_descr; in arasan_check_ondie()
H A Dmxc_nand.c1153 this->bbt_td = &bbt_main_descr;
H A Dpxa3xx_nand.c1685 chip->bbt_td = &bbt_main_descr; in pxa3xx_nand_scan()
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h956 struct nand_bbt_descr *bbt_td; member