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);
77 source = ACPI_ADD_PTR(void, aml, info->aml_offset);
143 target = ACPI_ADD_PTR(void, aml, info->value);
165 target = ACPI_ADD_PTR(void, aml, (info->value + 2));
170 target = ACPI_ADD_PTR(void, aml, info->value);
176 item_count = aml->large_header.resource_length +
234 source = ACPI_ADD_PTR(void, aml, ACPI_GET16(source));
250 source = ACPI_ADD_PTR(void, aml, ACPI_GET16(source));
266 source = ACPI_ADD_PTR(void, aml, info->value);
283 ACPI_ADD_PTR(void, aml,
304 if (!acpi_rs_get_address_common(resource, aml)) {
317 destination, aml, NULL);
335 destination, aml,
423 * aml - Where the AML descriptor is returned
435 union aml_resource *aml,
464 destination = ACPI_ADD_PTR(void, aml, info->aml_offset);
469 memset(aml, 0, INIT_RESOURCE_LENGTH(info));
472 aml_length, aml);
525 acpi_rs_set_resource_length(aml_length, aml);
534 target = ACPI_ADD_PTR(void, aml, info->value);
536 acpi_rs_set_resource_length(aml_length, aml);
546 acpi_rs_set_resource_length(aml_length, aml);
559 target = ACPI_ADD_PTR(void, aml, info->value);
565 acpi_rs_set_resource_length(aml_length, aml);
573 acpi_rs_set_resource_length(aml_length, aml);
580 acpi_rs_set_resource_length(aml_length, aml);
585 acpi_rs_set_resource_length(info->value, aml);
602 destination = (char *)ACPI_ADD_PTR(void, aml,
614 destination = (char *)ACPI_ADD_PTR(void, aml,
624 destination = (char *)ACPI_ADD_PTR(void, aml,
634 destination = (char *)ACPI_ADD_PTR(void, aml,
646 acpi_rs_set_address_common(aml, resource);
654 acpi_rs_set_resource_source(aml,
657 acpi_rs_set_resource_length(aml_length, aml);
666 acpi_rs_set_resource_source(aml, info->value,
668 acpi_rs_set_resource_length(aml_length, aml);
753 if (aml->ext_address64.revision_ID != AML_RESOURCE_EXTENDED_ADDRESS_REVISION) {
761 if (((aml->irq.flags & 0x09) == 0x00) || ((aml->irq.flags & 0x09) == 0x09)) {
769 aml->irq.flags));