Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c841 struct nand_bbt_descr *md = this->bbt_md; in check_create()
1079 struct nand_bbt_descr *md = this->bbt_md; in nand_scan_bbt()
1153 struct nand_bbt_descr *md = this->bbt_md; in nand_update_bbt()
1291 this->bbt_md = &bbt_mirror_no_oob_descr; in nand_default_bbt()
1294 this->bbt_md = &bbt_mirror_descr; in nand_default_bbt()
1299 this->bbt_md = NULL; in nand_default_bbt()
H A Dfsl_elbc_nand.c715 nand->bbt_md = &bbt_mirror_descr; in fsl_elbc_chip_init()
H A Dfsl_ifc_nand.c941 nand->bbt_md = &bbt_mirror_descr; in fsl_ifc_chip_init()
H A Dzynq_nand.c1178 nand_chip->bbt_md = &bbt_mirror_descr; in zynq_nand_init()
H A Darasan_nfc.c1128 nand_chip->bbt_md = &bbt_mirror_descr; in arasan_check_ondie()
H A Dmxc_nand.c1154 this->bbt_md = &bbt_mirror_descr;
H A Dpxa3xx_nand.c1686 chip->bbt_md = &bbt_mirror_descr; in pxa3xx_nand_scan()
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h957 struct nand_bbt_descr *bbt_md; member