/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/Dw8250SerialPortLib/ |
Dw8250SerialPortLib.c | 45 MmioWrite8 (UART_LCR_REG, UART_LCR_DLS8);
46 MmioWrite8 (UART_FCR_REG, UART_FCR_EN | UART_FCR_RXCLR | UART_FCR_TXCLR);
47 MmioWrite8 (UART_LCR_REG, UART_LCR_DLAB | UART_LCR_DLS8);
51 MmioWrite8 (UART_DLL_REG, (ulUartClkFreq / (16 * (UINT32)BAUDRATE) ) & 0xff);
52 MmioWrite8 (UART_DLH_REG, ((ulUartClkFreq/ (16 * (UINT32)BAUDRATE) ) >> 8 ) & 0xff);
53 MmioWrite8 (UART_LCR_REG, UART_LCR_DLS8);
54 MmioWrite8 (UART_IEL_REG, 0x00);
179 MmioWrite8 (UART_THR_REG, (UINT8)scShowChar);
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/TemplateResetSystemLib/ |
ResetSystemLib.c | 58 MmioWrite8 (Address, Data | 0x01);
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/CpldIoLib/ |
CpldIoLib.c | 25 MmioWrite8 (ulRegAddr + PcdGet64(PcdCpldBaseAddress), ulValue);
|
CpldIoLibRuntime.c | 96 MmioWrite8 (ulRegAddr + mCpldRegAddr, ulValue);
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/TpmCommLib/ |
TisPc.c | 135 MmioWrite8((UINTN)&TisReg->Status, TIS_PC_STS_READY);
172 MmioWrite8((UINTN)&TisReg->Access, TIS_PC_ACC_RQUUSE);
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/ |
Tpm2Tis.c | 150 MmioWrite8((UINTN)&TisReg->Status, TIS_PC_STS_READY);
186 MmioWrite8((UINTN)&TisReg->Access, TIS_PC_ACC_RQUUSE);
265 MmioWrite8((UINTN)&TisReg->DataFifo, *(BufferIn + Index));
286 MmioWrite8((UINTN)&TisReg->Status, TIS_PC_STS_GO);
370 MmioWrite8((UINTN)&TisReg->Status, TIS_PC_STS_READY);
|
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/BaseIoApicLib/ |
IoApicLib.c | 45 MmioWrite8 (PcdGet32 (PcdIoApicBaseAddress) + IOAPIC_INDEX_OFFSET, (UINT8)Index);
67 MmioWrite8 (PcdGet32 (PcdIoApicBaseAddress) + IOAPIC_INDEX_OFFSET, (UINT8)Index);
|
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/GdbSerialLib/ |
GdbSerialLib.c | 86 MmioWrite8(THR, Char);
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/ |
Tpm12Tis.c | 194 MmioWrite8((UINTN)&TisReg->Status, TIS_PC_STS_READY);
230 MmioWrite8((UINTN)&TisReg->Access, TIS_PC_ACC_RQUUSE);
310 MmioWrite8((UINTN)&TisReg->DataFifo, *(BufferIn + Index));
331 MmioWrite8((UINTN)&TisReg->Status, TIS_PC_STS_GO);
411 MmioWrite8((UINTN)&TisReg->Status, TIS_PC_STS_READY);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseIoLibIntrinsic/ |
IoLibIpf.c | 168 return MmioWrite8 (Address, Data);
391 MmioWrite8 (
|
IoHighLevel.c | [all...] |
IoLibGcc.c | 63 MmioWrite8 (
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/ |
IoLibIpf.c | 172 return MmioWrite8 (InternalGetMemoryMapAddress (Port), Value);
414 MmioWrite8 (
|
IoLib.c | 116 MmioWrite8 (
|
IoHighLevel.c | [all...] |
IoLibArm.c | 266 MmioWrite8 (
|
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/SerialPortLib/ |
SerialPortLib.c | 66 MmioWrite8(THR, *Buffer);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeIoLibCpuIo/ |
IoHighLevel.c | [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeIoLibCpuIo/ |
IoHighLevel.c | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/DxeIoLibCpuIo2/ |
IoHighLevel.c | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/DxeIoLibEsal/ |
IoHighLevel.c | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/PeiIoLibCpuIo/ |
IoHighLevel.c | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/SmmIoLibSmmCpuIo2/ |
IoHighLevel.c | [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmPciCpuIo2Dxe/ |
ArmPciCpuIo2Dxe.c | 335 MmioWrite8 ((UINTN)Address, *Uint8Buffer);
505 MmioWrite8 ((UINTN)Address, *Uint8Buffer);
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/Dw8250SerialPortRuntimeLib/ |
Dw8250SerialPortRuntimeLib.c | 233 MmioWrite8 (UART_THR_REG, (UINT8)scShowChar);
|