| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_bbt.c | 90 static int check_pattern_no_oob(uint8_t *buf, struct nand_bbt_descr *td) in check_pattern_no_oob() 107 static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) in check_pattern() 128 static int check_short_pattern(uint8_t *buf, struct nand_bbt_descr *td) in check_short_pattern() 142 static u32 add_marker_len(struct nand_bbt_descr *td) in add_marker_len() 167 struct nand_bbt_descr *td, int offs) in read_bbt() 260 struct nand_bbt_descr *td, int chip) in read_abs_bbt() 288 struct nand_bbt_descr *td) in scan_read_data() 344 size_t len, struct nand_bbt_descr *td) in scan_read() 369 static u32 bbt_get_ver_offs(struct nand_chip *this, struct nand_bbt_descr *td) in bbt_get_ver_offs() 390 struct nand_bbt_descr *td, struct nand_bbt_descr *md) in read_abs_bbts() [all …]
|
| H A D | cafe_nand.c | 492 static struct nand_bbt_descr cafe_bbt_main_descr_2048 = { 502 static struct nand_bbt_descr cafe_bbt_mirror_descr_2048 = { 512 static struct nand_bbt_descr cafe_bbt_main_descr_512 = { 522 static struct nand_bbt_descr cafe_bbt_mirror_descr_512 = {
|
| H A D | lpc32xx_mlc.c | 164 static struct nand_bbt_descr lpc32xx_nand_bbt = { 170 static struct nand_bbt_descr lpc32xx_nand_bbt_mirror = {
|
| H A D | fsl_elbc_nand.c | 126 static struct nand_bbt_descr bbt_main_descr = { 136 static struct nand_bbt_descr bbt_mirror_descr = {
|
| H A D | lpc32xx_slc.c | 180 static struct nand_bbt_descr bbt_smallpage_main_descr = { 190 static struct nand_bbt_descr bbt_smallpage_mirror_descr = {
|
| H A D | fsl_ifc_nand.c | 64 static struct nand_bbt_descr bbt_main_descr = { 74 static struct nand_bbt_descr bbt_mirror_descr = {
|
| H A D | sh_flctl.c | 103 static struct nand_bbt_descr flctl_4secc_smallpage = { 109 static struct nand_bbt_descr flctl_4secc_largepage = {
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A 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 …]
|
| H A D | fsl_elbc_nand.c | 114 static struct nand_bbt_descr largepage_memorybased = { 129 static struct nand_bbt_descr bbt_main_descr = { 139 static struct nand_bbt_descr bbt_mirror_descr = {
|
| H A D | fsl_ifc_nand.c | 198 static struct nand_bbt_descr bbt_main_descr = { 208 static struct nand_bbt_descr bbt_mirror_descr = {
|
| H A D | zynq_nand.c | 218 static struct nand_bbt_descr bbt_main_descr = { 228 static struct nand_bbt_descr bbt_mirror_descr = {
|
| H A D | arasan_nfc.c | 238 static struct nand_bbt_descr bbt_main_descr = { 248 static struct nand_bbt_descr bbt_mirror_descr = {
|
| H A D | mxc_nand.c | 1123 static struct nand_bbt_descr bbt_main_descr = { 1133 static struct nand_bbt_descr bbt_mirror_descr = {
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/onenand/ |
| H A 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 = {
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/ |
| H A D | onenand_bbt.c | 32 static int check_short_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) in check_short_pattern() 56 static int create_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *bd, int chip) in create_bbt() 131 static inline int onenand_memory_bbt (struct mtd_info *mtd, struct nand_bbt_descr *bd) in onenand_memory_bbt() 181 static int onenand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd) in onenand_scan_bbt() 215 static struct nand_bbt_descr largepage_memorybased = {
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | bbm.h | 47 struct nand_bbt_descr { struct 153 struct nand_bbt_descr *badblock_pattern; 159 extern int onenand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd);
|
| H A D | rawnand.h | 936 struct nand_bbt_descr *bbt_td; 937 struct nand_bbt_descr *bbt_md; 939 struct nand_bbt_descr *badblock_pattern;
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | mtd-davinci.h | 81 struct nand_bbt_descr *bbt_td; 82 struct nand_bbt_descr *bbt_md;
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | bbm.h | 41 struct nand_bbt_descr { struct 135 struct nand_bbt_descr *badblock_pattern;
|
| H A D | sharpsl.h | 16 struct nand_bbt_descr *badblock_pattern;
|
| H A D | rawnand.h | 1236 struct nand_bbt_descr *bbt_td; 1237 struct nand_bbt_descr *bbt_md; 1238 struct nand_bbt_descr *badblock_pattern;
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | tmio.h | 112 struct nand_bbt_descr *badblock_pattern;
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-davinci/ |
| H A D | board-da830-evm.c | 273 static struct nand_bbt_descr da830_evm_nand_bbt_main_descr = { 284 static struct nand_bbt_descr da830_evm_nand_bbt_mirror_descr = {
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | poodle.c | 343 static struct nand_bbt_descr sharpsl_bbt = {
|
| H A D | corgi.c | 628 static struct nand_bbt_descr sharpsl_bbt = {
|