HomeSort by relevance Sort by last modified time
    Searched defs:DataPort (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SerialPortLib/
SioInit.c 108 UINT16 DataPort;
114 DataPort = WPCN381U_CONFIG_DATA;
121 if (IoRead8 (DataPort) == WPCN381U_CHIP_ID) { // Winbond WPCN381U Device ID is 0xF4
127 IoWrite8 (DataPort, mSioTableWpcn381u[Index].Value);
131 if (IoRead8 (DataPort) == WDCP376_CHIP_ID) { // Winbond WDCP376 Device ID is 0xF1
137 IoWrite8 (DataPort, mSioTableWdcp376[Index].Value);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmSwDispatch2.h 53 /// This value corresponds directly to the DataPort parameter used in the call to Trigger().
55 UINT8 DataPort;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtLedStatusCode/
RtLedStatusCode.c 167 UINT16 DataPort;
174 DataPort = DATA_PORT0;
186 IoWrite8 (DataPort, OutputData);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmControlDxe/
SmmControlDriver.c 52 IN OUT UINT8 *DataPort OPTIONAL,
170 IN OUT UINT8 *DataPort OPTIONAL,
210 if (DataPort == NULL) {
213 IoWrite8 (PcdGet16 (PcdSmmDataPort), *DataPort);

Completed in 629 milliseconds