/openbmc/u-boot/arch/sh/cpu/sh4/ |
H A D | watchdog.c | 8 #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 D | omap_wdt.c | 53 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 D | vct.c | 50 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 D | reg_wdt.h | 6 #define WDT_BASE 0x00040000 macro
|
/openbmc/u-boot/board/micronas/vct/vcth/ |
H A D | reg_wdt.h | 6 #define WDT_BASE 0x000b0000 macro
|
/openbmc/linux/drivers/watchdog/ |
H A D | tegra_wdt.c | 24 #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 D | hardware_ti816x.h | 30 #define WDT_BASE 0x480C2000 macro
|
H A D | hardware_ti814x.h | 19 #define WDT_BASE 0x481C7000 macro
|
H A D | hardware_am33xx.h | 27 #define WDT_BASE 0x44E35000 macro
|
H A D | hardware_am43xx.h | 25 #define WDT_BASE 0x44E35000 macro
|
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/ |
H A D | cpu.h | 30 #define WDT_BASE 0x4003C000 /* Watchdog timer registers base */ macro
|
/openbmc/u-boot/arch/arm/include/asm/arch-armv7/ |
H A D | wdt.h | 10 #define WDT_BASE 0x100E5000 macro
|
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/ |
H A D | reset.c | 37 void __iomem *wdt_regs = (void __iomem *)WDT_BASE; in _machine_restart()
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/ |
H A D | cpu.c | 15 static struct wdt_regs *wdt = (struct wdt_regs *)WDT_BASE;
|
/openbmc/u-boot/board/work-microwave/work_92105/ |
H A D | work_92105.c | 23 static struct wdt_regs *wdt = (struct wdt_regs *)WDT_BASE;
|
/openbmc/u-boot/board/timll/devkit3250/ |
H A D | devkit3250.c | 20 static struct wdt_regs *wdt = (struct wdt_regs *)WDT_BASE;
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/ |
H A D | cpu.h | 48 #define WDT_BASE (OMAP54XX_L4_WKUP_BASE + 0x14000) macro
|
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/ |
H A D | jz4780.h | 22 #define WDT_BASE 0xb0002000 macro
|
/openbmc/u-boot/arch/x86/cpu/quark/ |
H A D | Kconfig | 116 config WDT_BASE config
|
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/ |
H A D | board.c | 418 struct wd_timer *wdtimer = (struct wd_timer *)WDT_BASE; in watchdog_disable()
|
H A D | clock_ti816x.c | 135 const struct wd_timer *wdtimer = (struct wd_timer *)WDT_BASE;
|