Searched refs:nand_bbt_descr (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dbbm.h21 * struct nand_bbt_descr - bad block table descriptor
44 struct nand_bbt_descr { struct
123 struct nand_bbt_descr *badblock_pattern;
129 extern int onenand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd);
H A Dnand.h452 struct nand_bbt_descr *bbt_td;
453 struct nand_bbt_descr *bbt_md;
455 struct nand_bbt_descr *badblock_pattern;
509 * struct nand_bbt_descr - bad block table descriptor
531 struct nand_bbt_descr { struct
577 extern int nand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_bbt.c36 static int check_short_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td)
60 static int create_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *bd, int chip)
127 static inline int onenand_memory_bbt (struct mtd_info *mtd, struct nand_bbt_descr *bd)
178 int onenand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd)
217 static struct nand_bbt_descr largepage_memorybased = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_bbt.c78 static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td)
119 static int check_short_pattern(uint8_t *buf, struct nand_bbt_descr *td)
211 static int read_abs_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *td, int chip)
283 struct nand_bbt_descr *td, struct nand_bbt_descr *md)
310 static int scan_block_full(struct mtd_info *mtd, struct nand_bbt_descr *bd,
330 static int scan_block_fast(struct mtd_info *mtd, struct nand_bbt_descr *bd,
372 struct nand_bbt_descr *bd, int chip)
461 static int search_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *td)
534 static int search_read_bbts(struct mtd_info *mtd, uint8_t * buf, struct nand_bbt_descr *t
[all...]
H A Dsharpsl.c107 static struct nand_bbt_descr sharpsl_bbt = {
114 static struct nand_bbt_descr sharpsl_akita_bbt = {
H A Drtc_from4.c118 static struct nand_bbt_descr rtc_from4_bbt_main_descr = {
128 static struct nand_bbt_descr rtc_from4_bbt_mirror_descr = {
H A Dcafe_nand.c463 static struct nand_bbt_descr cafe_bbt_main_descr_2048 = {
473 static struct nand_bbt_descr cafe_bbt_mirror_descr_2048 = {
489 static struct nand_bbt_descr cafe_bbt_main_descr_512 = {
499 static struct nand_bbt_descr cafe_bbt_mirror_descr_512 = {
H A Ddiskonchip.c1618 sizeof(struct nand_chip) + sizeof(struct doc_priv) + (2 * sizeof(struct nand_bbt_descr));
1628 nand->bbt_td = (struct nand_bbt_descr *) (doc + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_bbt.c133 static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td)
174 static int check_short_pattern(uint8_t *buf, struct nand_bbt_descr *td)
282 struct nand_bbt_descr *td, int chip)
358 struct nand_bbt_descr *td, struct nand_bbt_descr *md)
385 static int brcmnand_scan_block_full(struct mtd_info *mtd, struct nand_bbt_descr *bd,
404 static int brcmnand_scan_block_fast(struct mtd_info *mtd, struct nand_bbt_descr *bd,
449 struct nand_bbt_descr *bd, int chip)
539 static int brcmnand_search_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *td)
613 struct nand_bbt_descr *t
[all...]
H A Dbrcmnand_priv.h86 extern int brcmnand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd);

Completed in 402 milliseconds