| /rk3399_rockchip-uboot/drivers/watchdog/ |
| H A D | Kconfig | 7 bool "Enable BCM2835/2836 watchdog driver" 10 Say Y here to enable the BCM2835/2836 watchdog 12 This provides basic infrastructure to support BCM2835/2836 watchdog 16 bool "TI OMAP watchdog driver" 21 Say Y here to enable the OMAP3+ watchdog driver. 24 bool "Intel Tangier watchdog" 28 This enables support for watchdog controller available on 33 bool "i.MX7ULP watchdog" 35 Say Y here to enable i.MX7ULP watchdog driver. 38 bool "Enable driver model for watchdog timer drivers" [all …]
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.watchdog | 8 is useful because some rom's enable the watchdog when downloading 18 Available for AT91SAM9 to service the watchdog. 21 Available for FTWDT010 to service the watchdog. 27 Available for i.mx31/35/5x/6x to service the watchdog. This is not 33 Available for Xilinx Axi platforms to service timebase watchdog timer. 36 Available for bf5xx and bf6xx to service the watchdog.
|
| H A D | README.at91 | 6 - III. watchdog support 168 For security reasons, the at91 watchdog is running at boot time and, 170 If you want to use the watchdog, you will need to keep it running in 173 In the U-Boot configuration, the AT91 watchdog support is enabled using
|
| H A D | README.nokia_rx51 | 19 There is support for hardware watchdog. Hardware watchdog is started by 20 NOLO so u-boot must kick watchdog to prevent reboot device (but not very
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | hwinit-common.c | 201 void wait_for_command_complete(struct watchdog *wd_base) in wait_for_command_complete() 215 struct watchdog *wd2_base = (struct watchdog *)WDT2_BASE; in watchdog_init()
|
| /rk3399_rockchip-uboot/arch/sh/cpu/sh2/ |
| H A D | Makefile | 11 obj-y = cpu.o interrupts.o watchdog.o
|
| /rk3399_rockchip-uboot/arch/sh/cpu/sh3/ |
| H A D | Makefile | 14 obj-y = cpu.o interrupts.o watchdog.o
|
| /rk3399_rockchip-uboot/arch/sh/cpu/sh4/ |
| H A D | Makefile | 11 obj-y = cpu.o interrupts.o watchdog.o cache.o
|
| /rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ae3xx/ |
| H A D | Makefile | 17 obj-y += watchdog.o
|
| /rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ag101/ |
| H A D | Makefile | 17 obj-y += watchdog.o
|
| H A D | watchdog.S | 19 ! Turn off the watchdog, according to Faraday FTWDT010 spec
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap3/ |
| H A D | board.c | 239 static void wait_for_command_complete(struct watchdog *wd_base) in wait_for_command_complete() 253 struct watchdog *wd2_base = (struct watchdog *)WD2_BASE; in watchdog_init()
|
| /rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/ |
| H A D | README | 42 image, with or without the watchdog timer enabled, and finally with 61 /* reset board, use alternate flash bank with watchdog timer enabled*/
|
| /rk3399_rockchip-uboot/board/gateworks/gw_ventana/ |
| H A D | Kconfig | 23 gsc wd - enables / disables the watchdog
|
| /rk3399_rockchip-uboot/drivers/sysreset/ |
| H A D | Kconfig | 70 bool "Enable support for watchdog reboot driver" 73 Reboot support for generic watchdog reset.
|
| /rk3399_rockchip-uboot/arch/arm/mach-s5pc1xx/include/mach/ |
| H A D | cpu.h | 100 SAMSUNG_BASE(watchdog, WATCHDOG_BASE)
|
| /rk3399_rockchip-uboot/tools/gdb/ |
| H A D | remote.c | 81 static int remote_debug = 0, remote_register_buf_size = 0, watchdog = 0; variable 855 timeout = watchdog > 0 ? watchdog : -1;
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/ |
| H A D | cpu.h | 46 struct watchdog { struct
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | pxa25x_udc.h | 137 struct pxa25x_watchdog watchdog; member
|
| H A D | pxa25x_udc.c | 72 udc->watchdog.base = get_timer(0); in start_watchdog() 73 udc->watchdog.running = 1; in start_watchdog() 78 udc->watchdog.running = 0; in stop_watchdog() 84 if (!udc->watchdog.running) in test_watchdog() 87 debug("watchdog %ld %ld\n", get_timer(udc->watchdog.base), in test_watchdog() 88 udc->watchdog.period); in test_watchdog() 90 if (get_timer(udc->watchdog.base) >= udc->watchdog.period) { in test_watchdog() 92 udc->watchdog.function(udc); in test_watchdog() 1948 dev->watchdog.running = 0; in usb_gadget_register_driver() 1949 dev->watchdog.period = 5000 * CONFIG_SYS_HZ / 1000000; /* 5 ms */ in usb_gadget_register_driver() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/ |
| H A D | cpu.h | 53 struct watchdog { struct
|
| /rk3399_rockchip-uboot/drivers/ |
| H A D | Makefile | 60 obj-$(CONFIG_SPL_WATCHDOG_SUPPORT) += watchdog/ 110 obj-y += watchdog/
|
| /rk3399_rockchip-uboot/board/freescale/mpc8544ds/ |
| H A D | README | 60 image, with or without the watchdog timer enabled, and finally with 79 /* reset board, use alternate flash bank with watchdog timer enabled*/
|
| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | Kconfig | 24 programmable watchdog function, a timestamp function, and many other features.
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | at91sam9260-smartweb.dts | 91 watchdog@fffffd40 {
|