Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mtd/nand/spi/
A Dwinbond.c110 u8 mbf = 0; in w25n02kv_ecc_get_status() local
111 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(0x30, &mbf); in w25n02kv_ecc_get_status()
129 mbf >>= 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()
A Dtoshiba.c75 u8 mbf = 0; in tx58cxgxsxraix_ecc_get_status() local
76 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(0x30, &mbf); in tx58cxgxsxraix_ecc_get_status()
95 mbf >>= 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()

Completed in 14 milliseconds