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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
H A DPciCfg2.c223 UINT16 SetValue16; local
237 SetValue16 = ReadUnaligned16 ((UINT16 *) SetBits);
238 PciAndThenOr16 (PciLibAddress, ClearValue16, SetValue16);
259 SetValue16 = ReadUnaligned16 ((UINT16 *) SetBits);
260 PciAndThenOr16 (PciLibAddress, ClearValue16, SetValue16);
263 SetValue16 = ReadUnaligned16 ((UINT16 *) SetBits + 1);
264 PciAndThenOr16 (PciLibAddress + 2, ClearValue16, SetValue16);

Completed in 60 milliseconds