Home
last modified time | relevance | path

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

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