Lines Matching +full:idle +full:- +full:states
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2012-2013 Xilinx
5 * CPU idle support for Xilinx Zynq
7 * based on arch/arm/mach-at91/cpuidle.c
9 * The cpu idle uses wait-for-interrupt and RAM self refresh in order
10 * to implement two idle states -
11 * #1 wait-for-interrupt
12 * #2 wait-for-interrupt and RAM self refresh
24 /* Actual code that puts the SoC in different idle states */
37 .states = {
51 /* Initialize CPU idle by registering the idle states */
61 .name = "cpuidle-zynq",