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

/linux-4.1.27/drivers/watchdog/
H A Dnuc900_wdt.c28 #define REG_WTCR 0x1c macro
81 val = __raw_readl(nuc900_wdt->wdt_base + REG_WTCR); nuc900_wdt_keepalive()
83 __raw_writel(val, nuc900_wdt->wdt_base + REG_WTCR); nuc900_wdt_keepalive()
94 val = __raw_readl(nuc900_wdt->wdt_base + REG_WTCR); nuc900_wdt_start()
98 __raw_writel(val, nuc900_wdt->wdt_base + REG_WTCR); nuc900_wdt_start()
114 val = __raw_readl(nuc900_wdt->wdt_base + REG_WTCR); nuc900_wdt_stop()
116 __raw_writel(val, nuc900_wdt->wdt_base + REG_WTCR); nuc900_wdt_stop()
/linux-4.1.27/arch/arm/mach-w90x900/include/mach/
H A Dregs-timer.h31 #define REG_WTCR (TMR_BA+0x1C) macro

Completed in 94 milliseconds