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

/linux-master/arch/powerpc/platforms/52xx/
H A Dmpc52xx_common.c50 static struct mpc52xx_gpt __iomem *mpc52xx_wdt; variable in typeref:struct:__iomem
139 /* mpc52xx_wdt is mapped here and used in mpc52xx_restart,
146 mpc52xx_wdt = of_iomap(np, 0);
215 if (mpc52xx_wdt) {
216 out_be32(&mpc52xx_wdt->mode, 0x00000000);
217 out_be32(&mpc52xx_wdt->count, 0x000000ff);
218 out_be32(&mpc52xx_wdt->mode, 0x00009004);

Completed in 142 milliseconds