Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
regs-wdt.h File Reference

Go to the source code of this file.

Macros

#define LS1X_WDT_REG(x)   ((void __iomem *)KSEG1ADDR(LS1X_WDT_BASE + (x)))
 
#define LS1X_WDT_EN   LS1X_WDT_REG(0x0)
 
#define LS1X_WDT_SET   LS1X_WDT_REG(0x4)
 
#define LS1X_WDT_TIMER   LS1X_WDT_REG(0x8)
 

Macro Definition Documentation

#define LS1X_WDT_EN   LS1X_WDT_REG(0x0)

Definition at line 18 of file regs-wdt.h.

#define LS1X_WDT_REG (   x)    ((void __iomem *)KSEG1ADDR(LS1X_WDT_BASE + (x)))

Definition at line 15 of file regs-wdt.h.

#define LS1X_WDT_SET   LS1X_WDT_REG(0x4)

Definition at line 19 of file regs-wdt.h.

#define LS1X_WDT_TIMER   LS1X_WDT_REG(0x8)

Definition at line 20 of file regs-wdt.h.