Searched refs:pu32CAInst (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/ca2/ |
| H A D | drvCA.c | 173 static void *pu32CAInst = NULL; variable 491 if(pu32CAInst == NULL) in MDrv_CA_Init() 493 if(UTOPIA_STATUS_FAIL == UtopiaOpen(MODULE_CA, &pu32CAInst, 0x0, NULL)) in MDrv_CA_Init() 500 u32Ret = UtopiaIoctl(pu32CAInst, E_MDRV_CMD_CA_Init, NULL); in MDrv_CA_Init() 717 if(pu32CAInst == NULL) in MDrv_CA_OTP_EnableSecureBoot() 722 u32Ret = UtopiaIoctl(pu32CAInst, E_MDRV_CMD_CA_OTP_EnableSecureBoot, NULL); in MDrv_CA_OTP_EnableSecureBoot() 745 if(pu32CAInst == NULL) in MDrv_CA_OTP_IsSecureBootEnabled() 750 u32Ret = UtopiaIoctl(pu32CAInst, E_MDRV_CMD_CA_OTP_IsSecureBootEnabled, NULL); in MDrv_CA_OTP_IsSecureBootEnabled() 775 if(pu32CAInst == NULL) in MDrv_CA_OTP_SetBlockLock() 784 u32Ret = UtopiaIoctl(pu32CAInst, E_MDRV_CMD_CA_OTP_SetBlockLock, (void*)&pArgs); in MDrv_CA_OTP_SetBlockLock() [all …]
|