Home
last modified time | relevance | path

Searched refs:REG_WTCR (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/watchdog/
Dnuc900_wdt.c29 #define REG_WTCR 0x1c macro
83 val = __raw_readl(nuc900_wdt->wdt_base + REG_WTCR); in nuc900_wdt_keepalive()
85 __raw_writel(val, nuc900_wdt->wdt_base + REG_WTCR); in nuc900_wdt_keepalive()
96 val = __raw_readl(nuc900_wdt->wdt_base + REG_WTCR); in nuc900_wdt_start()
100 __raw_writel(val, nuc900_wdt->wdt_base + REG_WTCR); in nuc900_wdt_start()
116 val = __raw_readl(nuc900_wdt->wdt_base + REG_WTCR); in nuc900_wdt_stop()
118 __raw_writel(val, nuc900_wdt->wdt_base + REG_WTCR); in nuc900_wdt_stop()
/linux-3.4.99/arch/arm/mach-w90x900/include/mach/
Dregs-timer.h31 #define REG_WTCR (TMR_BA+0x1C) macro