Searched defs:FixedIo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaIo.c295 EFI_ACPI_FIXED_LOCATION_IO_PORT_DESCRIPTOR *FixedIo; local
342 FixedIo = (EFI_ACPI_FIXED_LOCATION_IO_PORT_DESCRIPTOR *) AcpiResource.SmallHeader;
343 if (FixedIo->Length != 0) {
347 IsaResource[Count].StartRange = FixedIo->BaseAddress;
348 IsaResource[Count].EndRange = FixedIo->BaseAddress + FixedIo->Length - 1;

Completed in 35 milliseconds