Home | History | Annotate | Download | only in UefiPciSegmentLibPciRootBridgeIo

Lines Matching refs:EndBit

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

414 If EndBit is greater than 7, then ASSERT().
415 If EndBit is less than StartBit, then ASSERT().
420 @param EndBit The ordinal of the most significant bit in the bit field.
431 IN UINTN EndBit
434 return BitFieldRead8 (PciSegmentRead8 (Address), StartBit, EndBit);
441 field is specified by the StartBit and the EndBit. All other bits in the
447 If EndBit is greater than 7, then ASSERT().
448 If EndBit is less than StartBit, then ASSERT().
449 If Value 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 BitFieldWrite8 (PciSegmentRead8 (Address), StartBit, EndBit, Value)
489 If EndBit is greater than 7, then ASSERT().
490 If EndBit is less than StartBit, then ASSERT().
491 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
496 @param EndBit The ordinal of the most significant bit in the bit field.
508 IN UINTN EndBit,
514 BitFieldOr8 (PciSegmentRead8 (Address), StartBit, EndBit, OrData)
531 If EndBit is greater than 7, then ASSERT().
532 If EndBit is less than StartBit, then ASSERT().
533 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
538 @param EndBit The ordinal of the most significant bit in the bit field.
550 IN UINTN EndBit,
556 BitFieldAnd8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData)
575 If EndBit is greater than 7, then ASSERT().
576 If EndBit is less than StartBit, then ASSERT().
577 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
578 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
583 @param EndBit The ordinal of the most significant bit in the bit field.
596 IN UINTN EndBit,
603 BitFieldAndThenOr8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData, OrData)
754 specified by the StartBit and the EndBit. The value of the bit field is
760 If EndBit is greater than 15, then ASSERT().
761 If EndBit is less than StartBit, then ASSERT().
766 @param EndBit The ordinal of the most significant bit in the bit field.
777 IN UINTN EndBit
780 return BitFieldRead16 (PciSegmentRead16 (Address), StartBit, EndBit);
787 field is specified by the StartBit and the EndBit. All other bits in the
794 If EndBit is greater than 15, then ASSERT().
795 If EndBit is less than StartBit, then ASSERT().
796 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
801 @param EndBit The ordinal of the most significant bit in the bit field.
813 IN UINTN EndBit,
819 BitFieldWrite16 (PciSegmentRead16 (Address), StartBit, EndBit, Value)
831 If EndBit is greater than 15, then ASSERT().
832 If EndBit is less than StartBit, then ASSERT().
833 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
838 @param EndBit The ordinal of the most significant bit in the bit field.
850 IN UINTN EndBit,
856 BitFieldOr16 (PciSegmentRead16 (Address), StartBit, EndBit, OrData)
874 If EndBit is greater than 7, then ASSERT().
875 If EndBit is less than StartBit, then ASSERT().
876 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
881 @param EndBit The ordinal of the most significant bit in the bit field.
893 IN UINTN EndBit
899 BitFieldAnd16 (PciSegmentRead16 (Address), StartBit, EndBit, AndData)
918 If EndBit is greater than 15, then ASSERT().
919 If EndBit is less than StartBit, then ASSERT().
920 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
921 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
926 @param EndBit The ordinal of the most significant bit in the bit field.
939 IN UINTN EndBit,
946 BitFieldAndThenOr16 (PciSegmentRead16 (Address), StartBit, EndBit, AndData, OrData)
1094 specified by the StartBit and the EndBit. The value of the bit field is
1100 If EndBit is greater than 31, then ASSERT().
1101 If EndBit is less than StartBit, then ASSERT().
1106 @param EndBit The ordinal of the most significant bit in the bit field.
1117 IN UINTN EndBit
1120 return BitFieldRead32 (PciSegmentRead32 (Address), StartBit, EndBit);
1127 field is specified by the StartBit and the EndBit. All other bits in the
1134 If EndBit is greater than 31, then ASSERT().
1135 If EndBit is less than StartBit, then ASSERT().
1136 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1141 @param EndBit The ordinal of the most significant bit in the bit field.
1153 IN UINTN EndBit,
1159 BitFieldWrite32 (PciSegmentRead32 (Address), StartBit, EndBit, Value)
1176 If EndBit is greater than 31, then ASSERT().
1177 If EndBit is less than StartBit, then ASSERT().
1178 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1183 @param EndBit The ordinal of the most significant bit in the bit field.
1195 IN UINTN EndBit,
1201 BitFieldOr32 (PciSegmentRead32 (Address), StartBit, EndBit, OrData)
1218 If EndBit is greater than 31, then ASSERT().
1219 If EndBit is less than StartBit, then ASSERT().
1220 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1225 @param EndBit The ordinal of the most significant bit in the bit field.
1237 IN UINTN EndBit,
1243 BitFieldAnd32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData)
1262 If EndBit is greater than 31, then ASSERT().
1263 If EndBit is less than StartBit, then ASSERT().
1264 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1265 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1270 @param EndBit The ordinal of the most significant bit in the bit field.
1283 IN UINTN EndBit,
1290 BitFieldAndThenOr32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData, OrData)