| .. | .. |
|---|
| 19 | 19 | #define PMU_POWER_CTRL 0x11 /* control power of some devices */ |
|---|
| 20 | 20 | #define PMU_ADB_CMD 0x20 /* send ADB packet */ |
|---|
| 21 | 21 | #define PMU_ADB_POLL_OFF 0x21 /* disable ADB auto-poll */ |
|---|
| 22 | +#define PMU_WRITE_XPRAM 0x32 /* write eXtended Parameter RAM */ |
|---|
| 22 | 23 | #define PMU_WRITE_NVRAM 0x33 /* write non-volatile RAM */ |
|---|
| 24 | +#define PMU_READ_XPRAM 0x3a /* read eXtended Parameter RAM */ |
|---|
| 23 | 25 | #define PMU_READ_NVRAM 0x3b /* read non-volatile RAM */ |
|---|
| 24 | 26 | #define PMU_SET_RTC 0x30 /* set real-time clock */ |
|---|
| 25 | 27 | #define PMU_READ_RTC 0x38 /* read real-time clock */ |
|---|