Searched refs:nand_bbt_descr (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/drivers/mtd/nand/ |
D | nand_bbt.c | 93 static int check_pattern_no_oob(uint8_t *buf, struct nand_bbt_descr *td) in check_pattern_no_oob() 110 static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) in check_pattern() 131 static int check_short_pattern(uint8_t *buf, struct nand_bbt_descr *td) in check_short_pattern() 145 static u32 add_marker_len(struct nand_bbt_descr *td) in add_marker_len() 170 struct nand_bbt_descr *td, int offs) in read_bbt() 262 static int read_abs_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *td, int chip) in read_abs_bbt() 289 struct nand_bbt_descr *td) in scan_read_data() 343 size_t len, struct nand_bbt_descr *td) in scan_read() 367 static u32 bbt_get_ver_offs(struct mtd_info *mtd, struct nand_bbt_descr *td) in bbt_get_ver_offs() 387 struct nand_bbt_descr *td, struct nand_bbt_descr *md) in read_abs_bbts() [all …]
|
D | fsl_elbc_nand.c | 113 static struct nand_bbt_descr largepage_memorybased = { 128 static struct nand_bbt_descr bbt_main_descr = { 138 static struct nand_bbt_descr bbt_mirror_descr = {
|
D | fsl_ifc_nand.c | 197 static struct nand_bbt_descr bbt_main_descr = { 207 static struct nand_bbt_descr bbt_mirror_descr = {
|
D | zynq_nand.c | 217 static struct nand_bbt_descr bbt_main_descr = { 227 static struct nand_bbt_descr bbt_mirror_descr = {
|
D | arasan_nfc.c | 235 static struct nand_bbt_descr bbt_main_descr = { 245 static struct nand_bbt_descr bbt_mirror_descr = {
|
D | mxc_nand.c | 1122 static struct nand_bbt_descr bbt_main_descr = { 1132 static struct nand_bbt_descr bbt_mirror_descr = {
|
D | pxa3xx_nand.c | 239 static struct nand_bbt_descr bbt_main_descr = { 249 static struct nand_bbt_descr bbt_mirror_descr = {
|
/external/u-boot/drivers/mtd/onenand/ |
D | onenand_bbt.c | 38 struct nand_bbt_descr *td) in check_short_pattern() 63 struct nand_bbt_descr *bd, int chip) in create_bbt() 139 struct nand_bbt_descr *bd) in onenand_memory_bbt() 192 int onenand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd) in onenand_scan_bbt() 232 static struct nand_bbt_descr largepage_memorybased = {
|
/external/u-boot/include/linux/mtd/ |
D | bbm.h | 46 struct nand_bbt_descr { struct 152 struct nand_bbt_descr *badblock_pattern; 158 extern int onenand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd);
|
D | rawnand.h | 948 struct nand_bbt_descr *bbt_td; 949 struct nand_bbt_descr *bbt_md; 951 struct nand_bbt_descr *badblock_pattern;
|