Skip to content

Commit

Permalink
ACPICA: Headers: Add GTDT flag definitions for the timer subtable.
Browse files Browse the repository at this point in the history
Mostly by Hanjun Guo <hanjun.guo@linaro.org>

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
hanjun-guo authored and rafaeljw committed Sep 2, 2014
1 parent 63b8f8c commit 34ea065
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions include/acpi/actbl3.h
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,15 @@ struct acpi_gtdt_timer_entry {
u32 common_flags;
};

/* Flag Definitions: timer_flags and virtual_timer_flags above */

#define ACPI_GTDT_GT_IRQ_MODE (1)
#define ACPI_GTDT_GT_IRQ_POLARITY (1<<1)

/* Flag Definitions: common_flags above */

#define ACPI_GTDT_GT_IS_SECURE_TIMER (1)
#define ACPI_GTDT_GT_ALWAYS_ON (1<<1)
#define ACPI_GTDT_GT_IS_SECURE_TIMER (1)
#define ACPI_GTDT_GT_ALWAYS_ON (1<<1)

/* 1: SBSA Generic Watchdog Structure */

Expand Down

0 comments on commit 34ea065

Please sign in to comment.