Home
last modified time | relevance | path

Searched refs:watchdog_dev (Results 1 – 5 of 5) sorted by relevance

/u-boot/arch/arm/mach-mediatek/mt8512/
A Dinit.c48 struct udevice *watchdog_dev = NULL; in reset_cpu() local
50 if (uclass_get_device_by_seq(UCLASS_WDT, 0, &watchdog_dev)) in reset_cpu()
51 if (uclass_get_device(UCLASS_WDT, 0, &watchdog_dev)) in reset_cpu()
54 wdt_expire_now(watchdog_dev, 0); in reset_cpu()
/u-boot/drivers/watchdog/
A Dwdt-uclass.c36 (struct udevice **)&gd->watchdog_dev)) { in initr_watchdog()
39 (struct udevice **)&gd->watchdog_dev)) { in initr_watchdog()
46 timeout = dev_read_u32_default(gd->watchdog_dev, "timeout-sec", in initr_watchdog()
48 reset_period = dev_read_u32_default(gd->watchdog_dev, in initr_watchdog()
53 wdt_start(gd->watchdog_dev, timeout * 1000, 0); in initr_watchdog()
133 wdt_reset(gd->watchdog_dev); in watchdog_reset()
/u-boot/board/cssi/MCR3000/
A DMCR3000.c156 struct udevice *watchdog_dev = NULL; in board_early_init_r() local
158 if (uclass_get_device(UCLASS_WDT, 0, &watchdog_dev)) { in board_early_init_r()
162 wdt_start(watchdog_dev, 0xffff, 0); in board_early_init_r()
/u-boot/board/alliedtelesis/x530/
A Dx530.c125 wdt_stop(gd->watchdog_dev); in arch_preboot_os()
/u-boot/include/asm-generic/
A Dglobal_data.h442 struct udevice *watchdog_dev; member

Completed in 12 milliseconds