Searched refs:aml1_length (Results 1 – 1 of 1) sorted by relevance
572 acpi_rsdesc_size aml1_length; in acpi_dm_compare_aml_resources() local598 aml1_length = acpi_ut_get_descriptor_length(aml1); in acpi_dm_compare_aml_resources()604 if (aml1_length != aml2_length) { in acpi_dm_compare_aml_resources()608 resource_type, offset, aml1_length, aml2_length); in acpi_dm_compare_aml_resources()613 else if (memcmp(aml1, aml2, aml1_length)) { in acpi_dm_compare_aml_resources()619 for (i = 0; i < aml1_length; i++) { in acpi_dm_compare_aml_resources()638 offset += aml1_length; in acpi_dm_compare_aml_resources()639 aml1 += aml1_length; in acpi_dm_compare_aml_resources()