Searched refs:bbt (Results 1 – 25 of 54) sorted by relevance
123
35 nand->bbt.cache = kzalloc(nwords, GFP_KERNEL); in nanddev_bbt_init()36 if (!nand->bbt.cache) in nanddev_bbt_init()51 kfree(nand->bbt.cache); in nanddev_bbt_cleanup()82 unsigned long *pos = nand->bbt.cache + in nanddev_bbt_get_block_status()115 unsigned long *pos = nand->bbt.cache + in nanddev_bbt_set_block_status()
4 nandcore-objs := core.o bbt.o
112 bbm->bbt[i >> 3] |= 0x03 << (i & 0x6); in create_bbt()162 res = (bbm->bbt[block >> 3] >> (block & 0x06)) & 0x03; in onenand_isbad_bbt()201 bbm->bbt = malloc(len); in onenand_scan_bbt()202 if (!bbm->bbt) in onenand_scan_bbt()205 memset(bbm->bbt, 0x00, len); in onenand_scan_bbt()220 free(bbm->bbt); in onenand_scan_bbt()221 bbm->bbt = NULL; in onenand_scan_bbt()
13 nand-on-flash-bbt;
61 nand-on-flash-bbt;
46 nand-on-flash-bbt;
56 nand-on-flash-bbt;
104 nand-on-flash-bbt;
94 nand-on-flash-bbt;
113 nand-on-flash-bbt;
79 nand-on-flash-bbt;
68 nand-on-flash-bbt;
101 nand-on-flash-bbt;
147 nand-on-flash-bbt;
76 nand-on-flash-bbt;
62 nand-on-flash-bbt;
99 nand-on-flash-bbt;
27 - nand-on-flash-bbt: see nand.txt57 nand-on-flash-bbt;
147 uint8_t *bbt; member
72 nand-on-flash-bbt;
110 nand-on-flash-bbt;
84 uint8_t entry = chip->bbt[block >> BBT_ENTRY_SHIFT]; in bbt_get_entry()93 chip->bbt[block >> BBT_ENTRY_SHIFT] |= msk; in bbt_mark_entry()1089 this->bbt = kzalloc(len, GFP_KERNEL); in nand_scan_bbt()1090 if (!this->bbt) in nand_scan_bbt()1137 kfree(this->bbt); in nand_scan_bbt()1138 this->bbt = NULL; in nand_scan_bbt()1158 if (!this->bbt || !td) in nand_update_bbt()
94 if (chip->bbt) { in nand_erase_opts()95 kfree(chip->bbt); in nand_erase_opts()97 chip->bbt = NULL; in nand_erase_opts()
43 …k(nand.env1),128k(nand.env2),0x1000000(nand.rec),0x3ee40000(nand.ubi),0x80000@0x3ff80000(nand.bbt)"
Completed in 24 milliseconds