Home
last modified time | relevance | path

Searched refs:ACPI_100NSEC_PER_SEC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddscontrol.c238 ((UINT64) AcpiGbl_MaxLoopIterations * ACPI_100NSEC_PER_SEC); in AcpiDsExecBeginControlOp()
/freebsd/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c1309 return (((UINT64) time.tv_sec * ACPI_100NSEC_PER_SEC) + in AcpiOsGetTimer()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactypes.h583 #define ACPI_100NSEC_PER_SEC 10000000L macro