Searched refs:WriteUnaligned16 (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/
H A DUnaligned.c67 WriteUnaligned16 ( function
131 WriteUnaligned16 ((UINT16*)Buffer, (UINT16)Value);
190 WriteUnaligned16 ((UINT16*)Buffer, (UINT16)Value);
191 WriteUnaligned16 ((UINT16*)Buffer + 1, (UINT16)(Value >> 16));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ipf/
H A DUnaligned.c58 WriteUnaligned16 ( function
122 WriteUnaligned16 ((UINT16*)Buffer, (UINT16)Value);
181 WriteUnaligned16 ((UINT16*)Buffer, (UINT16)Value);
182 WriteUnaligned16 ((UINT16*)Buffer + 1, (UINT16)(Value >> 16));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DUnaligned.c60 WriteUnaligned16 ( function
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Utility.c97 WriteUnaligned16 ((UINT16 *) (Duid->Duid), HTONS (Dhcp6DuidTypeUuid));
146 WriteUnaligned16 ((UINT16 *) (Duid->Duid), HTONS (Dhcp6DuidTypeLlt));
147 WriteUnaligned16 ((UINT16 *) (Duid->Duid + 2), HTONS (NET_IFTYPE_ETHERNET));
640 WriteUnaligned16 ((UINT16 *) Buf, OptType);
642 WriteUnaligned16 ((UINT16 *) Buf, OptLen);
697 WriteUnaligned16 ((UINT16 *) Buf, HTONS (Ia->Descriptor.Type));
777 WriteUnaligned16 ((UINT16 *) Buf, HTONS (Dhcp6OptElapsedTime));
783 WriteUnaligned16 ((UINT16 *) Buf, HTONS(2));
790 WriteUnaligned16 ((UINT16 *) Buf, HTONS(0));
846 WriteUnaligned16 (Elapse
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
H A DPciCfg2.c82 WriteUnaligned16 (((UINT16 *) Buffer), PciRead16 (PciLibAddress));
100 WriteUnaligned16 (((UINT16 *) Buffer), PciRead16 (PciLibAddress));
101 WriteUnaligned16 (((UINT16 *) Buffer + 1), PciRead16 (PciLibAddress + 2));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePciExpressLib/
H A DPciExpressLib.c1270 WriteUnaligned16 ((UINT16 *) Buffer, (UINT16) PciExpressRead16 (StartAddress));
1292 WriteUnaligned16 ((UINT16 *) Buffer, (UINT16) PciExpressRead16 (StartAddress));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiPciLibPciCfg2/
H A DPciLib.c1275 WriteUnaligned16 (Buffer, PciRead16 (StartAddress));
1295 WriteUnaligned16 (Buffer, PciRead16 (StartAddress));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiPciSegmentLibPciCfg2/
H A DPciSegmentLib.c1268 WriteUnaligned16 (Buffer, PciSegmentRead16 (StartAddress));
1288 WriteUnaligned16 (Buffer, PciSegmentRead16 (StartAddress));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmPciLibPciRootBridgeIo/
H A DPciLib.c1287 WriteUnaligned16 (Buffer, PciRead16 (StartAddress));
1307 WriteUnaligned16 (Buffer, PciRead16 (StartAddress));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiPciLibPciRootBridgeIo/
H A DPciLib.c1289 WriteUnaligned16 (Buffer, PciRead16 (StartAddress));
1309 WriteUnaligned16 (Buffer, PciRead16 (StartAddress));
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIoPei/
H A DCpuIoPei.c238 WriteUnaligned16 ((UINT16 *)Uint8Buffer, MmioRead16 ((UINTN)Address));
386 WriteUnaligned16 ((UINT16 *)Uint8Buffer, IoRead16 ((UINTN)Address));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
H A DUefiDevicePathLib.c255 a 16-bit boundary, so it is recommended that a function such as WriteUnaligned16()
276 return WriteUnaligned16 ((UINT16 *)&((EFI_DEVICE_PATH_PROTOCOL *)(Node))->Length[0], (UINT16)(Length));
287 so it is recommended that a function such as WriteUnaligned16() be used to set
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassBoot.c808 WriteUnaligned16 ((UINT16 *) ReadCmd.TransferLen, SwapBytes16 (Count));
884 WriteUnaligned16 ((UINT16 *) WriteCmd.TransferLen, SwapBytes16 (Count));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeRuntimePciExpressLib/
H A DPciExpressLib.c1508 WriteUnaligned16 ((UINT16 *) Buffer, (UINT16) PciExpressRead16 (StartAddress));
1530 WriteUnaligned16 ((UINT16 *) Buffer, (UINT16) PciExpressRead16 (StartAddress));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/
H A DPciSegmentLib.c1341 WriteUnaligned16 (Buffer, PciSegmentRead16 (StartAddress));
1361 WriteUnaligned16 (Buffer, PciSegmentRead16 (StartAddress));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c226 a 16-bit boundary, so it is recommended that a function such as WriteUnaligned16()
247 return WriteUnaligned16 ((UINT16 *)&((EFI_DEVICE_PATH_PROTOCOL *)(Node))->Length[0], (UINT16)(Length));
258 so it is recommended that a function such as WriteUnaligned16() be used to set
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePciCf8Lib/
H A DPciCf8Lib.c1635 WriteUnaligned16 ((UINT16 *)Buffer, (UINT16) PciCf8Read16 (StartAddress));
1656 WriteUnaligned16 ((UINT16 *)Buffer, (UINT16) PciCf8Read16 (StartAddress));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiScsiLib/
H A DUefiScsiLib.c935 WriteUnaligned16 ((UINT16 *)&Cdb[7], SwapBytes16 ((UINT16) SectorSize));
1033 WriteUnaligned16 ((UINT16 *)&Cdb[7], SwapBytes16 ((UINT16) SectorSize));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Impl.c1746 WriteUnaligned16 (Elapsed, HTONS(Instance->ElaspedTime));
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
H A DDxeTcgPhysicalPresenceLib.c151 WriteUnaligned16 (TpmPp, (TPM_PHYSICAL_PRESENCE) SwapBytes16 (PhysicalPresence));
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.c759 WriteUnaligned16 ((UINT16*)(Option + 4), HTONS((UINT16) Private->ElapsedTime));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h2168 WriteUnaligned16 (

Completed in 175 milliseconds