Home | History | Annotate | Download | only in SmmPciLibPciRootBridgeIo

Lines Matching refs:EndBit

325   specified by the StartBit and the EndBit. The value of the bit field is

330 If EndBit is greater than 7, then ASSERT().
331 If EndBit is less than StartBit, then ASSERT().
336 @param EndBit The ordinal of the most significant bit in the bit field.
347 IN UINTN EndBit
350 return BitFieldRead8 (PciRead8 (Address), StartBit, EndBit);
357 field is specified by the StartBit and the EndBit. All other bits in the
363 If EndBit is greater than 7, then ASSERT().
364 If EndBit is less than StartBit, then ASSERT().
365 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
370 @param EndBit The ordinal of the most significant bit in the bit field.
382 IN UINTN EndBit,
388 BitFieldWrite8 (PciRead8 (Address), StartBit, EndBit, Value)
405 If EndBit is greater than 7, then ASSERT().
406 If EndBit is less than StartBit, then ASSERT().
407 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
412 @param EndBit The ordinal of the most significant bit in the bit field.
424 IN UINTN EndBit,
430 BitFieldOr8 (PciRead8 (Address), StartBit, EndBit, OrData)
447 If EndBit is greater than 7, then ASSERT().
448 If EndBit is less than StartBit, then ASSERT().
449 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
454 @param EndBit The ordinal of the most significant bit in the bit field.
466 IN UINTN EndBit,
472 BitFieldAnd8 (PciRead8 (Address), StartBit, EndBit, AndData)
491 If EndBit is greater than 7, then ASSERT().
492 If EndBit is less than StartBit, then ASSERT().
493 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
494 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
499 @param EndBit The ordinal of the most significant bit in the bit field.
512 IN UINTN EndBit,
519 BitFieldAndThenOr8 (PciRead8 (Address), StartBit, EndBit, AndData, OrData)
679 specified by the StartBit and the EndBit. The value of the bit field is
685 If EndBit is greater than 15, then ASSERT().
686 If EndBit is less than StartBit, then ASSERT().
691 @param EndBit The ordinal of the most significant bit in the bit field.
702 IN UINTN EndBit
705 return BitFieldRead16 (PciRead16 (Address), StartBit, EndBit);
712 field is specified by the StartBit and the EndBit. All other bits in the
719 If EndBit is greater than 15, then ASSERT().
720 If EndBit is less than StartBit, then ASSERT().
721 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
726 @param EndBit The ordinal of the most significant bit in the bit field.
738 IN UINTN EndBit,
744 BitFieldWrite16 (PciRead16 (Address), StartBit, EndBit, Value)
762 If EndBit is greater than 15, then ASSERT().
763 If EndBit is less than StartBit, then ASSERT().
764 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
769 @param EndBit The ordinal of the most significant bit in the bit field.
781 IN UINTN EndBit,
787 BitFieldOr16 (PciRead16 (Address), StartBit, EndBit, OrData)
805 If EndBit is greater than 15, then ASSERT().
806 If EndBit is less than StartBit, then ASSERT().
807 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
812 @param EndBit The ordinal of the most significant bit in the bit field.
824 IN UINTN EndBit,
830 BitFieldAnd16 (PciRead16 (Address), StartBit, EndBit, AndData)
850 If EndBit is greater than 15, then ASSERT().
851 If EndBit is less than StartBit, then ASSERT().
852 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
853 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
858 @param EndBit The ordinal of the most significant bit in the bit field.
871 IN UINTN EndBit,
878 BitFieldAndThenOr16 (PciRead16 (Address), StartBit, EndBit, AndData, OrData)
1038 specified by the StartBit and the EndBit. The value of the bit field is
1044 If EndBit is greater than 31, then ASSERT().
1045 If EndBit is less than StartBit, then ASSERT().
1050 @param EndBit The ordinal of the most significant bit in the bit field.
1061 IN UINTN EndBit
1064 return BitFieldRead32 (PciRead32 (Address), StartBit, EndBit);
1071 field is specified by the StartBit and the EndBit. All other bits in the
1078 If EndBit is greater than 31, then ASSERT().
1079 If EndBit is less than StartBit, then ASSERT().
1080 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1085 @param EndBit The ordinal of the most significant bit in the bit field.
1097 IN UINTN EndBit,
1103 BitFieldWrite32 (PciRead32 (Address), StartBit, EndBit, Value)
1121 If EndBit is greater than 31, then ASSERT().
1122 If EndBit is less than StartBit, then ASSERT().
1123 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1128 @param EndBit The ordinal of the most significant bit in the bit field.
1140 IN UINTN EndBit,
1146 BitFieldOr32 (PciRead32 (Address), StartBit, EndBit, OrData)
1164 If EndBit is greater than 31, then ASSERT().
1165 If EndBit is less than StartBit, then ASSERT().
1166 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1171 @param EndBit The ordinal of the most significant bit in the bit field.
1183 IN UINTN EndBit,
1189 BitFieldAnd32 (PciRead32 (Address), StartBit, EndBit, AndData)
1209 If EndBit is greater than 31, then ASSERT().
1210 If EndBit is less than StartBit, then ASSERT().
1211 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1212 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1217 @param EndBit The ordinal of the most significant bit in the bit field.
1230 IN UINTN EndBit,
1237 BitFieldAndThenOr32 (PciRead32 (Address), StartBit, EndBit, AndData, OrData)