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

/fuchsia/zircon/system/dev/bus/acpi/
H A Dresources.h28 // Interpretation of min/max depend on the min/max_address_fixed flags
41 bool max_address_fixed; member in struct:resource_address
H A Dresources.c51 (out)->max_address_fixed = (src)->MaxAddressFixed; \
H A Dpci.c437 if (!addr.min_address_fixed || !addr.max_address_fixed || addr.maximum < addr.minimum) {
H A Dbus-acpi.c93 addr.max_address_fixed && (addr.maximum < addr.minimum)) {
141 addr.max_address_fixed && (addr.maximum < addr.minimum)) {

Completed in 29 milliseconds