Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Ddbcmds.c573 acpi_rsdesc_size aml2_length; in acpi_dm_compare_aml_resources() local
599 aml2_length = acpi_ut_get_descriptor_length(aml2); 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()
640 aml2 += aml2_length; in acpi_dm_compare_aml_resources()