Home | History | Annotate | Download | only in BaseSerialPortLib16550

Lines Matching defs:CurrentValue

136   UINT16  CurrentValue;

138 CurrentValue = PciRead16 (PciAddress) & Mask;
139 if (CurrentValue != 0) {
140 return CurrentValue;
167 UINT32 CurrentValue;
169 CurrentValue = PciRead32 (PciAddress) & Mask;
170 if (CurrentValue != 0) {
171 return CurrentValue;