Searched refs:Timer (Results 1 – 5 of 5) sorted by relevance
83 UINT32 Timer; in AcpiExDoDebugObject() local129 Timer = ((UINT32) AcpiOsGetTimer () / 10); in AcpiExDoDebugObject()130 Timer &= 0x03FFFFFF; in AcpiExDoDebugObject()132 AcpiOsPrintf ("[ACPI Debug T=0x%8.8X] %*s", Timer, Level, " "); in AcpiExDoDebugObject()
94 time_t Timer; in AdDisassemblerHeader() local97 time (&Timer); in AdDisassemblerHeader()120 AcpiOsPrintf (" * Disassembly of %s, %s", Filename, ctime (&Timer)); in AdDisassemblerHeader()
321 [0004] PM Timer Block Address : 00000001327 [0001] PM Timer Block Length : 04358 32-bit PM Timer (V1) : 0365 Use Platform Timer (V4) : 0419 [0012] PM Timer Block : [Generic Address Structure]
309 LARGE_INTEGER Timer; in AcpiOsGetTimer() local315 QueryPerformanceCounter (&Timer)) in AcpiOsGetTimer()319 return ((UINT64) ((Timer.QuadPart * (UINT64) ACPI_100NSEC_PER_SEC) / in AcpiOsGetTimer()
1082 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