Searched refs:acpi_scope (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/bus/acpi/
H A Diommu.c31 static zx_status_t acpi_scope_to_desc(ACPI_DMAR_DEVICE_SCOPE* acpi_scope, argument
33 switch (acpi_scope->EntryType) {
44 desc_scope->start_bus = acpi_scope->Bus;
45 if (acpi_scope->Length < sizeof(*acpi_scope)) {
48 desc_scope->num_hops = (acpi_scope->Length - sizeof(*acpi_scope)) / 2;
62 uint16_t v = *(uint16_t*)((uintptr_t)acpi_scope + sizeof(*acpi_scope) + 2 * i);
133 ACPI_DMAR_DEVICE_SCOPE* acpi_scope) {
132 scope_eq(zx_iommu_desc_intel_scope_t* scope, ACPI_DMAR_DEVICE_SCOPE* acpi_scope) argument
[all...]

Completed in 20 milliseconds