Lines Matching +full:idle +full:- +full:states
1 // SPDX-License-Identifier: GPL-2.0-only
3 * CPU idle Marvell Kirkwood SoCs
5 * The cpu idle uses wait-for-interrupt and DDR self refresh in order
6 * to implement two idle states -
7 * #1 wait-for-interrupt
8 * #2 wait-for-interrupt and DDR self refresh
27 /* Actual code that puts the SoC in different idle states */
41 .states[0] = ARM_CPUIDLE_WFI_STATE,
42 .states[1] = {
52 /* Initialize CPU idle by registering the idle states */
78 MODULE_DESCRIPTION("Kirkwood cpu idle driver");
80 MODULE_ALIAS("platform:kirkwood-cpuidle");