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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
H A DPciCfg2.c222 UINT16 ClearValue16; local
236 ClearValue16 = (UINT16) (~ReadUnaligned16 ((UINT16 *) ClearBits));
238 PciAndThenOr16 (PciLibAddress, ClearValue16, SetValue16);
258 ClearValue16 = (UINT16) (~ReadUnaligned16 ((UINT16 *) ClearBits));
260 PciAndThenOr16 (PciLibAddress, ClearValue16, SetValue16);
262 ClearValue16 = (UINT16) (~ReadUnaligned16 ((UINT16 *) ClearBits + 1));
264 PciAndThenOr16 (PciLibAddress + 2, ClearValue16, SetValue16);

Completed in 60 milliseconds