Home
last modified time | relevance | path

Searched refs:u32MaxMatchVal (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/wdt/drv/wdt/
H A DdrvWDT.c913 MS_U32 u32MaxMatchVal; in MDrv_TIMER_GetMaxMatch() local
919 pTimerGetMaxMatchParam->u32MaxMatchVal=0; in MDrv_TIMER_GetMaxMatch()
926 u32MaxMatchVal = pTimerGetMaxMatchParam->u32MaxMatchVal; in MDrv_TIMER_GetMaxMatch()
928 return (MS_U32)u32MaxMatchVal; in MDrv_TIMER_GetMaxMatch()
H A DdrvWDT_private.h224 MS_U32 u32MaxMatchVal; member
H A DmdrvWDT.c161 param->privateTimerGetMaxMatch.u32MaxMatchVal=u32MatchVal; in WDTIoctl()