Home | History | Annotate | Download | only in UefiPciLibPciRootBridgeIo

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 (PciRead8 (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 (PciRead8 (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 (PciRead8 (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 (PciRead8 (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 (PciRead8 (Address), StartBit, EndBit, AndData, OrData)
681 specified by the StartBit and the EndBit. The value of the bit field is
687 If EndBit is greater than 15, then ASSERT().
688 If EndBit is less than StartBit, then ASSERT().
693 @param EndBit The ordinal of the most significant bit in the bit field.
704 IN UINTN EndBit
707 return BitFieldRead16 (PciRead16 (Address), StartBit, EndBit);
714 field is specified by the StartBit and the EndBit. All other bits in the
721 If EndBit is greater than 15, then ASSERT().
722 If EndBit is less than StartBit, then ASSERT().
723 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
728 @param EndBit The ordinal of the most significant bit in the bit field.
740 IN UINTN EndBit,
746 BitFieldWrite16 (PciRead16 (Address), StartBit, EndBit, Value)
764 If EndBit is greater than 15, then ASSERT().
765 If EndBit is less than StartBit, then ASSERT().
766 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
771 @param EndBit The ordinal of the most significant bit in the bit field.
783 IN UINTN EndBit,
789 BitFieldOr16 (PciRead16 (Address), StartBit, EndBit, OrData)
807 If EndBit is greater than 15, then ASSERT().
808 If EndBit is less than StartBit, then ASSERT().
809 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
814 @param EndBit The ordinal of the most significant bit in the bit field.
826 IN UINTN EndBit,
832 BitFieldAnd16 (PciRead16 (Address), StartBit, EndBit, AndData)
852 If EndBit is greater than 15, then ASSERT().
853 If EndBit is less than StartBit, then ASSERT().
854 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
855 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
860 @param EndBit The ordinal of the most significant bit in the bit field.
873 IN UINTN EndBit,
880 BitFieldAndThenOr16 (PciRead16 (Address), StartBit, EndBit, AndData, OrData)
1040 specified by the StartBit and the EndBit. The value of the bit field is
1046 If EndBit is greater than 31, then ASSERT().
1047 If EndBit is less than StartBit, then ASSERT().
1052 @param EndBit The ordinal of the most significant bit in the bit field.
1063 IN UINTN EndBit
1066 return BitFieldRead32 (PciRead32 (Address), StartBit, EndBit);
1073 field is specified by the StartBit and the EndBit. All other bits in the
1080 If EndBit is greater than 31, then ASSERT().
1081 If EndBit is less than StartBit, then ASSERT().
1082 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1087 @param EndBit The ordinal of the most significant bit in the bit field.
1099 IN UINTN EndBit,
1105 BitFieldWrite32 (PciRead32 (Address), StartBit, EndBit, Value)
1123 If EndBit is greater than 31, then ASSERT().
1124 If EndBit is less than StartBit, then ASSERT().
1125 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1130 @param EndBit The ordinal of the most significant bit in the bit field.
1142 IN UINTN EndBit,
1148 BitFieldOr32 (PciRead32 (Address), StartBit, EndBit, OrData)
1166 If EndBit is greater than 31, then ASSERT().
1167 If EndBit is less than StartBit, then ASSERT().
1168 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1173 @param EndBit The ordinal of the most significant bit in the bit field.
1185 IN UINTN EndBit,
1191 BitFieldAnd32 (PciRead32 (Address), StartBit, EndBit, AndData)
1211 If EndBit is greater than 31, then ASSERT().
1212 If EndBit is less than StartBit, then ASSERT().
1213 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1214 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1219 @param EndBit The ordinal of the most significant bit in the bit field.
1232 IN UINTN EndBit,
1239 BitFieldAndThenOr32 (PciRead32 (Address), StartBit, EndBit, AndData, OrData)