Home
last modified time | relevance | path

Searched refs:SerialParam (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformHookLib/
DPlatformHookLib.c59 PCI_SERIAL_PARAMETER *SerialParam; in PlatformHookSerialPortInitialize() local
103 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()