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

/linux-4.1.27/drivers/watchdog/
H A Dmpc8xxx_wdt.c53 static struct mpc8xxx_wdt __iomem *wd_base; variable in typeref:struct:__iomem
83 out_be16(&wd_base->swsrr, 0x556c); mpc8xxx_wdt_keepalive()
84 out_be16(&wd_base->swsrr, 0xaa39); mpc8xxx_wdt_keepalive()
114 out_be32(&wd_base->swcrr, tmp); mpc8xxx_wdt_start()
170 wd_base = of_iomap(np, 0); mpc8xxx_wdt_probe()
171 if (!wd_base) mpc8xxx_wdt_probe()
174 enabled = in_be32(&wd_base->swcrr) & SWCRR_SWEN; mpc8xxx_wdt_probe()
206 iounmap(wd_base); mpc8xxx_wdt_probe()
207 wd_base = NULL; mpc8xxx_wdt_probe()
217 iounmap(wd_base); mpc8xxx_wdt_remove()
265 if (!wd_base) mpc8xxx_wdt_init_late()

Completed in 31 milliseconds