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 166 * PARAMETERS: Resolution - Where the resolution is returned
168 * RETURN: Status and timer resolution
170 * DESCRIPTION: Obtains resolution of the ACPI PM Timer (24 or 32 bits).
176 UINT32 *Resolution)
181 if (!Resolution)
188 *Resolution = 24;
192 *Resolution = 32;
262 * rollovers, the timer resolution, and timer frequency.
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 273 UINT32 Resolution; // 1e-6 parts per million
  /src/sys/external/bsd/acpica/dist/include/
acpixf.h 1317 UINT32 *Resolution))
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 676 UINT32 Resolution;

Completed in 79 milliseconds