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

/fuchsia/zircon/system/dev/bus/acpi/
H A Dbus-acpi.c60 size_t resource_i; member in struct:__anon258
79 ctx->resources[ctx->resource_i].writeable = mem.writeable;
80 ctx->resources[ctx->resource_i].base_address = mem.minimum;
81 ctx->resources[ctx->resource_i].alignment = mem.alignment;
82 ctx->resources[ctx->resource_i].address_length = mem.address_length;
84 ctx->resource_i += 1;
95 ctx->resources[ctx->resource_i].writeable = true;
96 ctx->resources[ctx->resource_i].base_address = addr.min_address_fixed;
97 ctx->resources[ctx->resource_i].alignment = 0;
98 ctx->resources[ctx->resource_i]
[all...]

Completed in 37 milliseconds