Home
last modified time | relevance | path

Searched refs:SEC_CCBVID_ERA_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/crypto/fsl/
H A Dsec.c130 u8 era = (ccbvid & SEC_CCBVID_ERA_MASK) >> SEC_CCBVID_ERA_SHIFT; in caam_get_era()
/openbmc/u-boot/include/
H A Dfsl_sec.h151 #define SEC_CCBVID_ERA_MASK 0xff000000 macro