Home
last modified time | relevance | path

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

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