Lines Matching full:power
3 * which controls battery charging and system power on PowerBook 3400
22 #define PMU_POWER_CTRL0 0x10 /* control power of some devices */
23 #define PMU_POWER_CTRL 0x11 /* control power of some devices */
38 #define PMU_SHUTDOWN 0x7e /* turn power off */
41 #define PMU_POWER_EVENTS 0x8f /* Send power-event commands to PMU */
52 #define PMU_POW0_ON 0x80 /* OR this to power ON the device */
53 #define PMU_POW0_OFF 0x00 /* leave bit 7 to 0 to power it OFF */
54 #define PMU_POW0_HARD_DRIVE 0x04 /* Hard drive power
58 #define PMU_POW_ON 0x80 /* OR this to power ON the device */
59 #define PMU_POW_OFF 0x00 /* leave bit 7 to 0 to power it OFF */
60 #define PMU_POW_BACKLIGHT 0x01 /* backlight power */
61 #define PMU_POW_CHARGER 0x02 /* battery charger power */
62 #define PMU_POW_IRLED 0x04 /* IR led power (on wallstreet) */
63 #define PMU_POW_MEDIABAY 0x08 /* media bay power
117 /* Power events wakeup bits */