HomeSort by relevance Sort by last modified time
    Searched refs:EndBit (Results 1 - 25 of 50) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
BitField.c 20 Returns the bitfield specified by the StartBit and the EndBit from Operand.
24 @param EndBit The ordinal of the most significant bit in the bit field.
34 IN UINTN EndBit
38 // ~((UINTN)-2 << EndBit) is a mask in which bit[0] thru bit[EndBit]
39 // are 1's while bit[EndBit + 1] thru the most significant bit are 0's.
41 return (Operand & ~((UINTN)-2 << EndBit)) >> StartBit;
48 Performs a bitwise OR between the bit field specified by StartBit and EndBit
52 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
56 @param EndBit The ordinal of the most significant bit in the bit field.
    [all...]
X86Msr.c 164 specified by the StartBit and the EndBit. The value of the bit field is
170 If EndBit is greater than 31, then ASSERT().
171 If EndBit is less than StartBit, then ASSERT().
176 @param EndBit The ordinal of the most significant bit in the bit field.
187 IN UINTN EndBit
190 return BitFieldRead32 (AsmReadMsr32 (Index), StartBit, EndBit);
197 field is specified by the StartBit and the EndBit. All other bits in the
204 If EndBit is greater than 31, then ASSERT().
205 If EndBit is less than StartBit, then ASSERT().
206 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
BitField.c 28 Returns the bitfield specified by the StartBit and the EndBit from Operand.
32 @param EndBit The ordinal of the most significant bit in the bit field.
41 IN UINTN EndBit
45 // ~((unsigned int)-2 << EndBit) is a mask in which bit[0] thru bit[EndBit]
46 // are 1's while bit[EndBit + 1] thru the most significant bit are 0's.
48 return (Operand & ~((unsigned int)-2 << EndBit)) >> StartBit;
55 Performs a bitwise OR between the bit field specified by StartBit and EndBit
61 @param EndBit The ordinal of the most significant bit in the bit field.
71 IN UINTN EndBit,
    [all...]
