Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Ddbcmds.c605 u8 *aml2; in acpi_dm_compare_aml_resources() local
624 aml2 = aml2_buffer; in acpi_dm_compare_aml_resources()
630 while ((aml1 < aml1_end) && (aml2 < aml2_end)) { in acpi_dm_compare_aml_resources()
635 aml2_length = acpi_ut_get_descriptor_length(aml2); in acpi_dm_compare_aml_resources()
649 else if (memcmp(aml1, aml2, aml1_length)) { in acpi_dm_compare_aml_resources()
656 if (aml1[i] != aml2[i]) { in acpi_dm_compare_aml_resources()
659 "should be %2.2X\n", i, aml2[i], in acpi_dm_compare_aml_resources()
676 aml2 += aml2_length; in acpi_dm_compare_aml_resources()