Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/sh/cpu/sh4/
H A Dwatchdog.c10 #define WDT_BASE WTCNT macro
20 return inb(WDT_BASE + 0x04); in csr_read()
25 outl((unsigned short)value | 0x5A00, WDT_BASE + 0x00); in cnt_write()
30 outl((unsigned short)value | 0xA500, WDT_BASE + 0x04); in csr_write()
35 outl(0x55000000, WDT_BASE + 0x08); in watchdog_reset()
/OK3568_Linux_fs/u-boot/drivers/watchdog/
H A Domap_wdt.c54 struct wd_timer *wdt = (struct wd_timer *)WDT_BASE; in hw_watchdog_reset()
70 struct wd_timer *wdt = (struct wd_timer *)WDT_BASE; in omap_wdt_set_timeout()
86 struct wd_timer *wdt = (struct wd_timer *)WDT_BASE; in hw_watchdog_disable()
101 struct wd_timer *wdt = (struct wd_timer *)WDT_BASE; in hw_watchdog_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-aspeed/
H A Dast2500-board.c39 (struct ast_wdt *)(WDT_BASE + in lowlevel_init()
47 (struct ast_wdt *)(WDT_BASE + in lowlevel_init()
/OK3568_Linux_fs/u-boot/board/micronas/vct/
H A Dvct.c51 reg_write(WDT_TORR(WDT_BASE), 0x00); in _machine_restart()
52 reg_write(WDT_CR(WDT_BASE), 0x1D); in _machine_restart()
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dtegra_wdt.c24 #define WDT_BASE 0x100 macro
204 wdt->wdt_regs = regs + WDT_BASE; in tegra_wdt_probe()
/OK3568_Linux_fs/u-boot/board/micronas/vct/vcth/
H A Dreg_wdt.h7 #define WDT_BASE 0x000b0000 macro
/OK3568_Linux_fs/u-boot/board/micronas/vct/vctv/
H A Dreg_wdt.h7 #define WDT_BASE 0x00040000 macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dhardware_ti816x.h30 #define WDT_BASE 0x480C2000 macro
H A Dhardware_ti814x.h20 #define WDT_BASE 0x481C7000 macro
H A Dhardware_am33xx.h23 #define WDT_BASE 0x44E35000 macro
H A Dhardware_am43xx.h26 #define WDT_BASE 0x44E35000 macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dcpu.h31 #define WDT_BASE 0x4003C000 /* Watchdog timer registers base */ macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-armv7/
H A Dwdt.h11 #define WDT_BASE 0x100E5000 macro
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
H A Dcpu.c16 static struct wdt_regs *wdt = (struct wdt_regs *)WDT_BASE;
/OK3568_Linux_fs/u-boot/board/work-microwave/work_92105/
H A Dwork_92105.c24 static struct wdt_regs *wdt = (struct wdt_regs *)WDT_BASE;
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dwdt.h10 #define WDT_BASE 0x1e785000 macro
/OK3568_Linux_fs/u-boot/board/timll/devkit3250/
H A Ddevkit3250.c21 static struct wdt_regs *wdt = (struct wdt_regs *)WDT_BASE;
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap5/
H A Dcpu.h49 #define WDT_BASE (OMAP54XX_L4_WKUP_BASE + 0x14000) macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/am33xx/
H A Dboard.c314 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;
/OK3568_Linux_fs/u-boot/arch/x86/cpu/quark/
H A DKconfig118 config WDT_BASE config