Home
last modified time | relevance | path

Searched refs:WDT_BASE (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/arch/sh/cpu/sh4/
H A Dwatchdog.c8 #define WDT_BASE WTCNT macro
18 return inb(WDT_BASE + 0x04); in csr_read()
23 outl((unsigned short)value | 0x5A00, WDT_BASE + 0x00); in cnt_write()
28 outl((unsigned short)value | 0xA500, WDT_BASE + 0x04); in csr_write()
33 outl(0x55000000, WDT_BASE + 0x08); in watchdog_reset()
/openbmc/u-boot/drivers/watchdog/
H A Domap_wdt.c53 struct wd_timer *wdt = (struct wd_timer *)WDT_BASE; in hw_watchdog_reset()
78 struct wd_timer *wdt = (struct wd_timer *)WDT_BASE; in omap_wdt_set_timeout()
94 struct wd_timer *wdt = (struct wd_timer *)WDT_BASE; in hw_watchdog_disable()
109 struct wd_timer *wdt = (struct wd_timer *)WDT_BASE; in hw_watchdog_init()
/openbmc/u-boot/board/micronas/vct/
H A Dvct.c50 reg_write(WDT_TORR(WDT_BASE), 0x00); in _machine_restart()
51 reg_write(WDT_CR(WDT_BASE), 0x1D); in _machine_restart()
/openbmc/u-boot/board/micronas/vct/vctv/
H A Dreg_wdt.h6 #define WDT_BASE 0x00040000 macro
/openbmc/u-boot/board/micronas/vct/vcth/
H A Dreg_wdt.h6 #define WDT_BASE 0x000b0000 macro
/openbmc/linux/drivers/watchdog/
H A Dtegra_wdt.c24 #define WDT_BASE 0x100 macro
204 wdt->wdt_regs = regs + WDT_BASE; in tegra_wdt_probe()
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dhardware_ti816x.h30 #define WDT_BASE 0x480C2000 macro
H A Dhardware_ti814x.h19 #define WDT_BASE 0x481C7000 macro
H A Dhardware_am33xx.h27 #define WDT_BASE 0x44E35000 macro
H A Dhardware_am43xx.h25 #define WDT_BASE 0x44E35000 macro
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dcpu.h30 #define WDT_BASE 0x4003C000 /* Watchdog timer registers base */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-armv7/
H A Dwdt.h10 #define WDT_BASE 0x100E5000 macro
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A Dreset.c37 void __iomem *wdt_regs = (void __iomem *)WDT_BASE; in _machine_restart()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
H A Dcpu.c15 static struct wdt_regs *wdt = (struct wdt_regs *)WDT_BASE;
/openbmc/u-boot/board/work-microwave/work_92105/
H A Dwork_92105.c23 static struct wdt_regs *wdt = (struct wdt_regs *)WDT_BASE;
/openbmc/u-boot/board/timll/devkit3250/
H A Ddevkit3250.c20 static struct wdt_regs *wdt = (struct wdt_regs *)WDT_BASE;
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/
H A Dcpu.h48 #define WDT_BASE (OMAP54XX_L4_WKUP_BASE + 0x14000) macro
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780.h22 #define WDT_BASE 0xb0002000 macro
/openbmc/u-boot/arch/x86/cpu/quark/
H A DKconfig116 config WDT_BASE config
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dboard.c418 struct wd_timer *wdtimer = (struct wd_timer *)WDT_BASE; in watchdog_disable()
H A Dclock_ti816x.c135 const struct wd_timer *wdtimer = (struct wd_timer *)WDT_BASE;