Searched refs:DeviceVendor (Results 1 – 1 of 1) sorted by relevance
58 UINT32 DeviceVendor; in PlatformHookSerialPortInitialize() local102 DeviceVendor = PciRead32 (PayloadParam & 0x0ffff000); in PlatformHookSerialPortInitialize()104 SerialParam->VendorId = (UINT16)DeviceVendor; in PlatformHookSerialPortInitialize()105 SerialParam->DeviceId = DeviceVendor >> 16; in PlatformHookSerialPortInitialize()