Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mtd/nand/raw/
A Ddiskonchip.c1152 this->bbt_md->veroffs = 7; in nftl_scan_bbt()
1153 this->bbt_md->pages[0] = doc->mh1_page + 1; in nftl_scan_bbt()
1155 this->bbt_md = NULL; in nftl_scan_bbt()
1182 this->bbt_md = NULL; in inftl_scan_bbt()
1196 this->bbt_md->options |= NAND_BBT_WRITE; in inftl_scan_bbt()
1197 this->bbt_md->offs = 8; in inftl_scan_bbt()
1198 this->bbt_md->len = 8; in inftl_scan_bbt()
1199 this->bbt_md->veroffs = 7; in inftl_scan_bbt()
1201 this->bbt_md->reserved_block_code = 0x01; in inftl_scan_bbt()
1202 this->bbt_md->pattern = "TBB_SYSM"; in inftl_scan_bbt()
[all …]
A Dnand_bbt.c955 struct nand_bbt_descr *md = this->bbt_md; in check_create()
1081 struct nand_bbt_descr *md = this->bbt_md; in nand_update_bbt()
1250 struct nand_bbt_descr *md = this->bbt_md; in nand_scan_bbt()
1408 this->bbt_md = &bbt_mirror_no_oob_descr; in nand_create_bbt()
1411 this->bbt_md = &bbt_mirror_descr; in nand_create_bbt()
1416 this->bbt_md = NULL; in nand_create_bbt()
A Ddavinci_nand.c775 info->chip.bbt_md = pdata->bbt_md; in nand_davinci_probe()
A Dcafe_nand.c620 cafe->nand.bbt_md = &cafe_bbt_mirror_descr_2048; in cafe_nand_attach_chip()
623 cafe->nand.bbt_md = &cafe_bbt_mirror_descr_512; in cafe_nand_attach_chip()
A Dlpc32xx_mlc.c762 nand_chip->bbt_md = &lpc32xx_nand_bbt_mirror; in lpc32xx_nand_probe()
A Dfsl_elbc_nand.c710 chip->bbt_md = &bbt_mirror_descr; in fsl_elbc_chip_init()
A Dlpc32xx_slc.c813 chip->bbt_md = &bbt_smallpage_mirror_descr; in lpc32xx_nand_attach_chip()
A Dfsl_ifc_nand.c884 chip->bbt_md = &bbt_mirror_descr; in fsl_ifc_chip_init()
A Dpl35x-nand-controller.c968 chip->bbt_md = &bbt_mirror_descr; in pl35x_nand_attach_chip()
A Dmxc_nand.c1652 chip->bbt_md = &bbt_mirror_descr; in mxcnd_attach_chip()
A Dmarvell_nand.c2481 chip->bbt_md = &bbt_mirror_descr; in marvell_nand_attach_chip()
/linux-6.3-rc2/include/linux/platform_data/
A Dmtd-davinci.h82 struct nand_bbt_descr *bbt_md; member
/linux-6.3-rc2/include/linux/mtd/
A Drawnand.h1291 struct nand_bbt_descr *bbt_md; member
/linux-6.3-rc2/Documentation/driver-api/
A Dmtdnand.rst515 stored in bbt_md inside the nand_chip structure. If the bbt_md member

Completed in 42 milliseconds