Searched refs:wd_base (Results 1 – 1 of 1) sorted by relevance
53 static struct mpc8xxx_wdt __iomem *wd_base; variable83 out_be16(&wd_base->swsrr, 0x556c); in mpc8xxx_wdt_keepalive()84 out_be16(&wd_base->swsrr, 0xaa39); in mpc8xxx_wdt_keepalive()114 out_be32(&wd_base->swcrr, tmp); in mpc8xxx_wdt_start()170 wd_base = of_iomap(np, 0); in mpc8xxx_wdt_probe()171 if (!wd_base) in mpc8xxx_wdt_probe()174 enabled = in_be32(&wd_base->swcrr) & SWCRR_SWEN; in mpc8xxx_wdt_probe()206 iounmap(wd_base); in mpc8xxx_wdt_probe()207 wd_base = NULL; in mpc8xxx_wdt_probe()217 iounmap(wd_base); in mpc8xxx_wdt_remove()[all …]