Home
last modified time | relevance | path

Searched refs:Timer (Results 1 – 5 of 5) sorted by relevance

/third_party/lib/acpica/source/components/executer/
A Dexdebug.c83 UINT32 Timer; in AcpiExDoDebugObject() local
129 Timer = ((UINT32) AcpiOsGetTimer () / 10); in AcpiExDoDebugObject()
130 Timer &= 0x03FFFFFF; in AcpiExDoDebugObject()
132 AcpiOsPrintf ("[ACPI Debug T=0x%8.8X] %*s", Timer, Level, " "); in AcpiExDoDebugObject()
/third_party/lib/acpica/source/common/
A Ddmtables.c94 time_t Timer; in AdDisassemblerHeader() local
97 time (&Timer); in AdDisassemblerHeader()
120 AcpiOsPrintf (" * Disassembly of %s, %s", Filename, ctime (&Timer)); in AdDisassemblerHeader()
/third_party/lib/acpica/source/tools/examples/
A Dextables.c321 [0004] PM Timer Block Address : 00000001
327 [0001] PM Timer Block Length : 04
358 32-bit PM Timer (V1) : 0
365 Use Platform Timer (V4) : 0
419 [0012] PM Timer Block : [Generic Address Structure]
/third_party/lib/acpica/source/os_specific/service_layers/
A Doswinxf.c309 LARGE_INTEGER Timer; in AcpiOsGetTimer() local
315 QueryPerformanceCounter (&Timer)) in AcpiOsGetTimer()
319 return ((UINT64) ((Timer.QuadPart * (UINT64) ACPI_100NSEC_PER_SEC) / in AcpiOsGetTimer()
/third_party/lib/acpica/
A Dchanges.txt1082 Fixed a problem related to the internal use of the Timer() operator where
2040 The ACPI Power Management Timer (defined in the FADT) is now optional.
2043 Timer on the platform, AcpiGetTimer returns AE_SUPPORT. An address of
2487 1) The MTMR table (MID Timer Table)
2668 iASL: Added a remark if the Timer() operator is used within a 32-bit
3719 Power Management Timer and Console Buttons (power/sleep)
3736 GTDT /* Generic Timer Description Table */
11308 implement the ACPI 3.0 Timer operator. This allows the host OS to
11366 Implemented support for the ACPI 3.0 Timer operator.
14310 GPE, Fixed Event, and PM Timer I/O. This allows the use of memory
[all …]

Completed in 25 milliseconds