Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Ddiskonchip.c1143 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 …]
H A Dnand_bbt.c921 struct nand_bbt_descr *td = this->bbt_td; in check_create()
1047 struct nand_bbt_descr *td = this->bbt_td; in nand_update_bbt()
1216 struct nand_bbt_descr *td = this->bbt_td; in nand_scan_bbt()
1372 if (!this->bbt_td) { in nand_create_bbt()
1374 this->bbt_td = &bbt_main_no_oob_descr; in nand_create_bbt()
1377 this->bbt_td = &bbt_main_descr; in nand_create_bbt()
1382 this->bbt_td = NULL; in nand_create_bbt()
H A Ddavinci_nand.c841 info->chip.bbt_td = pdata->bbt_td; in nand_davinci_probe()
H A Dcafe_nand.c619 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()
H A Dlpc32xx_mlc.c760 nand_chip->bbt_td = &lpc32xx_nand_bbt; in lpc32xx_nand_probe()
H A Dfsl_elbc_nand.c710 chip->bbt_td = &bbt_main_descr; in fsl_elbc_chip_init()
H A Dlpc32xx_slc.c816 chip->bbt_td = &bbt_smallpage_main_descr; in lpc32xx_nand_attach_chip()
H A Dfsl_ifc_nand.c884 chip->bbt_td = &bbt_main_descr; in fsl_ifc_chip_init()
H A Dmxc_nand.c1707 chip->bbt_td = &bbt_main_descr; in mxcnd_attach_chip()
H A Dmarvell_nand.c2466 chip->bbt_td = &bbt_main_descr; in marvell_nand_attach_chip()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c842 struct nand_bbt_descr *td = this->bbt_td; in check_create()
1080 struct nand_bbt_descr *td = this->bbt_td; in nand_scan_bbt()
1154 struct nand_bbt_descr *td = this->bbt_td; in nand_update_bbt()
1290 if (!this->bbt_td) { in nand_default_bbt()
1292 this->bbt_td = &bbt_main_no_oob_descr; in nand_default_bbt()
1295 this->bbt_td = &bbt_main_descr; in nand_default_bbt()
1300 this->bbt_td = NULL; in nand_default_bbt()
H A Dfsl_elbc_nand.c715 nand->bbt_td = &bbt_main_descr; in fsl_elbc_chip_init()
H A Dfsl_ifc_nand.c941 nand->bbt_td = &bbt_main_descr; in fsl_ifc_chip_init()
H A Dzynq_nand.c1178 nand_chip->bbt_td = &bbt_main_descr; in zynq_nand_init()
H A Darasan_nfc.c1128 nand_chip->bbt_td = &bbt_main_descr; in arasan_check_ondie()
H A Dmxc_nand.c1154 this->bbt_td = &bbt_main_descr;
H A Dpxa3xx_nand.c1686 chip->bbt_td = &bbt_main_descr; in pxa3xx_nand_scan()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dmtd-davinci.h81 struct nand_bbt_descr *bbt_td; member
/OK3568_Linux_fs/kernel/arch/arm/mach-davinci/
H A Dboard-da830-evm.c312 .bbt_td = &da830_evm_nand_bbt_main_descr,
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Drawnand.h936 struct nand_bbt_descr *bbt_td; member
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Drawnand.h1236 struct nand_bbt_descr *bbt_td; member
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dmtdnand.rst513 bbt_td before calling nand_scan(). If a mirror table is necessary a