Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/acpica/
Ddbcmds.c609 acpi_rsdesc_size aml2_length; in acpi_dm_compare_aml_resources() local
635 aml2_length = acpi_ut_get_descriptor_length(aml2); in acpi_dm_compare_aml_resources()
640 if (aml1_length != aml2_length) { in acpi_dm_compare_aml_resources()
644 resource_type, offset, aml1_length, aml2_length); in acpi_dm_compare_aml_resources()
676 aml2 += aml2_length; in acpi_dm_compare_aml_resources()