Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/drv/ca2/
H A DdrvCA.c372 MS_BOOL _MDrv_CA_OTP_SetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE eMode) in _MDrv_CA_OTP_SetDebugPortMode() argument
375 return HAL_CA_OTP_SetDebugPortMode(eDebugPort, eMode); in _MDrv_CA_OTP_SetDebugPortMode()
387 MS_BOOL _MDrv_CA_OTP_GetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE *eMode) in _MDrv_CA_OTP_GetDebugPortMode() argument
390 return HAL_CA_OTP_GetDebugPortMode(eDebugPort, eMode); in _MDrv_CA_OTP_GetDebugPortMode()
1186 MS_BOOL MDrv_CA_OTP_SetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE eMode) in MDrv_CA_OTP_SetDebugPortMode() argument
1196 pArgs.eDebugPort = eDebugPort; in MDrv_CA_OTP_SetDebugPortMode()
1208 return _MDrv_CA_OTP_SetDebugPortMode(eDebugPort, eMode); in MDrv_CA_OTP_SetDebugPortMode()
1221 MS_BOOL MDrv_CA_OTP_GetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE *eMode) in MDrv_CA_OTP_GetDebugPortMode() argument
1231 pArgs.eDebugPort = eDebugPort; in MDrv_CA_OTP_GetDebugPortMode()
1243 return _MDrv_CA_OTP_GetDebugPortMode(eDebugPort, eMode); in MDrv_CA_OTP_GetDebugPortMode()
[all …]
H A DdrvCA_private.h38 MS_BOOL _MDrv_CA_OTP_SetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE eMode);
39 MS_BOOL _MDrv_CA_OTP_GetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE *eMode);
H A DmdrvCA.c453 … if(TRUE == _MDrv_CA_OTP_SetDebugPortMode(pSetDebugPortMode->eDebugPort, pSetDebugPortMode->eMode)) in CAIoctl()
469 … if(TRUE == _MDrv_CA_OTP_GetDebugPortMode(pGetDebugPortMode->eDebugPort, pGetDebugPortMode->eMode)) in CAIoctl()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvCA.h280 DLL_PUBLIC MS_BOOL MDrv_CA_OTP_SetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE eMode);
281 DLL_PUBLIC MS_BOOL MDrv_CA_OTP_GetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE *eMode…
300 DLL_PUBLIC MS_BOOL MDrv_CA_OTP_SetDebugPortPassword(CA_DEBUG_PORT eDebugPort, const MS_U8 *pu8Passw…
301 DLL_PUBLIC MS_BOOL MDrv_CA_OTP_GetDebugPortPassword(CA_DEBUG_PORT eDebugPort, MS_U8 *pu8Password, M…
H A DdrvCA_v2.h111 CA_DEBUG_PORT eDebugPort; member
117 CA_DEBUG_PORT eDebugPort; member
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/ca2/
H A DhalCA.c1786 MS_BOOL HAL_CA_OTP_SetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE eMode) in HAL_CA_OTP_SetDebugPortMode() argument
1791 switch(eDebugPort) in HAL_CA_OTP_SetDebugPortMode()
1825 MS_BOOL HAL_CA_OTP_GetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE *eMode) in HAL_CA_OTP_GetDebugPortMode() argument
1835 switch(eDebugPort) in HAL_CA_OTP_GetDebugPortMode()
2296 MS_BOOL HAL_CA_OTP_SetDebugPortPassword(CA_DEBUG_PORT eDebugPort, const MS_U8 *pu8Password, MS_U32 … in HAL_CA_OTP_SetDebugPortPassword() argument
2303 switch(eDebugPort) in HAL_CA_OTP_SetDebugPortPassword()
2344 MS_BOOL HAL_CA_OTP_GetDebugPortPassword(CA_DEBUG_PORT eDebugPort, MS_U8 *pu8Password, MS_U32 u32Siz… in HAL_CA_OTP_GetDebugPortPassword() argument
2350 switch(eDebugPort) in HAL_CA_OTP_GetDebugPortPassword()
H A DhalCA.h169 MS_BOOL HAL_CA_OTP_SetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE eMode);
170 MS_BOOL HAL_CA_OTP_GetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE *eMode);
178 MS_BOOL HAL_CA_OTP_SetDebugPortPassword(CA_DEBUG_PORT eDebugPort, const MS_U8 *pu8Password, MS_U32 …
179 MS_BOOL HAL_CA_OTP_GetDebugPortPassword(CA_DEBUG_PORT eDebugPort, MS_U8 *pu8Password, MS_U32 u32Siz…
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/ca2/
H A DhalCA.c1713 MS_BOOL HAL_CA_OTP_SetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE eMode) in HAL_CA_OTP_SetDebugPortMode() argument
1718 switch(eDebugPort) in HAL_CA_OTP_SetDebugPortMode()
1752 MS_BOOL HAL_CA_OTP_GetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE *eMode) in HAL_CA_OTP_GetDebugPortMode() argument
1762 switch(eDebugPort) in HAL_CA_OTP_GetDebugPortMode()
2225 MS_BOOL HAL_CA_OTP_SetDebugPortPassword(CA_DEBUG_PORT eDebugPort, const MS_U8 *pu8Password, MS_U32 … in HAL_CA_OTP_SetDebugPortPassword() argument
2232 switch(eDebugPort) in HAL_CA_OTP_SetDebugPortPassword()
2273 MS_BOOL HAL_CA_OTP_GetDebugPortPassword(CA_DEBUG_PORT eDebugPort, MS_U8 *pu8Password, MS_U32 u32Siz… in HAL_CA_OTP_GetDebugPortPassword() argument
2279 switch(eDebugPort) in HAL_CA_OTP_GetDebugPortPassword()
H A DhalCA.h169 MS_BOOL HAL_CA_OTP_SetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE eMode);
170 MS_BOOL HAL_CA_OTP_GetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE *eMode);
178 MS_BOOL HAL_CA_OTP_SetDebugPortPassword(CA_DEBUG_PORT eDebugPort, const MS_U8 *pu8Password, MS_U32 …
179 MS_BOOL HAL_CA_OTP_GetDebugPortPassword(CA_DEBUG_PORT eDebugPort, MS_U8 *pu8Password, MS_U32 u32Siz…
/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/ca2/
H A DhalCA.c1783 MS_BOOL HAL_CA_OTP_SetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE eMode) in HAL_CA_OTP_SetDebugPortMode() argument
1788 switch(eDebugPort) in HAL_CA_OTP_SetDebugPortMode()
1822 MS_BOOL HAL_CA_OTP_GetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE *eMode) in HAL_CA_OTP_GetDebugPortMode() argument
1832 switch(eDebugPort) in HAL_CA_OTP_GetDebugPortMode()
2298 MS_BOOL HAL_CA_OTP_SetDebugPortPassword(CA_DEBUG_PORT eDebugPort, const MS_U8 *pu8Password, MS_U32 … in HAL_CA_OTP_SetDebugPortPassword() argument
2305 switch(eDebugPort) in HAL_CA_OTP_SetDebugPortPassword()
2346 MS_BOOL HAL_CA_OTP_GetDebugPortPassword(CA_DEBUG_PORT eDebugPort, MS_U8 *pu8Password, MS_U32 u32Siz… in HAL_CA_OTP_GetDebugPortPassword() argument
2352 switch(eDebugPort) in HAL_CA_OTP_GetDebugPortPassword()
H A DhalCA.h169 MS_BOOL HAL_CA_OTP_SetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE eMode);
170 MS_BOOL HAL_CA_OTP_GetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE *eMode);
187 MS_BOOL HAL_CA_OTP_SetDebugPortPassword(CA_DEBUG_PORT eDebugPort, const MS_U8 *pu8Password, MS_U32 …
188 MS_BOOL HAL_CA_OTP_GetDebugPortPassword(CA_DEBUG_PORT eDebugPort, MS_U8 *pu8Password, MS_U32 u32Siz…
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/ca2/
H A DhalCA.c1717 MS_BOOL HAL_CA_OTP_SetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE eMode) in HAL_CA_OTP_SetDebugPortMode() argument
1722 switch(eDebugPort) in HAL_CA_OTP_SetDebugPortMode()
1756 MS_BOOL HAL_CA_OTP_GetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE *eMode) in HAL_CA_OTP_GetDebugPortMode() argument
1766 switch(eDebugPort) in HAL_CA_OTP_GetDebugPortMode()
2229 MS_BOOL HAL_CA_OTP_SetDebugPortPassword(CA_DEBUG_PORT eDebugPort, const MS_U8 *pu8Password, MS_U32 … in HAL_CA_OTP_SetDebugPortPassword() argument
2236 switch(eDebugPort) in HAL_CA_OTP_SetDebugPortPassword()
2277 MS_BOOL HAL_CA_OTP_GetDebugPortPassword(CA_DEBUG_PORT eDebugPort, MS_U8 *pu8Password, MS_U32 u32Siz… in HAL_CA_OTP_GetDebugPortPassword() argument
2283 switch(eDebugPort) in HAL_CA_OTP_GetDebugPortPassword()
H A DhalCA.h169 MS_BOOL HAL_CA_OTP_SetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE eMode);
170 MS_BOOL HAL_CA_OTP_GetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE *eMode);
178 MS_BOOL HAL_CA_OTP_SetDebugPortPassword(CA_DEBUG_PORT eDebugPort, const MS_U8 *pu8Password, MS_U32 …
179 MS_BOOL HAL_CA_OTP_GetDebugPortPassword(CA_DEBUG_PORT eDebugPort, MS_U8 *pu8Password, MS_U32 u32Siz…
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/ca2/
H A DhalCA.c1784 MS_BOOL HAL_CA_OTP_SetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE eMode) in HAL_CA_OTP_SetDebugPortMode() argument
1789 switch(eDebugPort) in HAL_CA_OTP_SetDebugPortMode()
1823 MS_BOOL HAL_CA_OTP_GetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE *eMode) in HAL_CA_OTP_GetDebugPortMode() argument
1833 switch(eDebugPort) in HAL_CA_OTP_GetDebugPortMode()
2293 MS_BOOL HAL_CA_OTP_SetDebugPortPassword(CA_DEBUG_PORT eDebugPort, const MS_U8 *pu8Password, MS_U32 … in HAL_CA_OTP_SetDebugPortPassword() argument
2300 switch(eDebugPort) in HAL_CA_OTP_SetDebugPortPassword()
2341 MS_BOOL HAL_CA_OTP_GetDebugPortPassword(CA_DEBUG_PORT eDebugPort, MS_U8 *pu8Password, MS_U32 u32Siz… in HAL_CA_OTP_GetDebugPortPassword() argument
2347 switch(eDebugPort) in HAL_CA_OTP_GetDebugPortPassword()
H A DhalCA.h169 MS_BOOL HAL_CA_OTP_SetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE eMode);
170 MS_BOOL HAL_CA_OTP_GetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE *eMode);
178 MS_BOOL HAL_CA_OTP_SetDebugPortPassword(CA_DEBUG_PORT eDebugPort, const MS_U8 *pu8Password, MS_U32 …
179 MS_BOOL HAL_CA_OTP_GetDebugPortPassword(CA_DEBUG_PORT eDebugPort, MS_U8 *pu8Password, MS_U32 u32Siz…
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt50580 CA_DEBUG_PORT eDebugPort;
50586 CA_DEBUG_PORT eDebugPort;
59900 DLL_PUBLIC MS_BOOL MDrv_CA_OTP_SetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE eMode);
59901 DLL_PUBLIC MS_BOOL MDrv_CA_OTP_GetDebugPortMode(CA_DEBUG_PORT eDebugPort, CA_DEBUG_PORT_MODE *eMode…
59920 DLL_PUBLIC MS_BOOL MDrv_CA_OTP_SetDebugPortPassword(CA_DEBUG_PORT eDebugPort, const MS_U8 *pu8Passw…
59921 DLL_PUBLIC MS_BOOL MDrv_CA_OTP_GetDebugPortPassword(CA_DEBUG_PORT eDebugPort, MS_U8 *pu8Password, M…