Searched refs:u32dpm (Results 1 – 2 of 2) sorted by relevance
106 void DPM_SetDebugDisable(uint32_t u32dpm);107 void DPM_SetDebugLock(uint32_t u32dpm);108 uint32_t DPM_GetDebugDisable(uint32_t u32dpm);109 uint32_t DPM_GetDebugLock(uint32_t u32dpm);110 uint32_t DPM_SetPasswordUpdate(uint32_t u32dpm, uint32_t au32Pwd[]);111 uint32_t DPM_SetPasswordCompare(uint32_t u32dpm, uint32_t au32Pwd[]);112 uint32_t DPM_GetPasswordErrorFlag(uint32_t u32dpm);114 void DPM_ClearPasswordErrorFlag(uint32_t u32dpm);115 void DPM_EnableDebuggerWriteAccess(uint32_t u32dpm);116 void DPM_DisableDebuggerWriteAccess(uint32_t u32dpm);
33 void DPM_SetDebugDisable(uint32_t u32dpm) in DPM_SetDebugDisable() argument40 if(u32dpm == SECURE_DPM) /* Secure DPM */ in DPM_SetDebugDisable()61 void DPM_SetDebugLock(uint32_t u32dpm) in DPM_SetDebugLock() argument68 if(u32dpm == SECURE_DPM) /* Secure DPM */ in DPM_SetDebugLock()91 uint32_t DPM_GetDebugDisable(uint32_t u32dpm) in DPM_GetDebugDisable() argument99 if(u32dpm == SECURE_DPM) /* Secure DPM */ in DPM_GetDebugDisable()124 uint32_t DPM_GetDebugLock(uint32_t u32dpm) in DPM_GetDebugLock() argument132 if(u32dpm == SECURE_DPM) /* Secure DPM */ in DPM_GetDebugLock()156 uint32_t DPM_SetPasswordUpdate(uint32_t u32dpm, uint32_t au32Pwd[]) in DPM_SetPasswordUpdate() argument164 if(u32dpm == SECURE_DPM) /* Secure DPM */ in DPM_SetPasswordUpdate()[all …]