Home
last modified time | relevance | path

Searched refs:mbf (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/mtd/nand/spi/
Dtoshiba.c75 u8 mbf = 0; in tx58cxgxsxraix_ecc_get_status() local
95 mbf = *(spinand->scratchbuf) >> 4; in tx58cxgxsxraix_ecc_get_status()
97 if (WARN_ON(mbf > nanddev_get_ecc_conf(nand)->strength || !mbf)) in tx58cxgxsxraix_ecc_get_status()
100 return mbf; in tx58cxgxsxraix_ecc_get_status()
Dwinbond.c129 u8 mbf = 0; in w25n02kv_ecc_get_status() local
149 mbf = *(spinand->scratchbuf) >> 4; in w25n02kv_ecc_get_status()
151 if (WARN_ON(mbf > nanddev_get_ecc_conf(nand)->strength || !mbf)) in w25n02kv_ecc_get_status()
154 return mbf; in w25n02kv_ecc_get_status()