Lines Matching +full:power +full:- +full:management
1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Copyright 2017-2018 NXP
7 * Power Management (PM) function. This includes functions for power state
8 * control, clock control, reset control, and wake-up event control.
10 * PM_SVC (SVC) Power Management Service
12 * Module for the Power Management (PM) service.
52 * Defines for SC PM Power Mode
54 #define IMX_SC_PM_PW_MODE_OFF 0 /* Power off */
55 #define IMX_SC_PM_PW_MODE_STBY 1 /* Power in standby */
56 #define IMX_SC_PM_PW_MODE_LP 2 /* Power in low-power */
57 #define IMX_SC_PM_PW_MODE_ON 3 /* Power on */