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

/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/hardware/
H A Dhwvalid.c211 ACPI_IO_ADDRESS LastAddress; local
229 LastAddress = Address + ByteWidth - 1;
231 ACPI_DEBUG_PRINT ((ACPI_DB_IO, "Address %p LastAddress %p Length %X",
232 ACPI_CAST_PTR (void, Address), ACPI_CAST_PTR (void, LastAddress),
237 if (LastAddress > ACPI_UINT16_MAX)
265 if ((Address <= PortInfo->End) && (LastAddress >= PortInfo->Start))
282 if (LastAddress <= PortInfo->End)

Completed in 58 milliseconds