Home
last modified time | relevance | path

Searched refs:WDOG_BASE_ADDR (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/watchdog/
H A Dulp_wdog.c48 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR; in hw_watchdog_set_timeout()
55 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR; in hw_watchdog_reset()
64 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR; in hw_watchdog_init()
84 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR; in reset_cpu()
/OK3568_Linux_fs/u-boot/include/configs/
H A Dmx7ulp_evk.h48 #define WDOG_BASE_ADDR WDG1_RBASE macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-vf610/
H A Dimx-regs.h77 #define WDOG_BASE_ADDR (AIPS0_BASE_ADDR + 0x00065000) macro