Searched refs:aml2 (Results 1 – 1 of 1) sorted by relevance
569 u8 *aml2; in acpi_dm_compare_aml_resources() local588 aml2 = aml2_buffer; in acpi_dm_compare_aml_resources()594 while ((aml1 < aml1_end) && (aml2 < aml2_end)) { in acpi_dm_compare_aml_resources()599 aml2_length = acpi_ut_get_descriptor_length(aml2); in acpi_dm_compare_aml_resources()613 else if (memcmp(aml1, aml2, aml1_length)) { in acpi_dm_compare_aml_resources()620 if (aml1[i] != aml2[i]) { in acpi_dm_compare_aml_resources()623 "should be %2.2X\n", i, aml2[i], in acpi_dm_compare_aml_resources()640 aml2 += aml2_length; in acpi_dm_compare_aml_resources()