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

/u-boot/drivers/crypto/fsl/
H A Derror.c33 } desc_error_list[] = { variable in typeref:struct:__anon218
203 for (i = 0; i < ARRAY_SIZE(desc_error_list); i++)
204 if (desc_error_list[i].value == err_id)
207 if (i != ARRAY_SIZE(desc_error_list) && desc_error_list[i].error_text)
208 err_str = desc_error_list[i].error_text;

Completed in 34 milliseconds