Lines Matching +full:disable +full:- +full:report +full:- +full:mask
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
21 #define PMU_ADB_POLL_OFF 0x21 /* disable ADB auto-poll */
23 #define PMU_WRITE_NVRAM 0x33 /* write non-volatile RAM */
25 #define PMU_READ_NVRAM 0x3b /* read non-volatile RAM */
26 #define PMU_SET_RTC 0x30 /* set real-time clock */
27 #define PMU_READ_RTC 0x38 /* read real-time clock */
31 #define PMU_PCEJECT 0x4c /* eject PC-card from slot */
32 #define PMU_BATTERY_STATE 0x6b /* report battery state etc. */
33 #define PMU_SMART_BATTERY_STATE 0x6f /* report battery state (new way) */
34 #define PMU_SET_INTR_MASK 0x70 /* set PMU interrupt mask */
39 #define PMU_POWER_EVENTS 0x8f /* Send power-event commands to PMU */
42 #define PMU_GET_BRIGHTBUTTON 0xd9 /* report brightness up/down pos */
43 #define PMU_GET_COVER 0xdc /* report cover open/closed */
60 /* Bits in PMU interrupt and interrupt mask bytes */
61 #define PMU_INT_PCEJECT 0x04 /* PC-card eject buttons */
66 #define PMU_INT_TICK 0x80 /* 1-second tick interrupt */