Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/
Dotp_cc312.c603 enum cc312_lifecycle_t cc_lcs; in otp_read_lcs() local
606 cc_lcs = cc_read_reg(LCS_REG_REG_OFFSET) & 0x7; in otp_read_lcs()
612 *lcs = map_cc312_lcs_to_otp_lcs(cc_lcs); in otp_read_lcs()