Home
last modified time | relevance | path

Searched refs:watchdog (Results 1 – 25 of 117) sorted by relevance

12345

/rk3399_rockchip-uboot/drivers/watchdog/
H A DKconfig7 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 DREADME.watchdog8 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 DREADME.at916 - 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 DREADME.nokia_rx5119 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 Dhwinit-common.c201 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 DMakefile11 obj-y = cpu.o interrupts.o watchdog.o
/rk3399_rockchip-uboot/arch/sh/cpu/sh3/
H A DMakefile14 obj-y = cpu.o interrupts.o watchdog.o
/rk3399_rockchip-uboot/arch/sh/cpu/sh4/
H A DMakefile11 obj-y = cpu.o interrupts.o watchdog.o cache.o
/rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ae3xx/
H A DMakefile17 obj-y += watchdog.o
/rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ag101/
H A DMakefile17 obj-y += watchdog.o
H A Dwatchdog.S19 ! Turn off the watchdog, according to Faraday FTWDT010 spec
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap3/
H A Dboard.c239 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 DREADME42 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 DKconfig23 gsc wd - enables / disables the watchdog
/rk3399_rockchip-uboot/drivers/sysreset/
H A DKconfig70 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 Dcpu.h100 SAMSUNG_BASE(watchdog, WATCHDOG_BASE)
/rk3399_rockchip-uboot/tools/gdb/
H A Dremote.c81 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 Dcpu.h46 struct watchdog { struct
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa25x_udc.h137 struct pxa25x_watchdog watchdog; member
H A Dpxa25x_udc.c72 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 Dcpu.h53 struct watchdog { struct
/rk3399_rockchip-uboot/drivers/
H A DMakefile60 obj-$(CONFIG_SPL_WATCHDOG_SUPPORT) += watchdog/
110 obj-y += watchdog/
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/
H A DREADME60 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 DKconfig24 programmable watchdog function, a timestamp function, and many other features.
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dat91sam9260-smartweb.dts91 watchdog@fffffd40 {

12345