X86Msr.c 169 specified by the StartBit and the EndBit. The value of the bit field is
175 If EndBit is greater than 31, then ASSERT().
176 If EndBit is less than StartBit, then ASSERT().
181 @param EndBit The ordinal of the most significant bit in the bit field.
192 IN UINTN EndBit
195 return BitFieldRead32 (AsmReadMsr32 (Index), StartBit, EndBit);
202 field is specified by the StartBit and the EndBit. All other bits in the
210 If EndBit is greater than 31, then ASSERT().
211 If EndBit is less than StartBit, then ASSERT().
216 @param EndBit The ordinal of the most significant bit in the bit field.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseIoLibIntrinsic/
IoHighLevel.c 125 the StartBit and the EndBit. The value of the bit field is returned.
129 If EndBit is greater than 7, then ASSERT().
130 If EndBit is less than StartBit, then ASSERT().
135 @param EndBit The ordinal of the most significant bit in the bit field.
146 IN UINTN EndBit
149 return BitFieldRead8 (IoRead8 (Port), StartBit, EndBit);
156 by the StartBit and the EndBit. All other bits in the destination I/O
162 If EndBit is greater than 7, then ASSERT().
163 If EndBit is less than StartBit, then ASSERT().
168 @param EndBit The ordinal of the most significant bit in the bit field.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeIoLibCpuIo/
IoHighLevel.c 116 the StartBit and the EndBit. The value of the bit field is returned.
120 If EndBit is greater than 7, then ASSERT().
121 If EndBit is less than StartBit, then ASSERT().
126 @param EndBit The ordinal of the most significant bit in the bit field.
137 IN UINTN EndBit
140 return BitFieldRead8 (IoRead8 (Port), StartBit, EndBit);
147 by the StartBit and the EndBit. All other bits in the destination I/O
153 If EndBit is greater than 7, then ASSERT().
154 If EndBit is less than StartBit, then ASSERT().
159 @param EndBit The ordinal of the most significant bit in the bit field.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeIoLibCpuIo/
IoHighLevel.c 120 the StartBit and the EndBit. The value of the bit field is returned.
124 If EndBit is greater than 7, then ASSERT().
125 If EndBit is less than StartBit, then ASSERT().
130 @param EndBit The ordinal of the most significant bit in the bit field.
141 IN UINTN EndBit
144 return BitFieldRead8 (IoRead8 (Port), StartBit, EndBit);
151 by the StartBit and the EndBit. All other bits in the destination I/O
157 If EndBit is greater than 7, then ASSERT().
158 If EndBit is less than StartBit, then ASSERT().
159 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/
IoHighLevel.c 117 the StartBit and the EndBit. The value of the bit field is returned.
121 If EndBit is greater than 7, then ASSERT().
122 If EndBit is less than StartBit, then ASSERT().
127 @param EndBit The ordinal of the most significant bit in the bit field.
138 IN UINTN EndBit
141 return BitFieldRead8 (IoRead8 (Port), StartBit, EndBit);
148 by the StartBit and the EndBit. All other bits in the destination I/O
153 If EndBit is greater than 7, then ASSERT().
154 If EndBit is less than StartBit, then ASSERT().
155 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeIoLibCpuIo2/
IoHighLevel.c 112 the StartBit and the EndBit. The value of the bit field is returned.
116 If EndBit is greater than 7, then ASSERT().
117 If EndBit is less than StartBit, then ASSERT().
122 @param EndBit The ordinal of the most significant bit in the bit field.
133 IN UINTN EndBit
136 return BitFieldRead8 (IoRead8 (Port), StartBit, EndBit);
143 by the StartBit and the EndBit. All other bits in the destination I/O
149 If EndBit is greater than 7, then ASSERT().
150 If EndBit is less than StartBit, then ASSERT().
151 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeIoLibEsal/
IoHighLevel.c 108 the StartBit and the EndBit. The value of the bit field is returned.
112 If EndBit is greater than 7, then ASSERT().
113 If EndBit is less than StartBit, then ASSERT().
118 @param EndBit The ordinal of the most significant bit in the bit field.
129 IN UINTN EndBit
132 return BitFieldRead8 (IoRead8 (Port), StartBit, EndBit);
139 by the StartBit and the EndBit. All other bits in the destination I/O
145 If EndBit is greater than 7, then ASSERT().
146 If EndBit is less than StartBit, then ASSERT().
147 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiIoLibCpuIo/
IoHighLevel.c 117 the StartBit and the EndBit. The value of the bit field is returned.
121 If EndBit is greater than 7, then ASSERT().
122 If EndBit is less than StartBit, then ASSERT().
127 @param EndBit The ordinal of the most significant bit in the bit field.
138 IN UINTN EndBit
141 return BitFieldRead8 (IoRead8 (Port), StartBit, EndBit);
148 by the StartBit and the EndBit. All other bits in the destination I/O
153 If EndBit is greater than 7, then ASSERT().
154 If EndBit is less than StartBit, then ASSERT().
155 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmIoLibSmmCpuIo2/
IoHighLevel.c 117 the StartBit and the EndBit. The value of the bit field is returned.
121 If EndBit is greater than 7, then ASSERT().
122 If EndBit is less than StartBit, then ASSERT().
127 @param EndBit The ordinal of the most significant bit in the bit field.
138 IN UINTN EndBit
141 return BitFieldRead8 (IoRead8 (Port), StartBit, EndBit);
148 by the StartBit and the EndBit. All other bits in the destination I/O
154 If EndBit is greater than 7, then ASSERT().
155 If EndBit is less than StartBit, then ASSERT().
156 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciLibCf8/
PciLib.c 172 specified by the StartBit and the EndBit. The value of the bit field is
177 If EndBit is greater than 7, then ASSERT().
178 If EndBit is less than StartBit, then ASSERT().
183 @param EndBit The ordinal of the most significant bit in the bit field.
194 IN UINTN EndBit
197 return PciCf8BitFieldRead8 (Address, StartBit, EndBit);
204 field is specified by the StartBit and the EndBit. All other bits in the
210 If EndBit is greater than 7, then ASSERT().
211 If EndBit is less than StartBit, then ASSERT().
216 @param EndBit The ordinal of the most significant bit in the bit field.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciLibPciExpress/
PciLib.c 172 specified by the StartBit and the EndBit. The value of the bit field is
177 If EndBit is greater than 7, then ASSERT().
178 If EndBit is less than StartBit, then ASSERT().
183 @param EndBit The ordinal of the most significant bit in the bit field.
194 IN UINTN EndBit
197 return PciExpressBitFieldRead8 (Address, StartBit, EndBit);
204 field is specified by the StartBit and the EndBit. All other bits in the
210 If EndBit is greater than 7, then ASSERT().
211 If EndBit is less than StartBit, then ASSERT().
216 @param EndBit The ordinal of the most significant bit in the bit field.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePciLibCf8/
PciLib.c 199 specified by the StartBit and the EndBit. The value of the bit field is
204 If EndBit is greater than 7, then ASSERT().
205 If EndBit is less than StartBit, then ASSERT().
210 @param EndBit The ordinal of the most significant bit in the bit field.
221 IN UINTN EndBit
224 return PciCf8BitFieldRead8 (Address, StartBit, EndBit);
231 field is specified by the StartBit and the EndBit. All other bits in the
237 If EndBit is greater than 7, then ASSERT().
238 If EndBit is less than StartBit, then ASSERT().
239 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePciLibPciExpress/
PciLib.c 199 specified by the StartBit and the EndBit. The value of the bit field is
204 If EndBit is greater than 7, then ASSERT().
205 If EndBit is less than StartBit, then ASSERT().
210 @param EndBit The ordinal of the most significant bit in the bit field.
221 IN UINTN EndBit
224 return PciExpressBitFieldRead8 (Address, StartBit, EndBit);
231 field is specified by the StartBit and the EndBit. All other bits in the
237 If EndBit is greater than 7, then ASSERT().
238 If EndBit is less than StartBit, then ASSERT().
239 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3IoLib/
S3IoLib.c 227 the StartBit and the EndBit. The value of the bit field is returned.
231 If EndBit is greater than 7, then ASSERT().
232 If EndBit is less than StartBit, then ASSERT().
237 @param EndBit The ordinal of the most significant bit in the bit field.
248 IN UINTN EndBit
251 return InternalSaveIoWrite8ValueToBootScript (Port, IoBitFieldRead8 (Port, StartBit, EndBit));
259 by the StartBit and the EndBit. All other bits in the destination I/O
265 If EndBit is greater than 7, then ASSERT().
266 If EndBit is less than StartBit, then ASSERT().
267 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/BaseCachingPciExpressLib/
PciExpressLib.c 254 specified by the StartBit and the EndBit. The value of the bit field is
259 If EndBit is greater than 7, then ASSERT().
260 If EndBit is less than StartBit, then ASSERT().
265 @param EndBit The ordinal of the most significant bit in the bit field.
276 IN UINTN EndBit
283 EndBit
291 field is specified by the StartBit and the EndBit. All other bits in the
297 If EndBit is greater than 7, then ASSERT().
298 If EndBit is less than StartBit, then ASSERT().
299 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciCf8Lib/
PciLib.c 240 specified by the StartBit and the EndBit. The value of the bit field is
246 If EndBit is greater than 7, then ASSERT().
247 If EndBit is less than StartBit, then ASSERT().
252 @param EndBit The ordinal of the most significant bit in the bit field.
263 IN UINTN EndBit
271 EndBit
279 field is specified by the StartBit and the EndBit. All other bits in the
286 If EndBit is greater than 7, then ASSERT().
287 If EndBit is less than StartBit, then ASSERT().
292 @param EndBit The ordinal of the most significant bit in the bit field.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciExpressLib/
PciLib.c 215 specified by the StartBit and the EndBit. The value of the bit field is
220 If EndBit is greater than 7, then ASSERT().
221 If EndBit is less than StartBit, then ASSERT().
226 @param EndBit The ordinal of the most significant bit in the bit field.
237 IN UINTN EndBit
244 EndBit
252 field is specified by the StartBit and the EndBit. All other bits in the
258 If EndBit is greater than 7, then ASSERT().
259 If EndBit is less than StartBit, then ASSERT().
264 @param EndBit The ordinal of the most significant bit in the bit field.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePciExpressLib/
PciExpressLib.c 244 specified by the StartBit and the EndBit. The value of the bit field is
249 If EndBit is greater than 7, then ASSERT().
250 If EndBit is less than StartBit, then ASSERT().
255 @param EndBit The ordinal of the most significant bit in the bit field.
266 IN UINTN EndBit
273 EndBit
281 field is specified by the StartBit and the EndBit. All other bits in the
287 If EndBit is greater than 7, then ASSERT().
288 If EndBit is less than StartBit, then ASSERT().
289 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3PciLib/
S3PciLib.c 239 specified by the StartBit and the EndBit. The value of the bit field is
244 If EndBit is greater than 7, then ASSERT().
245 If EndBit is less than StartBit, then ASSERT().
250 @param EndBit The ordinal of the most significant bit in the bit field.
261 IN UINTN EndBit
264 return InternalSavePciWrite8ValueToBootScript (Address, PciBitFieldRead8 (Address, StartBit, EndBit));
272 field is specified by the StartBit and the EndBit. All other bits in the
278 If EndBit is greater than 7, then ASSERT().
279 If EndBit is less than StartBit, then ASSERT().
280 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxePciLibEsal/
PciLib.c 355 specified by the StartBit and the EndBit. The value of the bit field is
360 If EndBit is greater than 7, then ASSERT().
361 If EndBit is less than StartBit, then ASSERT().
366 @param EndBit The ordinal of the most significant bit in the bit field.
377 IN UINTN EndBit
380 return BitFieldRead8 (PciRead8 (Address), StartBit, EndBit);
387 field is specified by the StartBit and the EndBit. All other bits in the
393 If EndBit is greater than 7, then ASSERT().
394 If EndBit is less than StartBit, then ASSERT().
395 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxePciSegmentLibEsal/
PciLib.c 327 specified by the StartBit and the EndBit. The value of the bit field is
332 If EndBit is greater than 7, then ASSERT().
333 If EndBit is less than StartBit, then ASSERT().
338 @param EndBit The ordinal of the most significant bit in the bit field.
349 IN UINTN EndBit
352 return BitFieldRead8 (PciSegmentRead8 (Address), StartBit, EndBit);
359 field is specified by the StartBit and the EndBit. All other bits in the
365 If EndBit is greater than 7, then ASSERT().
366 If EndBit is less than StartBit, then ASSERT().
367 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiPciLibPciCfg2/
PciLib.c 313 specified by the StartBit and the EndBit. The value of the bit field is
318 If EndBit is greater than 7, then ASSERT().
319 If EndBit is less than StartBit, then ASSERT().
324 @param EndBit The ordinal of the most significant bit in the bit field.
335 IN UINTN EndBit
338 return BitFieldRead8 (PciRead8 (Address), StartBit, EndBit);
345 field is specified by the StartBit and the EndBit. All other bits in the
351 If EndBit is greater than 7, then ASSERT().
352 If EndBit is less than StartBit, then ASSERT().
353 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    [all...]

Completed in 772 milliseconds

1 2