Home
last modified time | relevance | path

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

/acpica-latest/source/include/
Dacbuffer.h269 #define ACPI_PLD_BUFFER_SIZE 20 /* For Revision 2 of the buffer (From ACPI spec)… macro
/acpica-latest/source/components/debugger/
Ddbconvert.c464 Buffer = ACPI_ALLOCATE_ZEROED (ACPI_PLD_BUFFER_SIZE); in AcpiDbEncodePldBuffer()
/acpica-latest/source/compiler/
Daslpld.c731 Buffer = ACPI_CAST_PTR (UINT32, UtLocalCacheCalloc (ACPI_PLD_BUFFER_SIZE)); in OpcEncodePldBuffer()