.. | .. |
---|
7 | 7 | (RO) Hexadecimal bitmask of the TAD attributes are reported by |
---|
8 | 8 | the platform firmware (see ACPI 6.2, section 9.18.2): |
---|
9 | 9 | |
---|
| 10 | + ======= ====================================================== |
---|
10 | 11 | BIT(0): AC wakeup implemented if set |
---|
11 | 12 | BIT(1): DC wakeup implemented if set |
---|
12 | 13 | BIT(2): Get/set real time features implemented if set |
---|
.. | .. |
---|
16 | 17 | BIT(6): The AC timer wakes up from S5 if set |
---|
17 | 18 | BIT(7): The DC timer wakes up from S4 if set |
---|
18 | 19 | BIT(8): The DC timer wakes up from S5 if set |
---|
| 20 | + ======= ====================================================== |
---|
19 | 21 | |
---|
20 | 22 | The other bits are reserved. |
---|
21 | 23 | |
---|
.. | .. |
---|
62 | 64 | timer status with the following meaning of bits (see ACPI 6.2, |
---|
63 | 65 | Section 9.18.5): |
---|
64 | 66 | |
---|
| 67 | + ======= ====================================================== |
---|
65 | 68 | Bit(0): The timer has expired if set. |
---|
66 | 69 | Bit(1): The timer has woken up the system from a sleep state |
---|
67 | 70 | (S3 or S4/S5 if supported) if set. |
---|
| 71 | + ======= ====================================================== |
---|
68 | 72 | |
---|
69 | 73 | The other bits are reserved. |
---|
70 | 74 | |
---|