Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Ddbcmds.c568 u8 *aml1; in acpi_dm_compare_aml_resources() local
587 aml1 = aml1_buffer; in acpi_dm_compare_aml_resources()
594 while ((aml1 < aml1_end) && (aml2 < aml2_end)) { in acpi_dm_compare_aml_resources()
598 aml1_length = acpi_ut_get_descriptor_length(aml1); in acpi_dm_compare_aml_resources()
600 resource_type = acpi_ut_get_resource_type(aml1); 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()
624 aml1[i]); in acpi_dm_compare_aml_resources()
639 aml1 += aml1_length; in acpi_dm_compare_aml_resources()