Lines Matching refs:aml
25 * aml - Where the AML descriptor is returned
36 union aml_resource *aml,
65 aml_resource_length = acpi_ut_get_resource_length(aml);
79 source = ACPI_ADD_PTR(void, aml, info->aml_offset);
153 target = ACPI_ADD_PTR(void, aml, info->value);
175 target = ACPI_ADD_PTR(void, aml, (info->value + 2));
180 target = ACPI_ADD_PTR(void, aml, info->value);
186 item_count = aml->large_header.resource_length +
246 source = ACPI_ADD_PTR(void, aml, ACPI_GET16(source));
262 source = ACPI_ADD_PTR(void, aml, ACPI_GET16(source));
278 source = ACPI_ADD_PTR(void, aml, info->value);
296 ACPI_ADD_PTR(void, aml, (temp16 + info->value));
316 if (!acpi_rs_get_address_common(resource, aml)) {
329 destination, aml, NULL);
347 destination, aml,
435 * aml - Where the AML descriptor is returned
447 union aml_resource *aml,
476 destination = ACPI_ADD_PTR(void, aml, info->aml_offset);
481 memset(aml, 0, INIT_RESOURCE_LENGTH(info));
484 aml_length, aml);
546 acpi_rs_set_resource_length(aml_length, aml);
555 target = ACPI_ADD_PTR(void, aml, info->value);
557 acpi_rs_set_resource_length(aml_length, aml);
567 acpi_rs_set_resource_length(aml_length, aml);
580 target = ACPI_ADD_PTR(void, aml, info->value);
586 acpi_rs_set_resource_length(aml_length, aml);
594 acpi_rs_set_resource_length(aml_length, aml);
601 acpi_rs_set_resource_length(aml_length, aml);
606 acpi_rs_set_resource_length(info->value, aml);
623 destination = (char *)ACPI_ADD_PTR(void, aml,
635 destination = (char *)ACPI_ADD_PTR(void, aml,
645 destination = (char *)ACPI_ADD_PTR(void, aml,
655 destination = (char *)ACPI_ADD_PTR(void, aml,
667 acpi_rs_set_address_common(aml, resource);
675 acpi_rs_set_resource_source(aml,
678 acpi_rs_set_resource_length(aml_length, aml);
687 acpi_rs_set_resource_source(aml, info->value,
689 acpi_rs_set_resource_length(aml_length, aml);
774 if (aml->ext_address64.revision_ID != AML_RESOURCE_EXTENDED_ADDRESS_REVISION) {
782 if (((aml->irq.flags & 0x09) == 0x00) || ((aml->irq.flags & 0x09) == 0x09)) {
790 aml->irq.flags));