Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds