Lines Matching refs:EndBit
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().
372 @param EndBit The ordinal of the most significant bit in the bit field.
384 IN UINTN EndBit,
390 BitFieldWrite8 (PciSegmentRead8 (Address), StartBit, EndBit, Value)
407 If EndBit is greater than 7, then ASSERT().
408 If EndBit is less than StartBit, then ASSERT().
409 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
414 @param EndBit The ordinal of the most significant bit in the bit field.
426 IN UINTN EndBit,
432 BitFieldOr8 (PciSegmentRead8 (Address), StartBit, EndBit, OrData)
449 If EndBit is greater than 7, then ASSERT().
450 If EndBit is less than StartBit, then ASSERT().
451 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
456 @param EndBit The ordinal of the most significant bit in the bit field.
468 IN UINTN EndBit,
474 BitFieldAnd8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData)
493 If EndBit is greater than 7, then ASSERT().
494 If EndBit is less than StartBit, then ASSERT().
495 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
496 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
501 @param EndBit The ordinal of the most significant bit in the bit field.
514 IN UINTN EndBit,
521 BitFieldAndThenOr8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData, OrData)
676 specified by the StartBit and the EndBit. The value of the bit field is
681 If EndBit is greater than 15, then ASSERT().
682 If EndBit is less than StartBit, then ASSERT().
687 @param EndBit The ordinal of the most significant bit in the bit field.
698 IN UINTN EndBit
701 return BitFieldRead16 (PciSegmentRead16 (Address), StartBit, EndBit);
708 field is specified by the StartBit and the EndBit. All other bits in the
714 If EndBit is greater than 15, then ASSERT().
715 If EndBit is less than StartBit, then ASSERT().
716 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
721 @param EndBit The ordinal of the most significant bit in the bit field.
733 IN UINTN EndBit,
739 BitFieldWrite16 (PciSegmentRead16 (Address), StartBit, EndBit, Value)
756 If EndBit is greater than 15, then ASSERT().
757 If EndBit is less than StartBit, then ASSERT().
758 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
763 @param EndBit The ordinal of the most significant bit in the bit field.
775 IN UINTN EndBit,
781 BitFieldOr16 (PciSegmentRead16 (Address), StartBit, EndBit, OrData)
798 If EndBit is greater than 15, then ASSERT().
799 If EndBit is less than StartBit, then ASSERT().
800 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
805 @param EndBit The ordinal of the most significant bit in the bit field.
817 IN UINTN EndBit,
823 BitFieldAnd16 (PciSegmentRead16 (Address), StartBit, EndBit, AndData)
842 If EndBit is greater than 15, then ASSERT().
843 If EndBit is less than StartBit, then ASSERT().
844 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
845 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
850 @param EndBit The ordinal of the most significant bit in the bit field.
863 IN UINTN EndBit,
870 BitFieldAndThenOr16 (PciSegmentRead16 (Address), StartBit, EndBit, AndData, OrData)
1025 specified by the StartBit and the EndBit. The value of the bit field is
1030 If EndBit is greater than 31, then ASSERT().
1031 If EndBit is less than StartBit, then ASSERT().
1036 @param EndBit The ordinal of the most significant bit in the bit field.
1047 IN UINTN EndBit
1050 return BitFieldRead32 (PciSegmentRead32 (Address), StartBit, EndBit);
1057 field is specified by the StartBit and the EndBit. All other bits in the
1063 If EndBit is greater than 31, then ASSERT().
1064 If EndBit is less than StartBit, then ASSERT().
1065 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1070 @param EndBit The ordinal of the most significant bit in the bit field.
1082 IN UINTN EndBit,
1088 BitFieldWrite32 (PciSegmentRead32 (Address), StartBit, EndBit, Value)
1105 If EndBit is greater than 31, then ASSERT().
1106 If EndBit is less than StartBit, then ASSERT().
1107 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1112 @param EndBit The ordinal of the most significant bit in the bit field.
1124 IN UINTN EndBit,
1130 BitFieldOr32 (PciSegmentRead32 (Address), StartBit, EndBit, OrData)
1147 If EndBit is greater than 31, then ASSERT().
1148 If EndBit is less than StartBit, then ASSERT().
1149 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1154 @param EndBit The ordinal of the most significant bit in the bit field.
1166 IN UINTN EndBit,
1172 BitFieldAnd32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData)
1191 If EndBit is greater than 31, then ASSERT().
1192 If EndBit is less than StartBit, then ASSERT().
1193 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1194 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1199 @param EndBit The ordinal of the most significant bit in the bit field.
1212 IN UINTN EndBit,
1219 BitFieldAndThenOr32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData, OrData)