/external/u-boot/include/ |
D | watchdog.h | 40 #define WATCHDOG_RESET bl hw_watchdog_reset 42 extern void hw_watchdog_reset(void); 44 #define WATCHDOG_RESET hw_watchdog_reset
|
/external/u-boot/drivers/watchdog/ |
D | designware_wdt.c | 54 void hw_watchdog_reset(void) in hw_watchdog_reset() function 65 hw_watchdog_reset(); in hw_watchdog_init() 71 hw_watchdog_reset(); in hw_watchdog_init()
|
D | ulp_wdog.c | 50 void hw_watchdog_reset(void) in hw_watchdog_reset() function 76 hw_watchdog_reset(); in hw_watchdog_init() 92 hw_watchdog_reset(); in reset_cpu()
|
D | bcm2835_wdt.c | 20 void hw_watchdog_reset(void) in hw_watchdog_reset() function 28 hw_watchdog_reset(); in hw_watchdog_init()
|
D | imx_watchdog.c | 14 void hw_watchdog_reset(void) in hw_watchdog_reset() function 38 hw_watchdog_reset(); in hw_watchdog_init()
|
D | xilinx_tb_wdt.c | 26 void hw_watchdog_reset(void) in hw_watchdog_reset() function 53 hw_watchdog_reset(); in hw_watchdog_isr()
|
D | mpc8xx_wdt.c | 11 void hw_watchdog_reset(void) in hw_watchdog_reset() function
|
D | at91sam9_wdt.c | 70 void hw_watchdog_reset(void) in hw_watchdog_reset() function
|
D | ftwdt010_wdt.c | 81 void hw_watchdog_reset(void) in hw_watchdog_reset() function
|
D | tangier_wdt.c | 28 void hw_watchdog_reset(void) in hw_watchdog_reset() function
|
D | omap_wdt.c | 51 void hw_watchdog_reset(void) in hw_watchdog_reset() function
|
/external/u-boot/doc/ |
D | README.watchdog | 4 This enables hw_watchdog_reset to be called during various loops, 29 their own hw_watchdog_reset routine.
|
/external/u-boot/board/siemens/rut/ |
D | board.c | 202 void hw_watchdog_reset(void) in hw_watchdog_reset() function 216 hw_watchdog_reset(); in hw_watchdog_init()
|
/external/u-boot/board/omicron/calimain/ |
D | calimain.c | 140 void hw_watchdog_reset(void) in hw_watchdog_reset() function
|
/external/u-boot/arch/m68k/cpu/mcf547x_8x/ |
D | cpu.c | 98 void hw_watchdog_reset(void) in hw_watchdog_reset() function
|
/external/u-boot/board/BuS/eb_cpu5282/ |
D | eb_cpu5282.c | 151 void hw_watchdog_reset(void) in hw_watchdog_reset() function
|
/external/u-boot/board/technologic/ts4800/ |
D | ts4800.c | 248 void hw_watchdog_reset(void) in hw_watchdog_reset() function
|
/external/u-boot/board/ve8313/ |
D | ve8313.c | 135 void hw_watchdog_reset(void) in hw_watchdog_reset() function
|
/external/u-boot/board/gdsys/p1022/ |
D | controlcenterd.c | 213 void hw_watchdog_reset(void) in hw_watchdog_reset() function
|
/external/u-boot/board/nokia/rx51/ |
D | rx51.c | 457 void hw_watchdog_reset(void) in hw_watchdog_reset() function
|
/external/u-boot/ |
D | README | 803 specific code for the "hw_watchdog_reset" function.
|