• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/

Lines Matching refs:nand_bbt_descr

78 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 *td, struct nand_bbt_descr *md)
560 struct nand_bbt_descr *td, struct nand_bbt_descr *md,
756 static inline int nand_memory_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd)
776 static int check_create(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *bd)
780 struct nand_bbt_descr *td = this->bbt_td;
781 struct nand_bbt_descr *md = this->bbt_md;
782 struct nand_bbt_descr *rd, *rd2;
889 static void mark_bbt_region(struct mtd_info *mtd, struct nand_bbt_descr *td)
954 int nand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd)
959 struct nand_bbt_descr *td = this->bbt_td;
960 struct nand_bbt_descr *md = this->bbt_md;
1026 struct nand_bbt_descr *td = this->bbt_td;
1027 struct nand_bbt_descr *md = this->bbt_md;
1077 static struct nand_bbt_descr smallpage_memorybased = {
1084 static struct nand_bbt_descr largepage_memorybased = {
1091 static struct nand_bbt_descr smallpage_flashbased = {
1098 static struct nand_bbt_descr largepage_flashbased = {
1107 static struct nand_bbt_descr agand_flashbased = {
1119 static struct nand_bbt_descr bbt_main_descr = {
1129 static struct nand_bbt_descr bbt_mirror_descr = {