Searched refs:cha_err_code (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | error.c | 148 char cha_err_code[3] = { 0 }; in report_ccb_status() local 160 snprintf(cha_err_code, sizeof(cha_err_code), "%02x", cha_id); in report_ccb_status() 175 cha_str, cha_err_code, in report_ccb_status()
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | error.c | 230 char cha_err_code[3] = { 0 }; in report_ccb_status() local 242 snprintf(cha_err_code, sizeof(cha_err_code), "%02x", cha_id); in report_ccb_status() 261 error, idx_str, idx, cha_str, cha_err_code, in report_ccb_status()
|