Lines Matching defs:Address
104 IN UINT64 Address,
118 Address - The base address of I/O operations.
120 Bytes moves is Width size * Count, starting at Address.
145 Address,
152 Address,
168 IN UINT64 Address,
182 Address - The base address of I/O operations.
184 Bytes moves is Width size * Count, starting at Address.
208 Address,
216 Address,
230 IN UINT64 Address,
244 Address - The base address of I/O operations.
246 Bytes moves is Width size * Count, starting at Address.
269 Address,
282 IN UINT64 Address,
296 Address - The base address of I/O operations.
298 Bytes moves is Width size * Count, starting at Address.
321 Address,
334 IN UINT64 Address,
348 Address - The base address of I/O operations.
350 Bytes moves is Width size * Count, starting at Address.
373 Address,
386 IN UINT64 Address,
400 Address - The base address of I/O operations.
402 Bytes moves is Width size * Count, starting at Address.
425 Address,
468 UINT64 Address;
478 Address = EFI_PCI_ADDRESS (ThisBus, ThisDevice, ThisFunc, 0);
483 Address,
497 Address,
546 IN UINT64 Address,
553 Provides an EFI Device Path for a PCI device with the given PCI configuration space address.
558 Address - The PCI configuration space address of the device whose Device Path
580 Bus = (UINT8) (((UINT32) Address >> 24) & 0xff);
581 Device = (UINT8) (((UINT32) Address >> 16) & 0xff);
582 Func = (UINT8) (((UINT32) Address >> 8) & 0xff);
629 HostAddress - The system memory address to map to the device.
632 DeviceAddress - The resulting map address for the bus master device to use to access the
641 EFI_DEVICE_ERROR - The system hardware could not map the requested address.
730 PhysicalAddress - A pointer to store the base address of the allocated range.
829 HostAddress - The base address of the range to free.