Home
last modified time | relevance | path

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

/acpica-latest/source/components/disassembler/
Ddmbuffer.c713 if ((BufferSize != ACPI_PLD_REV1_BUFFER_SIZE) && in AcpiDmIsPldBuffer()
733 if ((InitializerSize != ACPI_PLD_REV1_BUFFER_SIZE) && in AcpiDmIsPldBuffer()
886 if (ByteCount < ACPI_PLD_REV1_BUFFER_SIZE) in AcpiDmPldBuffer()
/acpica-latest/source/components/utilities/
Dutxface.c686 if (!InBuffer || !ReturnBuffer || (Length < ACPI_PLD_REV1_BUFFER_SIZE)) in ACPI_EXPORT_SYMBOL()
/acpica-latest/source/include/
Dacbuffer.h267 #define ACPI_PLD_REV1_BUFFER_SIZE 16 /* For Revision 1 of the buffer (From ACPI spec)… macro