Lines Matching +full:power +full:- +full:on

1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
24 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35 #define PMU_POWER_CTRL0 0x10 /* control power of some devices */
36 #define PMU_POWER_CTRL 0x11 /* control power of some devices */
38 #define PMU_POWER_OFF 0x7e /* Turn Power off */
55 #define PMU_POWER_EVENTS 0x8f /* Send power-event commands to PMU */
62 #define PMU_ADB_POLL_OFF 0x21 /* Disable ADB auto-poll */
67 #define PMU_CPU_SPEED 0x7d /* Control CPU speed on some models */
76 #define PMU_SET_SLEEPLED 0xee /* Set sleep LED on/off */
80 #define PMU_INT_PCEJECT 0x04 /* PC-card eject buttons */
85 #define PMU_INT_TICK 0x80 /* 1-second tick interrupt */
88 #define PMU_POW0_ON 0x80 /* OR this to power ON the device */
89 #define PMU_POW0_OFF 0x00 /* leave bit 7 to 0 to power it OFF */
93 #define PMU_POW_ON 0x80 /* OR this to power ON the device */
94 #define PMU_POW_OFF 0x00 /* leave bit 7 to 0 to power it OFF */
95 #define PMU_POW_BACKLIGHT 0x01 /* backlight power */
96 #define PMU_POW_CHARGER 0x02 /* battery charger power */
97 #define PMU_POW_IRLED 0x04 /* IR led power (on wallstreet) */
98 #define PMU_POW_MEDIABAY 0x08 /* media bay power (wallstreet/lombard ?) */
100 /* Bits from PMU_GET_LID_STATE or PMU_INT_ENVIRONMENT on core99 */
102 #define PMU_ENV_POWER 0x08 /* Power Button pressed */
114 /* PMU Power Information */
136 /* Power events wakeup bits */
138 PMU_PWR_WAKEUP_KEY = 0x01, /* Wake on key press */
139 PMU_PWR_WAKEUP_AC_INSERT = 0x02, /* Wake on AC adapter plug */