Searched refs:ecc_result (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dccp.h569 * @ecc_result: result of the ECC operation
574 * - ecc_result
587 u16 ecc_result; member in struct:ccp_ecc_engine
/linux-master/drivers/mtd/nand/raw/
H A Dsh_flctl.c625 enum flctl_ecc_res_t ecc_result; local
643 ecc_result = read_ecfiforeg(flctl,
647 switch (ecc_result) {
/linux-master/drivers/crypto/ccp/
H A Dccp-ops.c2250 ecc->ecc_result = le16_to_cpup(
2252 if (!(ecc->ecc_result & CCP_ECC_RESULT_SUCCESS)) {
2408 ecc->ecc_result = le16_to_cpup(
2410 if (!(ecc->ecc_result & CCP_ECC_RESULT_SUCCESS)) {
2444 ecc->ecc_result = 0;

Completed in 191 milliseconds