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

/u-boot/drivers/crypto/fsl/
H A Dsec.c102 * caam_get_era() - fetch the CAAM's era
107 * Return: era of the SEC.
114 u8 era; member in struct:__anon219
138 u8 era = (ccbvid & SEC_CCBVID_ERA_MASK) >> SEC_CCBVID_ERA_SHIFT; local
142 if (era) /* This is '0' prior to CAAM ERA-6 */
143 return era;
148 return caam_eras[i].era;
153 static void fdt_fixup_crypto_era(void *blob, u32 era) argument
164 err = fdt_setprop_u32(blob, crypto_node, "fsl,sec-era", era);
173 u8 era; local
[all...]

Completed in 88 milliseconds