actbl1.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:7k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /******************************************************************************
  2.  *
  3.  * Name: actbl1.h - ACPI 1.0 tables
  4.  *       $Revision: 17 $
  5.  *
  6.  *****************************************************************************/
  7. /*
  8.  *  Copyright (C) 2000, 2001 R. Byron Moore
  9.  *
  10.  *  This program is free software; you can redistribute it and/or modify
  11.  *  it under the terms of the GNU General Public License as published by
  12.  *  the Free Software Foundation; either version 2 of the License, or
  13.  *  (at your option) any later version.
  14.  *
  15.  *  This program is distributed in the hope that it will be useful,
  16.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  17.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18.  *  GNU General Public License for more details.
  19.  *
  20.  *  You should have received a copy of the GNU General Public License
  21.  *  along with this program; if not, write to the Free Software
  22.  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  23.  */
  24. #ifndef __ACTBL1_H__
  25. #define __ACTBL1_H__
  26. #pragma pack(1)
  27. /*************************************/
  28. /* ACPI Specification Rev 1.0 for    */
  29. /* the Root System Description Table */
  30. /*************************************/
  31. typedef struct
  32. {
  33. acpi_table_header       header;                 /* Table header */
  34. u32                     table_offset_entry [1]; /* Array of pointers to other */
  35.  /* ACPI tables */
  36. } RSDT_DESCRIPTOR_REV1;
  37. /***************************************/
  38. /* ACPI Specification Rev 1.0 for      */
  39. /* the Firmware ACPI Control Structure */
  40. /***************************************/
  41. typedef struct
  42. {
  43. NATIVE_CHAR             signature[4];           /* signature "FACS" */
  44. u32                     length;                 /* length of structure, in bytes */
  45. u32                     hardware_signature;     /* hardware configuration signature */
  46. u32                     firmware_waking_vector; /* ACPI OS waking vector */
  47. u32                     global_lock;            /* Global Lock */
  48. u32                     S4bios_f        : 1;    /* Indicates if S4BIOS support is present */
  49. u32                     reserved1       : 31;   /* must be 0 */
  50. u8                      resverved3 [40];        /* reserved - must be zero */
  51. } facs_descriptor_rev1;
  52. /************************************/
  53. /* ACPI Specification Rev 1.0 for   */
  54. /* the Fixed ACPI Description Table */
  55. /************************************/
  56. typedef struct
  57. {
  58. acpi_table_header       header;                 /* table header */
  59. u32                     firmware_ctrl;          /* Physical address of FACS */
  60. u32                     dsdt;                   /* Physical address of DSDT */
  61. u8                      model;                  /* System Interrupt Model */
  62. u8                      reserved1;              /* reserved */
  63. u16                     sci_int;                /* System vector of SCI interrupt */
  64. u32                     smi_cmd;                /* Port address of SMI command port */
  65. u8                      acpi_enable;            /* value to write to smi_cmd to enable ACPI */
  66. u8                      acpi_disable;           /* value to write to smi_cmd to disable ACPI */
  67. u8                      S4bios_req;             /* Value to write to SMI CMD to enter S4BIOS state */
  68. u8                      reserved2;              /* reserved - must be zero */
  69. u32                     pm1a_evt_blk;           /* Port address of Power Mgt 1a Acpi_event Reg Blk */
  70. u32                     pm1b_evt_blk;           /* Port address of Power Mgt 1b Acpi_event Reg Blk */
  71. u32                     pm1a_cnt_blk;           /* Port address of Power Mgt 1a Control Reg Blk */
  72. u32                     pm1b_cnt_blk;           /* Port address of Power Mgt 1b Control Reg Blk */
  73. u32                     pm2_cnt_blk;            /* Port address of Power Mgt 2 Control Reg Blk */
  74. u32                     pm_tmr_blk;             /* Port address of Power Mgt Timer Ctrl Reg Blk */
  75. u32                     gpe0blk;                /* Port addr of General Purpose Acpi_event 0 Reg Blk */
  76. u32                     gpe1_blk;               /* Port addr of General Purpose Acpi_event 1 Reg Blk */
  77. u8                      pm1_evt_len;            /* Byte Length of ports at pm1_x_evt_blk */
  78. u8                      pm1_cnt_len;            /* Byte Length of ports at pm1_x_cnt_blk */
  79. u8                      pm2_cnt_len;            /* Byte Length of ports at pm2_cnt_blk */
  80. u8                      pm_tm_len;              /* Byte Length of ports at pm_tm_blk */
  81. u8                      gpe0blk_len;            /* Byte Length of ports at gpe0_blk */
  82. u8                      gpe1_blk_len;           /* Byte Length of ports at gpe1_blk */
  83. u8                      gpe1_base;              /* offset in gpe model where gpe1 events start */
  84. u8                      reserved3;              /* reserved */
  85. u16                     plvl2_lat;              /* worst case HW latency to enter/exit C2 state */
  86. u16                     plvl3_lat;              /* worst case HW latency to enter/exit C3 state */
  87. u16                     flush_size;             /* Size of area read to flush caches */
  88. u16                     flush_stride;           /* Stride used in flushing caches */
  89. u8                      duty_offset;            /* bit location of duty cycle field in p_cnt reg */
  90. u8                      duty_width;             /* bit width of duty cycle field in p_cnt reg */
  91. u8                      day_alrm;               /* index to day-of-month alarm in RTC CMOS RAM */
  92. u8                      mon_alrm;               /* index to month-of-year alarm in RTC CMOS RAM */
  93. u8                      century;                /* index to century in RTC CMOS RAM */
  94. u8                      reserved4;              /* reserved */
  95. u8                      reserved4a;             /* reserved */
  96. u8                      reserved4b;             /* reserved */
  97. u32                     wb_invd         : 1;    /* wbinvd instruction works properly */
  98. u32                     wb_invd_flush   : 1;    /* wbinvd flushes but does not invalidate */
  99. u32                     proc_c1         : 1;    /* all processors support C1 state */
  100. u32                     plvl2_up        : 1;    /* C2 state works on MP system */
  101. u32                     pwr_button      : 1;    /* Power button is handled as a generic feature */
  102. u32                     sleep_button    : 1;    /* Sleep button is handled as a generic feature, or not present */
  103. u32                     fixed_rTC       : 1;    /* RTC wakeup stat not in fixed register space */
  104. u32                     rtcs4           : 1;    /* RTC wakeup stat not possible from S4 */
  105. u32                     tmr_val_ext     : 1;    /* tmr_val is 32 bits */
  106. u32                     reserved5       : 23;   /* reserved - must be zero */
  107. }  fadt_descriptor_rev1;
  108. #pragma pack()
  109. #endif /* __ACTBL1_H__ */