Home
last modified time | relevance | path

Searched refs:eccreq (Results 1 – 19 of 19) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/nand/spi/
H A Dtoshiba.c83 return nand->eccreq.strength; in tc58cxgxsx_ecc_get_status()
87 if (WARN_ON(mbf > nand->eccreq.strength || !mbf)) in tc58cxgxsx_ecc_get_status()
88 return nand->eccreq.strength; in tc58cxgxsx_ecc_get_status()
H A Dunim.c134 return nand->eccreq.strength; in tx25g01_ecc_get_status()
159 return nand->eccreq.strength; in um19axxisw_ecc_ecc_get_status()
184 return nand->eccreq.strength; in um19a9xisw_ecc_get_status()
H A Dmacronix.c89 return nand->eccreq.strength; in mx35lf1ge4ab_ecc_get_status()
91 if (WARN_ON(eccsr > nand->eccreq.strength || !eccsr)) in mx35lf1ge4ab_ecc_get_status()
92 return nand->eccreq.strength; in mx35lf1ge4ab_ecc_get_status()
H A Dfmsh.c105 return nand->eccreq.strength; in fm25s01bi3_ecc_ecc_get_status()
159 return nand->eccreq.strength; in fm25g0xd_ecc_get_status()
H A Dbiwin.c78 return nand->eccreq.strength; in bwjx08k_ecc_get_status()
H A Djsc.c81 return nand->eccreq.strength; in js28u1gqscahg_ecc_get_status()
H A Dkingston.c81 return nand->eccreq.strength; in spi004_sdeg_ecc_get_status()
H A Dxincun.c79 return nand->eccreq.strength; in xcsp2aapk_ecc_get_status()
H A Dskyhigh.c77 return nand->eccreq.strength; in s35ml0xg3_ecc_get_status()
H A Desmt.c111 return nand->eccreq.strength; in f50l2g41ka_ecc_ecc_get_status()
H A Dmicron.c144 return nand->eccreq.strength; in mt29f4g01abafd_ecc_ecc_get_status()
H A Detron.c75 return nand->eccreq.strength; in em73c044vcf_oh_ecc_get_status()
H A Dhyf.c136 return nand->eccreq.strength; in hyf1gq4udacae_ecc_get_status()
H A Dforesee.c102 return nand->eccreq.strength; in f35sqb00xg_ecc_get_status()
H A Dcore.c513 return nand->eccreq.strength; in spinand_check_ecc_status()
1076 nand->eccreq = table[i].eccreq; in spinand_match_and_init()
1265 mtd->ecc_strength = nand->eccreq.strength; in spinand_init()
1266 mtd->ecc_step_size = nand->eccreq.step_size; in spinand_init()
H A Dwinbond.c135 return nand->eccreq.strength; in w25n02kv_ecc_get_status()
H A Dxtx.c224 return nand->eccreq.strength; in xt26g11c_ecc_get_status()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspinand.h337 struct nand_ecc_req eccreq; member
377 .eccreq = __eccreq, \
H A Dnand.h190 struct nand_ecc_req eccreq; member