Lines Matching full:era
158 if (ctrlpriv->era < 10) in run_descriptor_deco0()
423 u8 era; in caam_get_era_from_hw() member
440 u8 maj_rev, era; in caam_get_era_from_hw() local
445 era = (ccbvid & CCBVID_ERA_MASK) >> CCBVID_ERA_SHIFT; in caam_get_era_from_hw()
446 if (era) /* This is '0' prior to CAAM ERA-6 */ in caam_get_era_from_hw()
447 return era; in caam_get_era_from_hw()
455 return id[i].era; in caam_get_era_from_hw()
461 * caam_get_era() - Return the ERA of the SEC on SoC, based
462 * on "sec-era" optional property in the DTS. This property is updated
465 * era via register reads will be made.
476 ret = of_property_read_u32(caam_node, "fsl,sec-era", &prop); in caam_get_era()
646 if (ctrlpriv->era < 10) { in caam_ctrl_rng_init()
1058 ctrlpriv->era = caam_get_era(perfmon); in caam_probe()
1102 if (ctrlpriv->era < 10) { in caam_probe()
1126 dev_info(dev, "device ID = 0x%016llx (Era %d)\n", caam_id, in caam_probe()
1127 ctrlpriv->era); in caam_probe()