HomeSort by relevance Sort by last modified time
    Searched refs:OutputData (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbSerialLib/
GdbSerialLib.c 117 UINT8 OutputData;
138 OutputData = (UINT8)((DLAB << 7) | ((BreakSet << 6) | ((Parity << 3) | ((StopBits << 2) | Data))));
139 IoWrite8 (gPort + LCR_OFFSET, OutputData);
151 OutputData = (UINT8)((~DLAB<<7)|((BreakSet<<6)|((Parity<<3)|((StopBits<<2)| Data))));
152 IoWrite8 (gPort + LCR_OFFSET, OutputData);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SerialPortLib/
SerialPortLib.c 63 UINT8 OutputData;
79 OutputData = (UINT8) ((DLAB << 7) | ((gBreakSet << 6) | ((gParity << 3) | ((gStop << 2) | Data))));
80 IoWrite8 (gComBase + LCR_OFFSET, OutputData);
91 OutputData = (UINT8) ((~DLAB << 7) | ((gBreakSet << 6) | ((gParity << 3) | ((gStop << 2) | Data))));
92 IoWrite8 (gComBase + LCR_OFFSET, OutputData);
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/SerialIoLib/
SerialPortLib.c 77 UINT8 OutputData;
93 OutputData = (UINT8) ((DLAB << 7) | (gBreakSet << 6) | (gParity << 3) | (gStop << 2) | Data);
94 IoWrite8 ((UINTN) (gUartBase + LCR_OFFSET), OutputData);
105 OutputData = (UINT8) ((~DLAB << 7) | (gBreakSet << 6) | (gParity << 3) | (gStop << 2) | Data);
106 IoWrite8 ((UINTN) (gUartBase + LCR_OFFSET), OutputData);
392 UINT8 OutputData;
472 OutputData = (UINT8) ((DLAB << 7) | (gBreakSet << 6) | (LcrParity << 3) | (LcrStop << 2) | LcrData);
473 IoWrite8 ((UINTN) (gUartBase + LCR_OFFSET), OutputData);
484 OutputData = (UINT8) ((~DLAB << 7) | (gBreakSet << 6) | (LcrParity << 3) | (LcrStop << 2) | LcrData);
485 IoWrite8 ((UINTN) (gUartBase + LCR_OFFSET), OutputData);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtLedStatusCode/
RtLedStatusCode.c 165 UINT8 OutputData;
181 OutputData = (UINT8) mSioInitData[Index].RegAddress;
183 IoWrite8 (ConfigPort, OutputData);
185 OutputData = (UINT8) mSioInitData[Index].RegValue;
186 IoWrite8 (DataPort, OutputData);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
routprot.h 188 typedef DWORD (WINAPI *PMIB_GET)(ULONG InputDataSize,PVOID InputData,PULONG OutputDataSize,PVOID OutputData);
190 typedef DWORD (WINAPI *PMIB_GET_FIRST)(ULONG InputDataSize,PVOID InputData,PULONG OutputDataSize,PVOID OutputData);
191 typedef DWORD (WINAPI *PMIB_GET_NEXT)(ULONG InputDataSize,PVOID InputData,PULONG OutputDataSize,PVOID OutputData);
192 typedef DWORD (WINAPI *PMIB_SET_TRAP_INFO)(HANDLE Event,ULONG InputDataSize,PVOID InputData,PULONG OutputDataSize,PVOID OutputData);
193 typedef DWORD (WINAPI *PMIB_GET_TRAP_INFO)(ULONG InputDataSize,PVOID InputData,PULONG OutputDataSize,PVOID OutputData);
rtmv2.h 209 UCHAR OutputData[1];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsSerialStatusCode/
BsSerialStatusCode.c     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Command.c 602 OutputData (
805 Status = OutputData (Location, Chunk, Width, File->BaseOffset + Offset);
823 Status = OutputData (Location, Chunk, Width, File->BaseOffset + Offset);
Ebl.h 190 OutputData (
HwDebug.c 65 OutputData (Address, Length, Width, (UINTN)Address);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-provider-api-2.6.jar 
  /prebuilts/misc/common/robolectric/lib/
wagon-provider-api-1.0-beta-6.jar 
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/
wagon-provider-api-1.0-alpha-6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/
wagon-provider-api-1.0-beta-6.jar 
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 

Completed in 207 milliseconds