Home
last modified time | relevance | path

Searched refs:nand_bbt_descr (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_bbt.c93 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 Dfsl_elbc_nand.c114 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 Dfsl_ifc_nand.c198 static struct nand_bbt_descr bbt_main_descr = {
208 static struct nand_bbt_descr bbt_mirror_descr = {
H A Dzynq_nand.c218 static struct nand_bbt_descr bbt_main_descr = {
228 static struct nand_bbt_descr bbt_mirror_descr = {
H A Darasan_nfc.c238 static struct nand_bbt_descr bbt_main_descr = {
248 static struct nand_bbt_descr bbt_mirror_descr = {
H A Dmxc_nand.c1123 static struct nand_bbt_descr bbt_main_descr = {
1133 static struct nand_bbt_descr bbt_mirror_descr = {
H A Dpxa3xx_nand.c297 static struct nand_bbt_descr bbt_main_descr = {
307 static struct nand_bbt_descr bbt_mirror_descr = {
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dbbm.h47 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 Drawnand.h936 struct nand_bbt_descr *bbt_td;
937 struct nand_bbt_descr *bbt_md;
939 struct nand_bbt_descr *badblock_pattern;
/rk3399_rockchip-uboot/drivers/mtd/onenand/
H A Donenand_bbt.c38 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 = {