diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/acrestyp.h | 4 | ||||
-rw-r--r-- | include/acpi/actbl.h | 8 | ||||
-rw-r--r-- | include/acpi/actbl1.h | 8 | ||||
-rw-r--r-- | include/acpi/actbl2.h | 8 | ||||
-rw-r--r-- | include/acpi/actypes.h | 4 |
5 files changed, 16 insertions, 16 deletions
diff --git a/include/acpi/acrestyp.h b/include/acpi/acrestyp.h index 25040910c715..40349ae65464 100644 --- a/include/acpi/acrestyp.h +++ b/include/acpi/acrestyp.h | |||
@@ -48,7 +48,7 @@ | |||
48 | * Definitions for Resource Attributes | 48 | * Definitions for Resource Attributes |
49 | */ | 49 | */ |
50 | typedef u16 acpi_rs_length; /* Resource Length field is fixed at 16 bits */ | 50 | typedef u16 acpi_rs_length; /* Resource Length field is fixed at 16 bits */ |
51 | typedef u32 acpi_rsdesc_size; /* Max Resource Descriptor size is (Length+3) = (64_k-1)+3 */ | 51 | typedef u32 acpi_rsdesc_size; /* Max Resource Descriptor size is (Length+3) = (64K-1)+3 */ |
52 | 52 | ||
53 | /* | 53 | /* |
54 | * Memory Attributes | 54 | * Memory Attributes |
@@ -332,7 +332,7 @@ struct acpi_resource_address64 { | |||
332 | }; | 332 | }; |
333 | 333 | ||
334 | struct acpi_resource_extended_address64 { | 334 | struct acpi_resource_extended_address64 { |
335 | ACPI_RESOURCE_ADDRESS_COMMON u8 revision_iD; | 335 | ACPI_RESOURCE_ADDRESS_COMMON u8 revision_ID; |
336 | u64 granularity; | 336 | u64 granularity; |
337 | u64 minimum; | 337 | u64 minimum; |
338 | u64 maximum; | 338 | u64 maximum; |
diff --git a/include/acpi/actbl.h b/include/acpi/actbl.h index a629a01fc812..59a73e1b2845 100644 --- a/include/acpi/actbl.h +++ b/include/acpi/actbl.h | |||
@@ -212,7 +212,7 @@ struct acpi_table_fadt { | |||
212 | u32 smi_command; /* 32-bit Port address of SMI command port */ | 212 | u32 smi_command; /* 32-bit Port address of SMI command port */ |
213 | u8 acpi_enable; /* Value to write to smi_cmd to enable ACPI */ | 213 | u8 acpi_enable; /* Value to write to smi_cmd to enable ACPI */ |
214 | u8 acpi_disable; /* Value to write to smi_cmd to disable ACPI */ | 214 | u8 acpi_disable; /* Value to write to smi_cmd to disable ACPI */ |
215 | u8 S4bios_request; /* Value to write to SMI CMD to enter S4BIOS state */ | 215 | u8 s4_bios_request; /* Value to write to SMI CMD to enter S4BIOS state */ |
216 | u8 pstate_control; /* Processor performance state control */ | 216 | u8 pstate_control; /* Processor performance state control */ |
217 | u32 pm1a_event_block; /* 32-bit Port address of Power Mgt 1a Event Reg Blk */ | 217 | u32 pm1a_event_block; /* 32-bit Port address of Power Mgt 1a Event Reg Blk */ |
218 | u32 pm1b_event_block; /* 32-bit Port address of Power Mgt 1b Event Reg Blk */ | 218 | u32 pm1b_event_block; /* 32-bit Port address of Power Mgt 1b Event Reg Blk */ |
@@ -230,8 +230,8 @@ struct acpi_table_fadt { | |||
230 | u8 gpe1_block_length; /* Byte Length of ports at gpe1_block */ | 230 | u8 gpe1_block_length; /* Byte Length of ports at gpe1_block */ |
231 | u8 gpe1_base; /* Offset in GPE number space where GPE1 events start */ | 231 | u8 gpe1_base; /* Offset in GPE number space where GPE1 events start */ |
232 | u8 cst_control; /* Support for the _CST object and C States change notification */ | 232 | u8 cst_control; /* Support for the _CST object and C States change notification */ |
233 | u16 C2latency; /* Worst case HW latency to enter/exit C2 state */ | 233 | u16 c2_latency; /* Worst case HW latency to enter/exit C2 state */ |
234 | u16 C3latency; /* Worst case HW latency to enter/exit C3 state */ | 234 | u16 c3_latency; /* Worst case HW latency to enter/exit C3 state */ |
235 | u16 flush_size; /* Processor's memory cache line width, in bytes */ | 235 | u16 flush_size; /* Processor's memory cache line width, in bytes */ |
236 | u16 flush_stride; /* Number of flush strides that need to be read */ | 236 | u16 flush_stride; /* Number of flush strides that need to be read */ |
237 | u8 duty_offset; /* Processor duty cycle index in processor's P_CNT reg */ | 237 | u8 duty_offset; /* Processor duty cycle index in processor's P_CNT reg */ |
@@ -291,7 +291,7 @@ struct acpi_table_fadt { | |||
291 | #define ACPI_FADT_S4_RTC_VALID (1<<16) /* 16: [V4] Contents of RTC_STS valid after S4 wake (ACPI 3.0) */ | 291 | #define ACPI_FADT_S4_RTC_VALID (1<<16) /* 16: [V4] Contents of RTC_STS valid after S4 wake (ACPI 3.0) */ |
292 | #define ACPI_FADT_REMOTE_POWER_ON (1<<17) /* 17: [V4] System is compatible with remote power on (ACPI 3.0) */ | 292 | #define ACPI_FADT_REMOTE_POWER_ON (1<<17) /* 17: [V4] System is compatible with remote power on (ACPI 3.0) */ |
293 | #define ACPI_FADT_APIC_CLUSTER (1<<18) /* 18: [V4] All local APICs must use cluster model (ACPI 3.0) */ | 293 | #define ACPI_FADT_APIC_CLUSTER (1<<18) /* 18: [V4] All local APICs must use cluster model (ACPI 3.0) */ |
294 | #define ACPI_FADT_APIC_PHYSICAL (1<<19) /* 19: [V4] All local x_aPICs must use physical dest mode (ACPI 3.0) */ | 294 | #define ACPI_FADT_APIC_PHYSICAL (1<<19) /* 19: [V4] All local xAPICs must use physical dest mode (ACPI 3.0) */ |
295 | #define ACPI_FADT_HW_REDUCED (1<<20) /* 20: [V5] ACPI hardware is not implemented (ACPI 5.0) */ | 295 | #define ACPI_FADT_HW_REDUCED (1<<20) /* 20: [V5] ACPI hardware is not implemented (ACPI 5.0) */ |
296 | #define ACPI_FADT_LOW_POWER_S0 (1<<21) /* 21: [V5] S0 power savings are equal or better than S3 (ACPI 5.0) */ | 296 | #define ACPI_FADT_LOW_POWER_S0 (1<<21) /* 21: [V5] S0 power savings are equal or better than S3 (ACPI 5.0) */ |
297 | 297 | ||
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index 9ac26b464be1..300d14e7c5d5 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h | |||
@@ -676,7 +676,7 @@ struct acpi_madt_local_apic { | |||
676 | struct acpi_madt_io_apic { | 676 | struct acpi_madt_io_apic { |
677 | struct acpi_subtable_header header; | 677 | struct acpi_subtable_header header; |
678 | u8 id; /* I/O APIC ID */ | 678 | u8 id; /* I/O APIC ID */ |
679 | u8 reserved; /* Reserved - must be zero */ | 679 | u8 reserved; /* reserved - must be zero */ |
680 | u32 address; /* APIC physical address */ | 680 | u32 address; /* APIC physical address */ |
681 | u32 global_irq_base; /* Global system interrupt where INTI lines start */ | 681 | u32 global_irq_base; /* Global system interrupt where INTI lines start */ |
682 | }; | 682 | }; |
@@ -794,11 +794,11 @@ struct acpi_madt_generic_interrupt { | |||
794 | 794 | ||
795 | struct acpi_madt_generic_distributor { | 795 | struct acpi_madt_generic_distributor { |
796 | struct acpi_subtable_header header; | 796 | struct acpi_subtable_header header; |
797 | u16 reserved; /* Reserved - must be zero */ | 797 | u16 reserved; /* reserved - must be zero */ |
798 | u32 gic_id; | 798 | u32 gic_id; |
799 | u64 base_address; | 799 | u64 base_address; |
800 | u32 global_irq_base; | 800 | u32 global_irq_base; |
801 | u32 reserved2; /* Reserved - must be zero */ | 801 | u32 reserved2; /* reserved - must be zero */ |
802 | }; | 802 | }; |
803 | 803 | ||
804 | /* | 804 | /* |
@@ -841,7 +841,7 @@ struct acpi_table_msct { | |||
841 | u64 max_address; /* Max physical address in system */ | 841 | u64 max_address; /* Max physical address in system */ |
842 | }; | 842 | }; |
843 | 843 | ||
844 | /* Subtable - Maximum Proximity Domain Information. Version 1 */ | 844 | /* subtable - Maximum Proximity Domain Information. Version 1 */ |
845 | 845 | ||
846 | struct acpi_msct_proximity { | 846 | struct acpi_msct_proximity { |
847 | u8 revision; | 847 | u8 revision; |
diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h index 34198bf293ac..d9ceb3d31629 100644 --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h | |||
@@ -66,7 +66,7 @@ | |||
66 | #define ACPI_SIG_DBGP "DBGP" /* Debug Port table */ | 66 | #define ACPI_SIG_DBGP "DBGP" /* Debug Port table */ |
67 | #define ACPI_SIG_DMAR "DMAR" /* DMA Remapping table */ | 67 | #define ACPI_SIG_DMAR "DMAR" /* DMA Remapping table */ |
68 | #define ACPI_SIG_HPET "HPET" /* High Precision Event Timer table */ | 68 | #define ACPI_SIG_HPET "HPET" /* High Precision Event Timer table */ |
69 | #define ACPI_SIG_IBFT "IBFT" /* i_sCSI Boot Firmware Table */ | 69 | #define ACPI_SIG_IBFT "IBFT" /* iSCSI Boot Firmware Table */ |
70 | #define ACPI_SIG_IVRS "IVRS" /* I/O Virtualization Reporting Structure */ | 70 | #define ACPI_SIG_IVRS "IVRS" /* I/O Virtualization Reporting Structure */ |
71 | #define ACPI_SIG_MCFG "MCFG" /* PCI Memory Mapped Configuration table */ | 71 | #define ACPI_SIG_MCFG "MCFG" /* PCI Memory Mapped Configuration table */ |
72 | #define ACPI_SIG_MCHI "MCHI" /* Management Controller Host Interface table */ | 72 | #define ACPI_SIG_MCHI "MCHI" /* Management Controller Host Interface table */ |
@@ -334,8 +334,8 @@ struct acpi_dmar_reserved_memory { | |||
334 | struct acpi_dmar_header header; | 334 | struct acpi_dmar_header header; |
335 | u16 reserved; | 335 | u16 reserved; |
336 | u16 segment; | 336 | u16 segment; |
337 | u64 base_address; /* 4_k aligned base address */ | 337 | u64 base_address; /* 4K aligned base address */ |
338 | u64 end_address; /* 4_k aligned limit address */ | 338 | u64 end_address; /* 4K aligned limit address */ |
339 | }; | 339 | }; |
340 | 340 | ||
341 | /* Masks for Flags field above */ | 341 | /* Masks for Flags field above */ |
@@ -565,7 +565,7 @@ struct acpi_ivrs_hardware { | |||
565 | /* Masks for Info field above */ | 565 | /* Masks for Info field above */ |
566 | 566 | ||
567 | #define ACPI_IVHD_MSI_NUMBER_MASK 0x001F /* 5 bits, MSI message number */ | 567 | #define ACPI_IVHD_MSI_NUMBER_MASK 0x001F /* 5 bits, MSI message number */ |
568 | #define ACPI_IVHD_UNIT_ID_MASK 0x1F00 /* 5 bits, unit_iD */ | 568 | #define ACPI_IVHD_UNIT_ID_MASK 0x1F00 /* 5 bits, unit_ID */ |
569 | 569 | ||
570 | /* | 570 | /* |
571 | * Device Entries for IVHD subtable, appear after struct acpi_ivrs_hardware structure. | 571 | * Device Entries for IVHD subtable, appear after struct acpi_ivrs_hardware structure. |
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index bc4a3272f95a..3af87de6a68c 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h | |||
@@ -173,7 +173,7 @@ typedef u64 acpi_physical_address; | |||
173 | * to indicate that special precautions must be taken to avoid alignment faults. | 173 | * to indicate that special precautions must be taken to avoid alignment faults. |
174 | * (IA64 or ia64 is currently used by existing compilers to indicate IPF.) | 174 | * (IA64 or ia64 is currently used by existing compilers to indicate IPF.) |
175 | * | 175 | * |
176 | * Note: Em64_t and other X86-64 processors support misaligned transfers, | 176 | * Note: EM64T and other X86-64 processors support misaligned transfers, |
177 | * so there is no need to define this flag. | 177 | * so there is no need to define this flag. |
178 | */ | 178 | */ |
179 | #if defined (__IA64__) || defined (__ia64__) | 179 | #if defined (__IA64__) || defined (__ia64__) |
@@ -636,7 +636,7 @@ typedef u32 acpi_event_type; | |||
636 | #define ACPI_NUM_FIXED_EVENTS ACPI_EVENT_MAX + 1 | 636 | #define ACPI_NUM_FIXED_EVENTS ACPI_EVENT_MAX + 1 |
637 | 637 | ||
638 | /* | 638 | /* |
639 | * Event Status - Per event | 639 | * Event status - Per event |
640 | * ------------- | 640 | * ------------- |
641 | * The encoding of acpi_event_status is illustrated below. | 641 | * The encoding of acpi_event_status is illustrated below. |
642 | * Note that a set bit (1) indicates the property is TRUE | 642 | * Note that a set bit (1) indicates the property is TRUE |