Home
last modified time | relevance | path

Searched refs:HAL_WDT_Write2Byte (Results 1 – 25 of 30) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/wdt/hal/kano/wdt/
H A DhalWDT.c190 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_WDT_Write2Byte() function
217 HAL_WDT_Write2Byte(u32RegAddr, u32Val & 0x0000FFFFUL); in HAL_WDT_Write4Byte()
218 HAL_WDT_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_WDT_Write4Byte()
400 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
H A DhalWDT.h134 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val);
/utopia/UTPA2-700.0.x/modules/wdt/hal/mainz/wdt/
H A DhalWDT.c168 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_WDT_Write2Byte() function
195 HAL_WDT_Write2Byte(u32RegAddr, u32Val & 0x0000FFFFUL); in HAL_WDT_Write4Byte()
196 HAL_WDT_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_WDT_Write4Byte()
340 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec) >> 16); in HAL_WDT_SetIntTimer()
/utopia/UTPA2-700.0.x/modules/wdt/hal/M7621/wdt/
H A DhalWDT.c190 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_WDT_Write2Byte() function
217 HAL_WDT_Write2Byte(u32RegAddr, u32Val & 0x0000FFFFUL); in HAL_WDT_Write4Byte()
218 HAL_WDT_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_WDT_Write4Byte()
362 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
H A DhalWDT.h134 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val);
/utopia/UTPA2-700.0.x/modules/wdt/hal/mooney/wdt/
H A DhalWDT.c168 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_WDT_Write2Byte() function
195 HAL_WDT_Write2Byte(u32RegAddr, u32Val & 0x0000FFFFUL); in HAL_WDT_Write4Byte()
196 HAL_WDT_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_WDT_Write4Byte()
340 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec) >> 16); in HAL_WDT_SetIntTimer()
H A DhalWDT.h116 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val);
/utopia/UTPA2-700.0.x/modules/wdt/hal/M7821/wdt/
H A DhalWDT.c190 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_WDT_Write2Byte() function
217 HAL_WDT_Write2Byte(u32RegAddr, u32Val & 0x0000FFFFUL); in HAL_WDT_Write4Byte()
218 HAL_WDT_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_WDT_Write4Byte()
362 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
H A DhalWDT.h134 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val);
/utopia/UTPA2-700.0.x/modules/wdt/hal/curry/wdt/
H A DhalWDT.c190 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_WDT_Write2Byte() function
217 HAL_WDT_Write2Byte(u32RegAddr, u32Val & 0x0000FFFFUL); in HAL_WDT_Write4Byte()
218 HAL_WDT_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_WDT_Write4Byte()
400 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
/utopia/UTPA2-700.0.x/modules/wdt/hal/k6lite/wdt/
H A DhalWDT.c190 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_WDT_Write2Byte() function
217 HAL_WDT_Write2Byte(u32RegAddr, u32Val & 0x0000FFFFUL); in HAL_WDT_Write4Byte()
218 HAL_WDT_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_WDT_Write4Byte()
400 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
H A DhalWDT.h134 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val);
/utopia/UTPA2-700.0.x/modules/wdt/hal/k6/wdt/
H A DhalWDT.c190 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_WDT_Write2Byte() function
217 HAL_WDT_Write2Byte(u32RegAddr, u32Val & 0x0000FFFFUL); in HAL_WDT_Write4Byte()
218 HAL_WDT_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_WDT_Write4Byte()
400 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
H A DhalWDT.h134 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val);
/utopia/UTPA2-700.0.x/modules/wdt/hal/messi/wdt/
H A DhalWDT.c168 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_WDT_Write2Byte() function
195 HAL_WDT_Write2Byte(u32RegAddr, u32Val & 0x0000FFFFUL); in HAL_WDT_Write4Byte()
196 HAL_WDT_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_WDT_Write4Byte()
340 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec) >> 16); in HAL_WDT_SetIntTimer()
H A DhalWDT.h116 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val);
/utopia/UTPA2-700.0.x/modules/wdt/hal/maxim/wdt/
H A DhalWDT.c190 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_WDT_Write2Byte() function
217 HAL_WDT_Write2Byte(u32RegAddr, u32Val & 0x0000FFFFUL); in HAL_WDT_Write4Byte()
218 HAL_WDT_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_WDT_Write4Byte()
362 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
/utopia/UTPA2-700.0.x/modules/wdt/hal/maldives/wdt/
H A DhalWDT.c168 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_WDT_Write2Byte() function
195 HAL_WDT_Write2Byte(u32RegAddr, u32Val & 0x0000FFFF); in HAL_WDT_Write4Byte()
196 HAL_WDT_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_WDT_Write4Byte()
378 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
H A DhalWDT.h116 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val);
/utopia/UTPA2-700.0.x/modules/wdt/hal/macan/wdt/
H A DhalWDT.c190 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_WDT_Write2Byte() function
217 HAL_WDT_Write2Byte(u32RegAddr, u32Val & 0x0000FFFFUL); in HAL_WDT_Write4Byte()
218 HAL_WDT_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_WDT_Write4Byte()
362 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
/utopia/UTPA2-700.0.x/modules/wdt/hal/manhattan/wdt/
H A DhalWDT.c190 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_WDT_Write2Byte() function
217 HAL_WDT_Write2Byte(u32RegAddr, u32Val & 0x0000FFFFUL); in HAL_WDT_Write4Byte()
218 HAL_WDT_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_WDT_Write4Byte()
362 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
/utopia/UTPA2-700.0.x/modules/wdt/hal/mustang/wdt/
H A DhalWDT.c168 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_WDT_Write2Byte() function
195 HAL_WDT_Write2Byte(u32RegAddr, u32Val & 0x0000FFFF); in HAL_WDT_Write4Byte()
196 HAL_WDT_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_WDT_Write4Byte()
378 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
H A DhalWDT.h116 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val);
/utopia/UTPA2-700.0.x/modules/wdt/hal/maserati/wdt/
H A DhalWDT.c190 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_WDT_Write2Byte() function
217 HAL_WDT_Write2Byte(u32RegAddr, u32Val & 0x0000FFFFUL); in HAL_WDT_Write4Byte()
218 HAL_WDT_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_WDT_Write4Byte()
362 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
H A DhalWDT.h134 MS_BOOL HAL_WDT_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val);

12