参照龙芯1c手册更正看门狗寄存器宏定义
This commit is contained in:
parent
9e2dedeff5
commit
ab818cda30
|
@ -145,8 +145,8 @@ struct ls1c_cop_regs
|
|||
|
||||
/* Watch Dog registers */
|
||||
#define WDT_EN __REG32(WDT_BASE + 0x00)
|
||||
#define WDT_SET __REG32(WDT_BASE + 0x04)
|
||||
#define WDT_TIMER __REG32(WDT_BASE + 0x08)
|
||||
#define WDT_SET __REG32(WDT_BASE + 0x08)
|
||||
#define WDT_TIMER __REG32(WDT_BASE + 0x04)
|
||||
|
||||
#define PLL_FREQ __REG32(0xbfe78030)
|
||||
#define PLL_DIV_PARAM __REG32(0xbfe78034)
|
||||
|
|
Loading…
Reference in New Issue