Home | History | Annotate | Download | only in PeiPciLibPciCfg2

Lines Matching refs:EndBit

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().
358 @param EndBit The ordinal of the most significant bit in the bit field.
370 IN UINTN EndBit,
376 BitFieldWrite8 (PciRead8 (Address), StartBit, EndBit, Value)
393 If EndBit is greater than 7, then ASSERT().
394 If EndBit is less than StartBit, then ASSERT().
395 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
400 @param EndBit The ordinal of the most significant bit in the bit field.
412 IN UINTN EndBit,
418 BitFieldOr8 (PciRead8 (Address), StartBit, EndBit, OrData)
435 If EndBit is greater than 7, then ASSERT().
436 If EndBit is less than StartBit, then ASSERT().
437 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
442 @param EndBit The ordinal of the most significant bit in the bit field.
454 IN UINTN EndBit,
460 BitFieldAnd8 (PciRead8 (Address), StartBit, EndBit, AndData)
479 If EndBit is greater than 7, then ASSERT().
480 If EndBit is less than StartBit, then ASSERT().
481 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
482 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
487 @param EndBit The ordinal of the most significant bit in the bit field.
500 IN UINTN EndBit,
507 BitFieldAndThenOr8 (PciRead8 (Address), StartBit, EndBit, AndData, OrData)
667 specified by the StartBit and the EndBit. The value of the bit field is
673 If EndBit is greater than 15, then ASSERT().
674 If EndBit is less than StartBit, then ASSERT().
679 @param EndBit The ordinal of the most significant bit in the bit field.
690 IN UINTN EndBit
693 return BitFieldRead16 (PciRead16 (Address), StartBit, EndBit);
700 field is specified by the StartBit and the EndBit. All other bits in the
707 If EndBit is greater than 15, then ASSERT().
708 If EndBit is less than StartBit, then ASSERT().
709 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
714 @param EndBit The ordinal of the most significant bit in the bit field.
726 IN UINTN EndBit,
732 BitFieldWrite16 (PciRead16 (Address), StartBit, EndBit, Value)
750 If EndBit is greater than 15, then ASSERT().
751 If EndBit is less than StartBit, then ASSERT().
752 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
757 @param EndBit The ordinal of the most significant bit in the bit field.
769 IN UINTN EndBit,
775 BitFieldOr16 (PciRead16 (Address), StartBit, EndBit, OrData)
793 If EndBit is greater than 15, then ASSERT().
794 If EndBit is less than StartBit, then ASSERT().
795 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
800 @param EndBit The ordinal of the most significant bit in the bit field.
812 IN UINTN EndBit,
818 BitFieldAnd16 (PciRead16 (Address), StartBit, EndBit, AndData)
838 If EndBit is greater than 15, then ASSERT().
839 If EndBit is less than StartBit, then ASSERT().
840 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
841 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
846 @param EndBit The ordinal of the most significant bit in the bit field.
859 IN UINTN EndBit,
866 BitFieldAndThenOr16 (PciRead16 (Address), StartBit, EndBit, AndData, OrData)
1026 specified by the StartBit and the EndBit. The value of the bit field is
1032 If EndBit is greater than 31, then ASSERT().
1033 If EndBit is less than StartBit, then ASSERT().
1038 @param EndBit The ordinal of the most significant bit in the bit field.
1049 IN UINTN EndBit
1052 return BitFieldRead32 (PciRead32 (Address), StartBit, EndBit);
1059 field is specified by the StartBit and the EndBit. All other bits in the
1066 If EndBit is greater than 31, then ASSERT().
1067 If EndBit is less than StartBit, then ASSERT().
1068 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1073 @param EndBit The ordinal of the most significant bit in the bit field.
1085 IN UINTN EndBit,
1091 BitFieldWrite32 (PciRead32 (Address), StartBit, EndBit, Value)
1109 If EndBit is greater than 31, then ASSERT().
1110 If EndBit is less than StartBit, then ASSERT().
1111 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1116 @param EndBit The ordinal of the most significant bit in the bit field.
1128 IN UINTN EndBit,
1134 BitFieldOr32 (PciRead32 (Address), StartBit, EndBit, OrData)
1152 If EndBit is greater than 31, then ASSERT().
1153 If EndBit is less than StartBit, then ASSERT().
1154 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1159 @param EndBit The ordinal of the most significant bit in the bit field.
1171 IN UINTN EndBit,
1177 BitFieldAnd32 (PciRead32 (Address), StartBit, EndBit, AndData)
1197 If EndBit is greater than 31, then ASSERT().
1198 If EndBit is less than StartBit, then ASSERT().
1199 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1200 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1205 @param EndBit The ordinal of the most significant bit in the bit field.
1218 IN UINTN EndBit,
1225 BitFieldAndThenOr32 (PciRead32 (Address), StartBit, EndBit, AndData, OrData)