Searched refs:nand_bbt_descr (Results 1 – 10 of 10) sorted by relevance
/u-boot/include/linux/mtd/ |
A 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);
|
A D | rawnand.h | 965 struct nand_bbt_descr *bbt_td; 966 struct nand_bbt_descr *bbt_md; 968 struct nand_bbt_descr *badblock_pattern;
|
/u-boot/drivers/mtd/nand/raw/ |
A D | nand_bbt.c | 173 struct nand_bbt_descr *td, int offs) in read_bbt() 292 struct nand_bbt_descr *td) in scan_read_data() 346 size_t len, struct nand_bbt_descr *td) in scan_read() 390 struct nand_bbt_descr *td, struct nand_bbt_descr *md) in read_abs_bbts() 456 struct nand_bbt_descr *bd, int chip) in create_bbt() 597 struct nand_bbt_descr *td, in search_read_bbts() 598 struct nand_bbt_descr *md) in search_read_bbts() 619 struct nand_bbt_descr *td, struct nand_bbt_descr *md, in write_bbt() 843 struct nand_bbt_descr *td = this->bbt_td; in check_create() 845 struct nand_bbt_descr *rd, *rd2; in check_create() [all …]
|
A D | fsl_elbc_nand.c | 115 static struct nand_bbt_descr largepage_memorybased = { 130 static struct nand_bbt_descr bbt_main_descr = { 140 static struct nand_bbt_descr bbt_mirror_descr = {
|
A D | fsl_ifc_nand.c | 199 static struct nand_bbt_descr bbt_main_descr = { 209 static struct nand_bbt_descr bbt_mirror_descr = {
|
A D | zynq_nand.c | 230 static struct nand_bbt_descr bbt_main_descr = { 240 static struct nand_bbt_descr bbt_mirror_descr = {
|
A D | mxc_nand.c | 1124 static struct nand_bbt_descr bbt_main_descr = { 1134 static struct nand_bbt_descr bbt_mirror_descr = {
|
A D | arasan_nfc.c | 247 static struct nand_bbt_descr bbt_main_descr = { 257 static struct nand_bbt_descr bbt_mirror_descr = {
|
A D | pxa3xx_nand.c | 312 static struct nand_bbt_descr bbt_main_descr = { 322 static struct nand_bbt_descr bbt_mirror_descr = {
|
/u-boot/drivers/mtd/onenand/ |
A D | onenand_bbt.c | 39 struct nand_bbt_descr *td) in check_short_pattern() 64 struct nand_bbt_descr *bd, int chip) in create_bbt() 140 struct nand_bbt_descr *bd) in onenand_memory_bbt() 193 int onenand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd) in onenand_scan_bbt() 233 static struct nand_bbt_descr largepage_memorybased = {
|
Completed in 25 milliseconds