HomeSort by: relevance | last modified time | path
    Searched refs:Resolution (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/hardware/
hwtimer.c 58 * PARAMETERS: Resolution - Where the resolution is returned
60 * RETURN: Status and timer resolution
62 * DESCRIPTION: Obtains resolution of the ACPI PM Timer (24 or 32 bits).
68 UINT32 *Resolution)
73 if (!Resolution)
80 *Resolution = 24;
84 *Resolution = 32;
154 * rollovers, the timer resolution, and timer frequency.
  /src/sys/external/bsd/acpica/dist/include/
acpixf.h 1209 UINT32 *Resolution))
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 568 UINT32 Resolution;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 273 UINT32 Resolution; // 1e-6 parts per million

Completed in 18 milliseconds