Lines Matching +full:reg +full:- +full:init
3 .\" SPDX-License-Identifier: BSD-4-Clause
71 .Bl -tag -compact -offset indent -width "RB_POWERCYCLE"
73 Halt the system in-place rather than restarting.
77 Request a power-cycle in addition to restarting.
91 .Bl -enum -offset indent
127 machine-dependent
153 .Xr init 8
156 .Xr init 8
165 .Xr init 8
204 power-off, or halt.
235 event handler that can handle system power-off by writing to a device register,
237 .Bd -literal -offset indent
242 uint32_t reg;
245 reg = FOO_POWEROFF;
246 WRITE4(sc, FOO_POWEROFF_REG, reg);
252 .Bd -literal -offset indent
274 .Bd -literal -offset indent
282 /* Some code that is not panic-safe. */
288 .Xr init 8 ,