Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/spi/
H A Dwinbond.c110 u8 mbf = 0; in w25n02kv_ecc_get_status() local
129 mbf = *(spinand->scratchbuf) >> 4; in w25n02kv_ecc_get_status()
131 if (WARN_ON(mbf > nanddev_get_ecc_conf(nand)->strength || !mbf)) in w25n02kv_ecc_get_status()
134 return mbf; in w25n02kv_ecc_get_status()
H A 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()