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

/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexprep.c226 ACPI_ROUND_DOWN (FieldBitOffset, 8));
260 ACPI_ROUND_DOWN (FieldByteOffset, AccessByteWidth) /
519 ACPI_ROUND_DOWN (NearestByteAddress, ByteAlignment);
738 ObjDesc->IndexField.Value = (UINT32) ACPI_ROUND_DOWN (
/freebsd-11-stable/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))

Completed in 212 milliseconds