Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
A Ddiskonchip.c1146 this->bbt_td->veroffs = 7; in nftl_scan_bbt()
1147 this->bbt_td->pages[0] = doc->mh0_page + 1; in nftl_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()
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()
1189 this->bbt_td->veroffs = 7; in inftl_scan_bbt()
1191 this->bbt_td->reserved_block_code = 0x01; in inftl_scan_bbt()
1192 this->bbt_td->pattern = "MSYS_BBT"; in inftl_scan_bbt()
[all …]
A Dnand_bbt.c954 struct nand_bbt_descr *td = this->bbt_td; in check_create()
1080 struct nand_bbt_descr *td = this->bbt_td; in nand_update_bbt()
1249 struct nand_bbt_descr *td = this->bbt_td; in nand_scan_bbt()
1405 if (!this->bbt_td) { in nand_create_bbt()
1407 this->bbt_td = &bbt_main_no_oob_descr; in nand_create_bbt()
1410 this->bbt_td = &bbt_main_descr; in nand_create_bbt()
1415 this->bbt_td = NULL; in nand_create_bbt()
A Ddavinci_nand.c845 info->chip.bbt_td = pdata->bbt_td; in nand_davinci_probe()
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()
A Dlpc32xx_mlc.c759 nand_chip->bbt_td = &lpc32xx_nand_bbt; in lpc32xx_nand_probe()
A Dfsl_elbc_nand.c709 chip->bbt_td = &bbt_main_descr; in fsl_elbc_chip_init()
A Dlpc32xx_slc.c815 chip->bbt_td = &bbt_smallpage_main_descr; in lpc32xx_nand_attach_chip()
A Dfsl_ifc_nand.c883 chip->bbt_td = &bbt_main_descr; in fsl_ifc_chip_init()
A Dpl35x-nand-controller.c967 chip->bbt_td = &bbt_main_descr; in pl35x_nand_attach_chip()
A Dmxc_nand.c1651 chip->bbt_td = &bbt_main_descr; in mxcnd_attach_chip()
A Dmarvell_nand.c2466 chip->bbt_td = &bbt_main_descr; in marvell_nand_attach_chip()
/linux/include/linux/platform_data/
A Dmtd-davinci.h81 struct nand_bbt_descr *bbt_td; member
/linux/arch/arm/mach-davinci/
A Dboard-da830-evm.c312 .bbt_td = &da830_evm_nand_bbt_main_descr,
/linux/include/linux/mtd/
A Drawnand.h1273 struct nand_bbt_descr *bbt_td; member
/linux/Documentation/driver-api/
A Dmtdnand.rst513 bbt_td before calling nand_scan(). If a mirror table is necessary a

Completed in 76 milliseconds