]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Include/Hpet.h
IntelFrameworkModulePkg: Refine casting expression result to bigger size
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Hpet.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
4 \r\r
5 This program and the accompanying materials are licensed and made available under\r\r
6 the terms and conditions of the BSD License that accompanies this distribution. \r\r
7 The full text of the license may be found at \r\r
8 http://opensource.org/licenses/bsd-license.php. \r\r
9 \r\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12 \r\r
13\r
14\r
15Module Name:\r
16\r
17 Mseg.h\r
18\r
19Abstract:\r
20\r
21 This file describes the contents of the ACPI HEPT Table.\r
22\r
23--*/\r
24\r
25#ifndef _HPET_H\r
26#define _HPET_H\r
27\r
28//\r
29// Statements that include other files\r
30//\r
31#include <IndustryStandard/Acpi10.h>\r
32#include <IndustryStandard/Acpi20.h>\r
33#include <IndustryStandard/Acpi30.h>\r
34#include <IndustryStandard/HighPrecisionEventTimerTable.h>\r
35\r
36//\r
37// HPET Definitions\r
38//\r
39#define EFI_ACPI_HPET_TABLE_REVISION 0x1\r
40#define MAIN_COUNTER_MIN_PERIODIC_CLOCK_TICKS 0x80 //approx 1ms\r
41\r
42#define HPET_BASE_ADDRESS 0xFED00000\r
43#define EFI_ACPI_EVENT_TIMER_BLOCK_ID 0x8086A001\r
44\r
45#endif\r