Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c30 static struct mpc512x_reset_module __iomem *reset_module_base; variable
42 reset_module_base = of_iomap(np, 0); in mpc512x_restart_init()
48 if (reset_module_base) { in mpc512x_restart()
50 out_be32(&reset_module_base->rpr, 0x52535445); in mpc512x_restart()
52 out_be32(&reset_module_base->rcr, 0x2); in mpc512x_restart()
/kernel/linux/linux-6.6/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c30 static struct mpc512x_reset_module __iomem *reset_module_base; variable
34 if (reset_module_base) { in mpc512x_restart()
36 out_be32(&reset_module_base->rpr, 0x52535445); in mpc512x_restart()
38 out_be32(&reset_module_base->rcr, 0x2); in mpc512x_restart()
454 reset_module_base = of_iomap(np, 0); in mpc512x_restart_init()

Completed in 2 milliseconds