Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/tcf/
H A DhalTCF.c352 u32Value = (u32Value&(~REG_TCF_KEY_SEL_MASK)) | ((u8OtpKeyIdx<<8)&REG_TCF_KEY_SEL_MASK); in HAL_CFB_Set_Otp_Key()
H A DregTCF.h243 #define REG_TCF_KEY_SEL_MASK 0x00000F00 macro
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/tcf/
H A DhalTCF.c352 u32Value = (u32Value&(~REG_TCF_KEY_SEL_MASK)) | ((u8OtpKeyIdx<<8)&REG_TCF_KEY_SEL_MASK); in HAL_CFB_Set_Otp_Key()
H A DregTCF.h243 #define REG_TCF_KEY_SEL_MASK 0x00000F00 macro