Home
last modified time | relevance | path

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

/linux-4.1.27/include/acpi/
Dacbuffer.h149 #define ACPI_PLD_REV1_BUFFER_SIZE 16 /* For Revision 1 of the buffer (From ACPI spec)… macro
/linux-4.1.27/drivers/acpi/
Dutils.c423 || output->package.elements[0].buffer.length < ACPI_PLD_REV1_BUFFER_SIZE) { in acpi_get_physical_device_location()