Lines Matching full:pmu
2 * Definitions for talking to the PMU. The PMU is a microcontroller
19 * PMU commands
36 #define PMU_SET_INTR_MASK 0x70 /* set PMU interrupt mask */
41 #define PMU_POWER_EVENTS 0x8f /* Send power-event commands to PMU */
46 #define PMU_SYSTEM_READY 0xdf /* tell PMU we are awake */
48 #define PMU_READ_PMU_RAM 0xe8 /* read the PMU RAM... ??? */
49 #define PMU_GET_VERSION 0xea /* read the PMU version */
66 /* Bits in PMU interrupt and interrupt mask bytes */
74 /* Other bits in PMU interrupt valid when PMU_INT_ADB is set */
96 /* Kind of PMU (model) */
103 PMU_68K_V1, /* 68K PMU, version 1 */
104 PMU_68K_V2, /* 68K PMU, version 2 */
107 /* PMU PMU_POWER_EVENTS commands */
127 * This table indicates for each PMU opcode:
130 * - the number of response bytes which the PMU will return, or
177 /* MOS6522 PMU */
183 #define TYPE_MOS6522_PMU "mos6522-pmu"
198 /* PMU state */
201 /* PMU low level protocol state */
213 /* PMU events/interrupts */
232 #define TYPE_VIA_PMU "via-pmu"