Lines Matching +full:reboot +full:- +full:mode
1 // SPDX-License-Identifier: GPL-2.0-only
3 * omap2-restart.c - code common to all OMAP2xxx machines.
23 /* Reboot handling */
26 * omap2xxx_restart - Set DPLL to bypass mode for reboot to work
28 * Set the DPLL to bypass so that reboot completes successfully. No
31 void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart() argument
38 /* XXX Should save the cmd argument for use after the reboot */ in omap2xxx_restart()
44 * omap2xxx_common_look_up_clks_for_reset - look up clocks needed for restart
47 * operation to work - see omap2xxx_restart(). Returns -EINVAL upon
54 return -EINVAL; in omap2xxx_common_look_up_clks_for_reset()
58 return -EINVAL; in omap2xxx_common_look_up_clks_for_reset()