Home
last modified time | relevance | path

Searched refs:ACPI_ROUND_DOWN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexprep.c226 ACPI_ROUND_DOWN (FieldBitOffset, 8)); in AcpiExGenerateAccess()
260 ACPI_ROUND_DOWN (FieldByteOffset, AccessByteWidth) / in AcpiExGenerateAccess()
519 ACPI_ROUND_DOWN (NearestByteAddress, ByteAlignment); in AcpiExPrepCommonFieldObject()
734 ObjDesc->IndexField.Value = (UINT32) ACPI_ROUND_DOWN ( in AcpiExPrepFieldValue()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacmacros.h347 #define ACPI_ROUND_DOWN(value, boundary) (((ACPI_SIZE)(value)) & \ macro
356 #define ACPI_ROUND_DOWN_TO_32BIT(a) ACPI_ROUND_DOWN(a, 4)
357 #define ACPI_ROUND_DOWN_TO_64BIT(a) ACPI_ROUND_DOWN(a, 8)
358 #define ACPI_ROUND_DOWN_TO_NATIVE_WORD(a) ACPI_ROUND_DOWN(a, sizeof(ACPI_SIZE))