Lines Matching defs:Address
172 UINT16 Address);
252 UINT16 Address;
268 /* Extract address and speed from the resource descriptor */
274 Address = Resource->I2cSerialBus.SlaveAddress;
280 Address = Resource->SpiSerialBus.DeviceSelection;
286 Address = 0;
294 Info = MpCreateSerialInfo (DeviceName, Address);
299 Info->Address = Address;
387 * Address - Physical address for the device
400 UINT16 Address)
410 * sorted by both source device name and then the address.
433 /* Now sort on the Address */
436 (NextSerial->Address < Address) &&