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

/u-boot/drivers/crypto/fsl/
H A Derror.c142 u8 cha_id = (status & JRSTA_CCBERR_CHAID_MASK) >> local
148 const char *cha_str = "unidentified cha_id value 0x";
158 if (cha_id < ARRAY_SIZE(cha_id_list))
159 cha_str = cha_id_list[cha_id];
161 snprintf(cha_err_code, sizeof(cha_err_code), "%02x", cha_id);
163 if ((cha_id << JRSTA_CCBERR_CHAID_SHIFT) == JRSTA_CCBERR_CHAID_RNG &&

Completed in 67 milliseconds