| /utopia/UTPA2-700.0.x/modules/wdt/drv/wdt/ |
| H A D | drvWDT.c | 463 WDT_Result MDrv_WDT_SetTimer_U2K(WDT_DbgLv eLevel, MS_U16 sec) in MDrv_WDT_SetTimer_U2K() argument 476 eWDTRe = (WDT_Result)HAL_WDT_SetTimer(sec); in MDrv_WDT_SetTimer_U2K() 481 WDT_Result MDrv_WDT_SetTimer(WDT_DbgLv eLevel, MS_U16 sec) in MDrv_WDT_SetTimer() argument 490 pWdtSetSecParam->sec=sec; in MDrv_WDT_SetTimer() 495 return MDrv_WDT_SetTimer_U2K(eLevel,sec); in MDrv_WDT_SetTimer() 598 WDT_Result MDrv_WDT_SetIntTimer_U2K(WDT_DbgLv eLevel, MS_U16 sec) in MDrv_WDT_SetIntTimer_U2K() argument 611 eWDTRe = (WDT_Result)HAL_WDT_SetIntTimer(sec); in MDrv_WDT_SetIntTimer_U2K() 616 WDT_Result MDrv_WDT_SetIntTimer(WDT_DbgLv eLevel, MS_U16 sec) in MDrv_WDT_SetIntTimer() argument 625 pWdtSetTimerParam->sec=sec; in MDrv_WDT_SetIntTimer() 630 return MDrv_WDT_SetIntTimer_U2K(eLevel,sec); in MDrv_WDT_SetIntTimer()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | modpost.c | 263 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname() argument 265 const char *secname = sec_name(elf, sec); in export_from_secname() 281 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec() argument 283 if (sec == elf->export_sec) in export_from_sec() 285 else if (sec == elf->export_unused_sec) in export_from_sec() 287 else if (sec == elf->export_gpl_sec) in export_from_sec() 289 else if (sec == elf->export_unused_gpl_sec) in export_from_sec() 291 else if (sec == elf->export_gpl_future_sec) in export_from_sec() 838 const char *sec = sech_name(elf, sechdr); in check_section() local 842 !match(sec, section_white_list)) { in check_section() [all …]
|
| /utopia/UTPA2-700.0.x/modules/wdt/hal/k6/wdt/ |
| H A D | halWDT.h | 118 #define HAL_WDTCycles(sec) ((sec) * MST_XTAL_CLOCK_HZ) argument 142 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec); 145 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec);
|
| H A D | halWDT.c | 338 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec) in HAL_WDT_SetTimer() argument 343 bRet = HAL_WDT_Write4Byte(REG_WDT_MAX, HAL_WDTCycles(sec)); in HAL_WDT_SetTimer() 395 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec) in HAL_WDT_SetIntTimer() argument 400 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
|
| /utopia/UTPA2-700.0.x/modules/wdt/hal/messi/wdt/ |
| H A D | halWDT.h | 100 #define HAL_WDTCycles(sec) ((sec) * MST_XTAL_CLOCK_HZ) argument 124 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec); 127 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec);
|
| /utopia/UTPA2-700.0.x/modules/wdt/hal/k6lite/wdt/ |
| H A D | halWDT.h | 118 #define HAL_WDTCycles(sec) ((sec) * MST_XTAL_CLOCK_HZ) argument 142 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec); 145 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec);
|
| H A D | halWDT.c | 338 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec) in HAL_WDT_SetTimer() argument 343 bRet = HAL_WDT_Write4Byte(REG_WDT_MAX, HAL_WDTCycles(sec)); in HAL_WDT_SetTimer() 395 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec) in HAL_WDT_SetIntTimer() argument 400 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 D | halWDT.h | 118 #define HAL_WDTCycles(sec) ((sec) * MST_XTAL_CLOCK_HZ) argument 142 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec); 145 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec);
|
| H A D | halWDT.c | 338 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec) in HAL_WDT_SetTimer() argument 343 bRet = HAL_WDT_Write4Byte(REG_WDT_MAX, HAL_WDTCycles(sec)); in HAL_WDT_SetTimer() 357 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec) in HAL_WDT_SetIntTimer() argument 362 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
|
| /utopia/UTPA2-700.0.x/modules/wdt/hal/M7821/wdt/ |
| H A D | halWDT.h | 118 #define HAL_WDTCycles(sec) ((sec) * MST_XTAL_CLOCK_HZ) argument 142 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec); 145 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec);
|
| H A D | halWDT.c | 338 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec) in HAL_WDT_SetTimer() argument 343 bRet = HAL_WDT_Write4Byte(REG_WDT_MAX, HAL_WDTCycles(sec)); in HAL_WDT_SetTimer() 357 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec) in HAL_WDT_SetIntTimer() argument 362 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
|
| /utopia/UTPA2-700.0.x/modules/wdt/hal/kano/wdt/ |
| H A D | halWDT.h | 118 #define HAL_WDTCycles(sec) ((sec) * MST_XTAL_CLOCK_HZ) argument 142 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec); 145 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec);
|
| H A D | halWDT.c | 338 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec) in HAL_WDT_SetTimer() argument 343 bRet = HAL_WDT_Write4Byte(REG_WDT_MAX, HAL_WDTCycles(sec)); in HAL_WDT_SetTimer() 395 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec) in HAL_WDT_SetIntTimer() argument 400 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec)>>16); in HAL_WDT_SetIntTimer()
|
| /utopia/UTPA2-700.0.x/modules/wdt/hal/maserati/wdt/ |
| H A D | halWDT.h | 118 #define HAL_WDTCycles(sec) ((sec) * MST_XTAL_CLOCK_HZ) argument 142 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec); 145 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec);
|
| /utopia/UTPA2-700.0.x/modules/wdt/hal/mustang/wdt/ |
| H A D | halWDT.h | 100 #define HAL_WDTCycles(sec) ((sec) * MST_XTAL_CLOCK_HZ) argument 124 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec); 127 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec);
|
| /utopia/UTPA2-700.0.x/modules/wdt/hal/mooney/wdt/ |
| H A D | halWDT.h | 100 #define HAL_WDTCycles(sec) ((sec) * MST_XTAL_CLOCK_HZ) argument 124 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec); 127 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec);
|
| H A D | halWDT.c | 316 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec) in HAL_WDT_SetTimer() argument 321 bRet = HAL_WDT_Write4Byte(REG_WDT_MAX, HAL_WDTCycles(sec)); in HAL_WDT_SetTimer() 335 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec) in HAL_WDT_SetIntTimer() argument 340 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 D | halWDT.h | 100 #define HAL_WDTCycles(sec) ((sec) * MST_XTAL_CLOCK_HZ) argument 124 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec); 127 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec);
|
| /utopia/UTPA2-700.0.x/modules/wdt/hal/maxim/wdt/ |
| H A D | halWDT.h | 118 #define HAL_WDTCycles(sec) ((sec) * MST_XTAL_CLOCK_HZ) argument 142 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec); 145 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec);
|
| /utopia/UTPA2-700.0.x/modules/wdt/hal/mainz/wdt/ |
| H A D | halWDT.h | 100 #define HAL_WDTCycles(sec) ((sec) * MST_XTAL_CLOCK_HZ) argument 124 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec); 127 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec);
|
| H A D | halWDT.c | 316 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec) in HAL_WDT_SetTimer() argument 321 bRet = HAL_WDT_Write4Byte(REG_WDT_MAX, HAL_WDTCycles(sec)); in HAL_WDT_SetTimer() 335 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec) in HAL_WDT_SetIntTimer() argument 340 bRet = HAL_WDT_Write2Byte(REG_WDT_INT, HAL_WDTCycles(sec) >> 16); in HAL_WDT_SetIntTimer()
|
| /utopia/UTPA2-700.0.x/modules/wdt/hal/curry/wdt/ |
| H A D | halWDT.h | 118 #define HAL_WDTCycles(sec) ((sec) * MST_XTAL_CLOCK_HZ) argument 142 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec); 145 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec);
|
| H A D | halWDT.c | 338 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec) in HAL_WDT_SetTimer() argument 343 bRet = HAL_WDT_Write4Byte(REG_WDT_MAX, HAL_WDTCycles(sec)); in HAL_WDT_SetTimer() 395 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec) in HAL_WDT_SetIntTimer() argument 400 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 D | halWDT.h | 118 #define HAL_WDTCycles(sec) ((sec) * MST_XTAL_CLOCK_HZ) argument 142 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec); 145 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec);
|
| /utopia/UTPA2-700.0.x/modules/wdt/hal/macan/wdt/ |
| H A D | halWDT.h | 118 #define HAL_WDTCycles(sec) ((sec) * MST_XTAL_CLOCK_HZ) argument 142 MS_BOOL HAL_WDT_SetTimer(MS_U16 sec); 145 MS_BOOL HAL_WDT_SetIntTimer(MS_U16 sec);
|