Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/acpica/dist/executer/
H A Dexprep.c118 ACPI_ROUND_DOWN (FieldBitOffset, 8)); in AcpiExGenerateAccess()
152 ACPI_ROUND_DOWN (FieldByteOffset, AccessByteWidth) / in AcpiExGenerateAccess()
411 ACPI_ROUND_DOWN (NearestByteAddress, ByteAlignment); in AcpiExPrepCommonFieldObject()
626 ObjDesc->IndexField.Value = (UINT32) ACPI_ROUND_DOWN ( in AcpiExPrepFieldValue()
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dacmacros.h239 #define ACPI_ROUND_DOWN(value, boundary) (((ACPI_SIZE)(value)) & \ macro
248 #define ACPI_ROUND_DOWN_TO_32BIT(a) ACPI_ROUND_DOWN(a, 4)
249 #define ACPI_ROUND_DOWN_TO_64BIT(a) ACPI_ROUND_DOWN(a, 8)
250 #define ACPI_ROUND_DOWN_TO_NATIVE_WORD(a) ACPI_ROUND_DOWN(a, sizeof(ACPI_SIZE))