Lines Matching +full:de +full:- +full:assert
1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright 2006-2007 Freescale Semiconductor, Inc. All Rights Reserved.
6 * Copyright 2008 Juergen Beisert, kernel@pengutronix.de
19 #include <asm/proc-fns.h>
20 #include <asm/mach-types.h>
21 #include <asm/hardware/cache-l2x0.h>
41 /* Assert SRS signal */ in mxc_restart()
53 /* wait for reset to assert... */ in mxc_restart()
56 pr_err("%s: Watchdog reset failed to assert reset\n", __func__); in mxc_restart()
70 wdog_clk = clk_get_sys("imx2-wdt.0", NULL); in mxc_arch_reset_init()
92 np = of_find_compatible_node(NULL, NULL, "arm,pl310-cache"); in imx_init_l2cache()