Searched refs:SerialParam (Results 1 – 1 of 1) sorted by relevance
59 PCI_SERIAL_PARAMETER *SerialParam; in PlatformHookSerialPortInitialize() local103 SerialParam = PcdGetPtr(PcdPciSerialParameters); in PlatformHookSerialPortInitialize()104 SerialParam->VendorId = (UINT16)DeviceVendor; in PlatformHookSerialPortInitialize()105 SerialParam->DeviceId = DeviceVendor >> 16; in PlatformHookSerialPortInitialize()106 SerialParam->ClockRate = InputHertz; in PlatformHookSerialPortInitialize()107 SerialParam->RegisterStride = (UINT8)RegWidth; in PlatformHookSerialPortInitialize()