Home
last modified time | relevance | path

Searched refs:nand_bbt_descr (Results 1 – 25 of 25) sorted by relevance

/linux-5.19.10/drivers/mtd/nand/raw/
Dnand_bbt.c90 static int check_pattern_no_oob(uint8_t *buf, struct nand_bbt_descr *td) in check_pattern_no_oob()
107 static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) in check_pattern()
128 static int check_short_pattern(uint8_t *buf, struct nand_bbt_descr *td) in check_short_pattern()
142 static u32 add_marker_len(struct nand_bbt_descr *td) in add_marker_len()
167 struct nand_bbt_descr *td, int offs) in read_bbt()
260 struct nand_bbt_descr *td, int chip) in read_abs_bbt()
288 struct nand_bbt_descr *td) in scan_read_data()
344 size_t len, struct nand_bbt_descr *td) in scan_read()
369 static u32 bbt_get_ver_offs(struct nand_chip *this, struct nand_bbt_descr *td) in bbt_get_ver_offs()
390 struct nand_bbt_descr *td, struct nand_bbt_descr *md) in read_abs_bbts()
[all …]
Dcafe_nand.c492 static struct nand_bbt_descr cafe_bbt_main_descr_2048 = {
502 static struct nand_bbt_descr cafe_bbt_mirror_descr_2048 = {
512 static struct nand_bbt_descr cafe_bbt_main_descr_512 = {
522 static struct nand_bbt_descr cafe_bbt_mirror_descr_512 = {
Dlpc32xx_mlc.c163 static struct nand_bbt_descr lpc32xx_nand_bbt = {
169 static struct nand_bbt_descr lpc32xx_nand_bbt_mirror = {
Dfsl_elbc_nand.c125 static struct nand_bbt_descr bbt_main_descr = {
135 static struct nand_bbt_descr bbt_mirror_descr = {
Dlpc32xx_slc.c179 static struct nand_bbt_descr bbt_smallpage_main_descr = {
189 static struct nand_bbt_descr bbt_smallpage_mirror_descr = {
Dfsl_ifc_nand.c63 static struct nand_bbt_descr bbt_main_descr = {
73 static struct nand_bbt_descr bbt_mirror_descr = {
Dsh_flctl.c103 static struct nand_bbt_descr flctl_4secc_smallpage = {
109 static struct nand_bbt_descr flctl_4secc_largepage = {
Dpl35x-nand-controller.c196 static struct nand_bbt_descr bbt_main_descr = {
206 static struct nand_bbt_descr bbt_mirror_descr = {
Ddiskonchip.c1435 (2 * sizeof(struct nand_bbt_descr)); in doc_probe()
1466 nand->bbt_td = (struct nand_bbt_descr *) (doc + 1); in doc_probe()
Dmxc_nand.c1440 static struct nand_bbt_descr bbt_main_descr = {
1450 static struct nand_bbt_descr bbt_mirror_descr = {
Dmarvell_nand.c2331 static struct nand_bbt_descr bbt_main_descr = {
2341 static struct nand_bbt_descr bbt_mirror_descr = {
/linux-5.19.10/drivers/mtd/nand/onenand/
Donenand_bbt.c32 static int check_short_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) in check_short_pattern()
56 static int create_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *bd, int chip) in create_bbt()
131 static inline int onenand_memory_bbt (struct mtd_info *mtd, struct nand_bbt_descr *bd) in onenand_memory_bbt()
181 static int onenand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd) in onenand_scan_bbt()
215 static struct nand_bbt_descr largepage_memorybased = {
/linux-5.19.10/include/linux/platform_data/
Dmtd-davinci.h81 struct nand_bbt_descr *bbt_td;
82 struct nand_bbt_descr *bbt_md;
/linux-5.19.10/include/linux/mtd/
Dbbm.h41 struct nand_bbt_descr { struct
135 struct nand_bbt_descr *badblock_pattern;
Dsharpsl.h15 struct nand_bbt_descr *badblock_pattern;
Drawnand.h1274 struct nand_bbt_descr *bbt_td;
1275 struct nand_bbt_descr *bbt_md;
1276 struct nand_bbt_descr *badblock_pattern;
/linux-5.19.10/include/linux/mfd/
Dtmio.h117 struct nand_bbt_descr *badblock_pattern;
/linux-5.19.10/arch/arm/mach-davinci/
Dboard-da830-evm.c272 static struct nand_bbt_descr da830_evm_nand_bbt_main_descr = {
283 static struct nand_bbt_descr da830_evm_nand_bbt_mirror_descr = {
/linux-5.19.10/arch/arm/mach-pxa/
Dpoodle.c356 static struct nand_bbt_descr sharpsl_bbt = {
Dcorgi.c642 static struct nand_bbt_descr sharpsl_bbt = {
Dtosa.c709 static struct nand_bbt_descr tosa_tc6393xb_nand_bbt = {
Deseries.c299 static struct nand_bbt_descr e400_t7l66xb_nand_bbt = {
Dspitz.c764 static struct nand_bbt_descr spitz_nand_bbt = {
/linux-5.19.10/Documentation/driver-api/
Dmtdnand.rst511 User defined tables are created by filling out a nand_bbt_descr
519 The most important field in the nand_bbt_descr structure is the
551 must be given in the offs member of the nand_bbt_descr structure.
/linux-5.19.10/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c1080 static struct nand_bbt_descr gpmi_bbt_descr = {