Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/ca2/
H A DhalCA.h137 MS_BOOL HAL_CA_Init(void);
H A DhalCA.c965 MS_BOOL HAL_CA_Init(void) in HAL_CA_Init() function
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/ca2/
H A DhalCA.h137 MS_BOOL HAL_CA_Init(void);
H A DhalCA.c965 MS_BOOL HAL_CA_Init(void) in HAL_CA_Init() function
/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/ca2/
H A DhalCA.h137 MS_BOOL HAL_CA_Init(void);
H A DhalCA.c962 MS_BOOL HAL_CA_Init(void) in HAL_CA_Init() function
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/ca2/
H A DhalCA.h137 MS_BOOL HAL_CA_Init(void);
H A DhalCA.c961 MS_BOOL HAL_CA_Init(void) in HAL_CA_Init() function
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/ca2/
H A DhalCA.h137 MS_BOOL HAL_CA_Init(void);
H A DhalCA.c968 MS_BOOL HAL_CA_Init(void) in HAL_CA_Init() function
/utopia/UTPA2-700.0.x/modules/dscmb/drv/ca2/
H A DdrvCA.c200 if(HAL_CA_Init() == FALSE) in _MDrv_CA_Init()