Lines Matching refs:EndBit
152 the StartBit and the EndBit. The value of the bit field is returned.
156 If EndBit is greater than 7, then ASSERT().
157 If EndBit is less than StartBit, then ASSERT().
162 @param[in] EndBit The ordinal of the most significant bit in the bit field.
173 IN UINTN EndBit
181 by the StartBit and the EndBit. All other bits in the destination I/O
187 If EndBit is greater than 7, then ASSERT().
188 If EndBit is less than StartBit, then ASSERT().
189 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
194 @param[in] EndBit The ordinal of the most significant bit in the bit field.
206 IN UINTN EndBit,
223 If EndBit is greater than 7, then ASSERT().
224 If EndBit is less than StartBit, then ASSERT().
225 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
230 @param[in] EndBit The ordinal of the most significant bit in the bit field.
242 IN UINTN EndBit,
259 If EndBit is greater than 7, then ASSERT().
260 If EndBit is less than StartBit, then ASSERT().
261 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
266 @param[in] EndBit The ordinal of the most significant bit in the bit field.
278 IN UINTN EndBit,
296 If EndBit is greater than 7, then ASSERT().
297 If EndBit is less than StartBit, then ASSERT().
298 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
299 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
304 @param[in] EndBit The ordinal of the most significant bit in the bit field.
317 IN UINTN EndBit,
452 the StartBit and the EndBit. The value of the bit field is returned.
456 If EndBit is greater than 15, then ASSERT().
457 If EndBit is less than StartBit, then ASSERT().
462 @param[in] EndBit The ordinal of the most significant bit in the bit field.
473 IN UINTN EndBit
481 by the StartBit and the EndBit. All other bits in the destination I/O
487 If EndBit is greater than 15, then ASSERT().
488 If EndBit is less than StartBit, then ASSERT().
489 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
494 @param[in] EndBit The ordinal of the most significant bit in the bit field.
506 IN UINTN EndBit,
523 If EndBit is greater than 15, then ASSERT().
524 If EndBit is less than StartBit, then ASSERT().
525 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
530 @param[in] EndBit The ordinal of the most significant bit in the bit field.
542 IN UINTN EndBit,
559 If EndBit is greater than 15, then ASSERT().
560 If EndBit is less than StartBit, then ASSERT().
561 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
566 @param[in] EndBit The ordinal of the most significant bit in the bit field.
578 IN UINTN EndBit,
597 If EndBit is greater than 15, then ASSERT().
598 If EndBit is less than StartBit, then ASSERT().
599 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
600 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
605 @param[in] EndBit The ordinal of the most significant bit in the bit field.
618 IN UINTN EndBit,
753 the StartBit and the EndBit. The value of the bit field is returned.
757 If EndBit is greater than 31, then ASSERT().
758 If EndBit is less than StartBit, then ASSERT().
763 @param[in] EndBit The ordinal of the most significant bit in the bit field.
774 IN UINTN EndBit
782 by the StartBit and the EndBit. All other bits in the destination I/O
788 If EndBit is greater than 31, then ASSERT().
789 If EndBit is less than StartBit, then ASSERT().
790 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
795 @param[in] EndBit The ordinal of the most significant bit in the bit field.
807 IN UINTN EndBit,
824 If EndBit is greater than 31, then ASSERT().
825 If EndBit is less than StartBit, then ASSERT().
826 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
831 @param[in] EndBit The ordinal of the most significant bit in the bit field.
843 IN UINTN EndBit,
860 If EndBit is greater than 31, then ASSERT().
861 If EndBit is less than StartBit, then ASSERT().
862 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
867 @param[in] EndBit The ordinal of the most significant bit in the bit field.
879 IN UINTN EndBit,
898 If EndBit is greater than 31, then ASSERT().
899 If EndBit is less than StartBit, then ASSERT().
900 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
901 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
906 @param[in] EndBit The ordinal of the most significant bit in the bit field.
919 IN UINTN EndBit,
1054 the StartBit and the EndBit. The value of the bit field is returned.
1058 If EndBit is greater than 63, then ASSERT().
1059 If EndBit is less than StartBit, then ASSERT().
1064 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1075 IN UINTN EndBit
1083 by the StartBit and the EndBit. All other bits in the destination I/O
1089 If EndBit is greater than 63, then ASSERT().
1090 If EndBit is less than StartBit, then ASSERT().
1091 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1096 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1108 IN UINTN EndBit,
1125 If EndBit is greater than 63, then ASSERT().
1126 If EndBit is less than StartBit, then ASSERT().
1127 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1132 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1144 IN UINTN EndBit,
1161 If EndBit is greater than 63, then ASSERT().
1162 If EndBit is less than StartBit, then ASSERT().
1163 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1168 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1180 IN UINTN EndBit,
1199 If EndBit is greater than 63, then ASSERT().
1200 If EndBit is less than StartBit, then ASSERT().
1201 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1202 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1207 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1220 IN UINTN EndBit,
1355 the StartBit and the EndBit. The value of the bit field is returned.
1359 If EndBit is greater than 7, then ASSERT().
1360 If EndBit is less than StartBit, then ASSERT().
1365 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1376 IN UINTN EndBit
1384 specified by the StartBit and the EndBit. All other bits in the destination
1389 If EndBit is greater than 7, then ASSERT().
1390 If EndBit is less than StartBit, then ASSERT().
1391 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1396 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1408 IN UINTN EndBit,
1426 If EndBit is greater than 7, then ASSERT().
1427 If EndBit is less than StartBit, then ASSERT().
1428 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1433 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1445 IN UINTN EndBit,
1463 If EndBit is greater than 7, then ASSERT().
1464 If EndBit is less than StartBit, then ASSERT().
1465 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1470 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1482 IN UINTN EndBit,
1501 If EndBit is greater than 7, then ASSERT().
1502 If EndBit is less than StartBit, then ASSERT().
1503 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1504 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1509 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1522 IN UINTN EndBit,
1658 the StartBit and the EndBit. The value of the bit field is returned.
1662 If EndBit is greater than 15, then ASSERT().
1663 If EndBit is less than StartBit, then ASSERT().
1668 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1679 IN UINTN EndBit
1687 specified by the StartBit and the EndBit. All other bits in the destination
1692 If EndBit is greater than 15, then ASSERT().
1693 If EndBit is less than StartBit, then ASSERT().
1694 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1699 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1711 IN UINTN EndBit,
1729 If EndBit is greater than 15, then ASSERT().
1730 If EndBit is less than StartBit, then ASSERT().
1731 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1736 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1748 IN UINTN EndBit,
1766 If EndBit is greater than 15, then ASSERT().
1767 If EndBit is less than StartBit, then ASSERT().
1768 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1773 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1785 IN UINTN EndBit,
1804 If EndBit is greater than 15, then ASSERT().
1805 If EndBit is less than StartBit, then ASSERT().
1806 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1807 EndBit, then ASSERT().
1812 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1825 IN UINTN EndBit,
1960 the StartBit and the EndBit. The value of the bit field is returned.
1964 If EndBit is greater than 31, then ASSERT().
1965 If EndBit is less than StartBit, then ASSERT().
1970 @param[in] EndBit The ordinal of the most significant bit in the bit field.
1981 IN UINTN EndBit
1989 specified by the StartBit and the EndBit. All other bits in the destination
1994 If EndBit is greater than 31, then ASSERT().
1995 If EndBit is less than StartBit, then ASSERT().
1996 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2001 @param[in] EndBit The ordinal of the most significant bit in the bit field.
2013 IN UINTN EndBit,
2031 If EndBit is greater than 31, then ASSERT().
2032 If EndBit is less than StartBit, then ASSERT().
2033 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2038 @param[in] EndBit The ordinal of the most significant bit in the bit field.
2050 IN UINTN EndBit,
2068 If EndBit is greater than 31, then ASSERT().
2069 If EndBit is less than StartBit, then ASSERT().
2070 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2075 @param[in] EndBit The ordinal of the most significant bit in the bit field.
2087 IN UINTN EndBit,
2106 If EndBit is greater than 31, then ASSERT().
2107 If EndBit is less than StartBit, then ASSERT().
2108 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2109 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2114 @param[in] EndBit The ordinal of the most significant bit in the bit field.
2127 IN UINTN EndBit,
2262 EndBit. The value of the bit field is returned.
2266 If EndBit is greater than 63, then ASSERT().
2267 If EndBit is less than StartBit, then ASSERT().
2272 @param[in] EndBit The ordinal of the most significant bit in the bit field.
2283 IN UINTN EndBit
2291 specified by the StartBit and the EndBit. All other bits in the destination
2296 If EndBit is greater than 63, then ASSERT().
2297 If EndBit is less than StartBit, then ASSERT().
2298 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2303 @param[in] EndBit The ordinal of the most significant bit in the bit field.
2315 IN UINTN EndBit,
2333 If EndBit is greater than 63, then ASSERT().
2334 If EndBit is less than StartBit, then ASSERT().
2335 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2340 @param[in] EndBit The ordinal of the most significant bit in the bit field.
2352 IN UINTN EndBit,
2370 If EndBit is greater than 63, then ASSERT().
2371 If EndBit is less than StartBit, then ASSERT().
2372 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2377 @param[in] EndBit The ordinal of the most significant bit in the bit field.
2389 IN UINTN EndBit,
2408 If EndBit is greater than 63, then ASSERT().
2409 If EndBit is less than StartBit, then ASSERT().
2410 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2411 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2416 @param[in] EndBit The ordinal of the most significant bit in the bit field.
2429 IN UINTN EndBit,