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

/linux-4.4.14/drivers/watchdog/
H A Dlantiq_wdt.c46 static void __iomem *ltq_wdt_membase; variable
63 ltq_w32(LTQ_WDT_PW1, ltq_wdt_membase + LTQ_WDT_CR); ltq_wdt_enable()
66 LTQ_WDT_PW2 | timeout, ltq_wdt_membase + LTQ_WDT_CR); ltq_wdt_enable()
73 ltq_w32(LTQ_WDT_PW1, ltq_wdt_membase + LTQ_WDT_CR); ltq_wdt_disable()
78 ltq_w32(LTQ_WDT_PW2, ltq_wdt_membase + LTQ_WDT_CR); ltq_wdt_disable()
195 ltq_wdt_membase = devm_ioremap_resource(&pdev->dev, res); ltq_wdt_probe()
196 if (IS_ERR(ltq_wdt_membase)) ltq_wdt_probe()
197 return PTR_ERR(ltq_wdt_membase); ltq_wdt_probe()

Completed in 39 milliseconds