Searched refs:mpc52xx_wdt (Results 1 – 1 of 1) sorted by relevance
48 static struct mpc52xx_gpt __iomem *mpc52xx_wdt; variable144 mpc52xx_wdt = of_iomap(np, 0); in mpc52xx_map_common_devices()213 if (mpc52xx_wdt) { in mpc52xx_restart()214 out_be32(&mpc52xx_wdt->mode, 0x00000000); in mpc52xx_restart()215 out_be32(&mpc52xx_wdt->count, 0x000000ff); in mpc52xx_restart()216 out_be32(&mpc52xx_wdt->mode, 0x00009004); in mpc52xx_restart()