Searched refs:aml1_length (Results 1 – 1 of 1) sorted by relevance
608 acpi_rsdesc_size aml1_length; in acpi_dm_compare_aml_resources() local634 aml1_length = acpi_ut_get_descriptor_length(aml1); 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()649 else if (memcmp(aml1, aml2, aml1_length)) { in acpi_dm_compare_aml_resources()655 for (i = 0; i < aml1_length; i++) { in acpi_dm_compare_aml_resources()674 offset += aml1_length; in acpi_dm_compare_aml_resources()675 aml1 += aml1_length; in acpi_dm_compare_aml_resources()