Home
last modified time | relevance | path

Searched defs:wdog (Results 1 – 20 of 20) sorted by relevance

/openbmc/u-boot/drivers/watchdog/
H A Dimx_watchdog.c20 struct watchdog_regs *wdog = (struct watchdog_regs *)WDOG1_BASE_ADDR; in hw_watchdog_reset() local
29 struct watchdog_regs *wdog = (struct watchdog_regs *)WDOG1_BASE_ADDR; in hw_watchdog_init() local
53 struct watchdog_regs *wdog = (struct watchdog_regs *)WDOG1_BASE_ADDR; in reset_cpu() local
H A Dulp_wdog.c45 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR; in hw_watchdog_set_timeout() local
52 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR; in hw_watchdog_reset() local
61 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR; in hw_watchdog_init() local
81 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR; in reset_cpu() local
/openbmc/u-boot/arch/arm/mach-imx/imx8m/
H A Dsoc.c60 void set_wdog_reset(struct wdog_regs *wdog) in set_wdog_reset()
232 struct watchdog_regs *wdog = (struct watchdog_regs *)WDOG1_BASE_ADDR; in reset_cpu() local
/openbmc/u-boot/arch/arm/mach-davinci/
H A Ddm365_lowlevel.c266 struct davinci_timer *wdog = in dm365_por_reset() local
284 struct davinci_timer *wdog = in dm365_wdt_reset() local
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_powermgt.h26 uint32_t wdog; member
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dwdog.h19 u32 wdog; member
/openbmc/u-boot/arch/m68k/cpu/mcf523x/
H A Dcpu_init.c40 wdog_t *wdog = (wdog_t *) MMAP_WDOG; in cpu_init_f() local
/openbmc/u-boot/drivers/mmc/
H A Ddavinci_mmc.c92 uint wdog = WATCHDOG_COUNT; local
109 uint wdog = WATCHDOG_COUNT; local
124 uint wdog = WATCHDOG_COUNT; local
/openbmc/u-boot/board/freescale/imx8mq_evk/
H A Dimx8mq_evk.c43 struct wdog_regs *wdog = (struct wdog_regs *)WDOG1_BASE_ADDR; in board_early_init_f() local
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h70 struct sunxi_wdog wdog; /* 0x90 */ member
81 struct sunxi_wdog wdog[5]; /* We have 5 watchdogs */ member
/openbmc/u-boot/board/warp7/
H A Dwarp7.c138 struct wdog_regs *wdog = (struct wdog_regs *)WDOG1_BASE_ADDR; in board_late_init() local
/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dcpu_init.c211 wdog_t *wdog = (wdog_t *) MMAP_WDOG; in cpu_init_f() local
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dboard.c278 static const struct sunxi_wdog *wdog = in reset_cpu() local
/openbmc/u-boot/board/technexion/pico-imx7d/
H A Dpico-imx7d.c318 struct wdog_regs *wdog = (struct wdog_regs *)WDOG1_BASE_ADDR; in board_late_init() local
/openbmc/u-boot/board/compulab/cl-som-imx7/
H A Dcl-som-imx7.c301 struct wdog_regs *wdog = (struct wdog_regs *)WDOG1_BASE_ADDR; in cl_som_imx7_setup_wdog() local
/openbmc/u-boot/board/freescale/mx7dsabresd/
H A Dmx7dsabresd.c352 struct wdog_regs *wdog = (struct wdog_regs *)WDOG1_BASE_ADDR; in board_late_init() local
/openbmc/u-boot/arch/arm/mach-imx/mx7/
H A Dsoc.c343 void set_wdog_reset(struct wdog_regs *wdog) in set_wdog_reset()
H A Dpsci-mx7.c238 struct wdog_regs *wdog = (struct wdog_regs *)WDOG1_BASE_ADDR; in psci_system_reset() local
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dcpu.c372 struct watchdog_regs *wdog = (struct watchdog_regs *)WDOG1_BASE_ADDR; in reset_cpu() local
/openbmc/phosphor-watchdog/test/
H A Dwatchdog.cpp54 std::unique_ptr<Watchdog> wdog; member in phosphor::watchdog::WdogTest