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

/u-boot/drivers/crypto/fsl/
H A Derror.c144 u8 err_id = status & JRSTA_CCBERR_ERRID_MASK; local
150 const char *err_str = "unidentified err_id value 0x";
164 err_id < ARRAY_SIZE(rng_err_id_list) &&
165 strlen(rng_err_id_list[err_id])) {
167 err_str = rng_err_id_list[err_id];
168 } else if (err_id < ARRAY_SIZE(err_id_list)) {
169 err_str = err_id_list[err_id];
171 snprintf(err_err_code, sizeof(err_err_code), "%02x", err_id);
190 u8 err_id = status & JRSTA_DECOERR_ERROR_MASK; local
204 if (desc_error_list[i].value == err_id)
[all...]

Completed in 32 milliseconds