2012-07-25 21:17:24 +07:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2011 Zhang, Keguang <keguang.zhang@gmail.com>
|
|
|
|
*
|
2014-10-10 10:39:59 +07:00
|
|
|
* Loongson 1 Watchdog Register Definitions.
|
2012-07-25 21:17:24 +07:00
|
|
|
*
|
2013-01-22 18:59:30 +07:00
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms of the GNU General Public License as published by the
|
2012-07-25 21:17:24 +07:00
|
|
|
* Free Software Foundation; either version 2 of the License, or (at your
|
|
|
|
* option) any later version.
|
|
|
|
*/
|
|
|
|
|
2015-04-21 09:00:35 +07:00
|
|
|
#ifndef __ASM_MACH_LOONGSON32_REGS_WDT_H
|
|
|
|
#define __ASM_MACH_LOONGSON32_REGS_WDT_H
|
2012-07-25 21:17:24 +07:00
|
|
|
|
2014-10-10 10:39:59 +07:00
|
|
|
#define WDT_EN 0x0
|
|
|
|
#define WDT_TIMER 0x4
|
|
|
|
#define WDT_SET 0x8
|
2012-07-25 21:17:24 +07:00
|
|
|
|
2015-04-21 09:00:35 +07:00
|
|
|
#endif /* __ASM_MACH_LOONGSON32_REGS_WDT_H */
|