Lines Matching full:era
160 if (ctrlpriv->era < 10) in run_descriptor_deco0()
425 u8 era; in caam_get_era_from_hw() member
442 u8 maj_rev, era; in caam_get_era_from_hw() local
447 era = (ccbvid & CCBVID_ERA_MASK) >> CCBVID_ERA_SHIFT; in caam_get_era_from_hw()
448 if (era) /* This is '0' prior to CAAM ERA-6 */ in caam_get_era_from_hw()
449 return era; in caam_get_era_from_hw()
457 return id[i].era; in caam_get_era_from_hw()
463 * caam_get_era() - Return the ERA of the SEC on SoC, based
464 * on "sec-era" optional property in the DTS. This property is updated
467 * era via register reads will be made.
478 ret = of_property_read_u32(caam_node, "fsl,sec-era", &prop); in caam_get_era()
656 if (ctrlpriv->era < 10) { in caam_ctrl_rng_init()
1077 ctrlpriv->era = caam_get_era(perfmon); in caam_probe()
1121 if (ctrlpriv->era < 10) { in caam_probe()
1145 dev_info(dev, "device ID = 0x%016llx (Era %d)\n", caam_id, in caam_probe()
1146 ctrlpriv->era); in caam_probe()