Searched refs:mbf (Results 1 – 2 of 2) sorted by relevance
110 u8 mbf = 0; in w25n02kv_ecc_get_status() local111 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()
75 u8 mbf = 0; in tx58cxgxsxraix_ecc_get_status() local76 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