Home
last modified time | relevance | path

Searched defs:wdt_regs (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dwdt.h13 struct wdt_regs { struct
14 u32 isr; /* Interrupt Status Register */
15 u32 ctrl; /* Control Register */
16 u32 counter; /* Counter Value Register */
17 u32 mctrl; /* Match Control Register */
18 u32 match0; /* Match 0 Register */
19 u32 emr; /* External Match Control Register */
20 u32 pulse; /* Reset Pulse Length Register */
21 u32 res; /* Reset Source Register */
/OK3568_Linux_fs/kernel/arch/arm/mach-picoxcell/
H A Dcommon.c22 static void __iomem *wdt_regs; variable
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dtegra_wdt.c61 void __iomem *wdt_regs; member
H A Dsunxi_wdt.c56 const struct sunxi_wdt_reg *wdt_regs; member