Lines Matching defs:EndBit

120   the StartBit and the EndBit. The value of the bit field is returned.
124 If EndBit is greater than 7, then ASSERT().
125 If EndBit is less than StartBit, then ASSERT().
130 @param EndBit The ordinal of the most significant bit in the bit field.
141 IN UINTN EndBit
144 return BitFieldRead8 (IoRead8 (Port), StartBit, EndBit);
151 by the StartBit and the EndBit. All other bits in the destination I/O
157 If EndBit is greater than 7, then ASSERT().
158 If EndBit is less than StartBit, then ASSERT().
163 @param EndBit The ordinal of the most significant bit in the bit field.
175 IN UINTN EndBit,
181 BitFieldWrite8 (IoRead8 (Port), StartBit, EndBit, Value)
197 If EndBit is greater than 7, then ASSERT().
198 If EndBit is less than StartBit, then ASSERT().
203 @param EndBit The ordinal of the most significant bit in the bit field.
215 IN UINTN EndBit,
221 BitFieldOr8 (IoRead8 (Port), StartBit, EndBit, OrData)
237 If EndBit is greater than 7, then ASSERT().
238 If EndBit is less than StartBit, then ASSERT().
243 @param EndBit The ordinal of the most significant bit in the bit field.
255 IN UINTN EndBit,
261 BitFieldAnd8 (IoRead8 (Port), StartBit, EndBit, AndData)
279 If EndBit is greater than 7, then ASSERT().
280 If EndBit is less than StartBit, then ASSERT().
285 @param EndBit The ordinal of the most significant bit in the bit field.
298 IN UINTN EndBit,
305 BitFieldAndThenOr8 (IoRead8 (Port), StartBit, EndBit, AndData, OrData)
400 the StartBit and the EndBit. The value of the bit field is returned.
404 If EndBit is greater than 15, then ASSERT().
405 If EndBit is less than StartBit, then ASSERT().
410 @param EndBit The ordinal of the most significant bit in the bit field.
421 IN UINTN EndBit
424 return BitFieldRead16 (IoRead16 (Port), StartBit, EndBit);
431 by the StartBit and the EndBit. All other bits in the destination I/O
437 If EndBit is greater than 15, then ASSERT().
438 If EndBit is less than StartBit, then ASSERT().
443 @param EndBit The ordinal of the most significant bit in the bit field.
455 IN UINTN EndBit,
461 BitFieldWrite16 (IoRead16 (Port), StartBit, EndBit, Value)
477 If EndBit is greater than 15, then ASSERT().
478 If EndBit is less than StartBit, then ASSERT().
483 @param EndBit The ordinal of the most significant bit in the bit field.
495 IN UINTN EndBit,
501 BitFieldOr16 (IoRead16 (Port), StartBit, EndBit, OrData)
517 If EndBit is greater than 15, then ASSERT().
518 If EndBit is less than StartBit, then ASSERT().
523 @param EndBit The ordinal of the most significant bit in the bit field.
535 IN UINTN EndBit,
541 BitFieldAnd16 (IoRead16 (Port), StartBit, EndBit, AndData)
559 If EndBit is greater than 15, then ASSERT().
560 If EndBit is less than StartBit, then ASSERT().
565 @param EndBit The ordinal of the most significant bit in the bit field.
578 IN UINTN EndBit,
585 BitFieldAndThenOr16 (IoRead16 (Port), StartBit, EndBit, AndData, OrData)
680 the StartBit and the EndBit. The value of the bit field is returned.
684 If EndBit is greater than 31, then ASSERT().
685 If EndBit is less than StartBit, then ASSERT().
690 @param EndBit The ordinal of the most significant bit in the bit field.
701 IN UINTN EndBit
704 return BitFieldRead32 (IoRead32 (Port), StartBit, EndBit);
711 by the StartBit and the EndBit. All other bits in the destination I/O
717 If EndBit is greater than 31, then ASSERT().
718 If EndBit is less than StartBit, then ASSERT().
723 @param EndBit The ordinal of the most significant bit in the bit field.
735 IN UINTN EndBit,
741 BitFieldWrite32 (IoRead32 (Port), StartBit, EndBit, Value)
757 If EndBit is greater than 31, then ASSERT().
758 If EndBit is less than StartBit, then ASSERT().
763 @param EndBit The ordinal of the most significant bit in the bit field.
775 IN UINTN EndBit,
781 BitFieldOr32 (IoRead32 (Port), StartBit, EndBit, OrData)
797 If EndBit is greater than 31, then ASSERT().
798 If EndBit is less than StartBit, then ASSERT().
803 @param EndBit The ordinal of the most significant bit in the bit field.
815 IN UINTN EndBit,
821 BitFieldAnd32 (IoRead32 (Port), StartBit, EndBit, AndData)
839 If EndBit is greater than 31, then ASSERT().
840 If EndBit is less than StartBit, then ASSERT().
845 @param EndBit The ordinal of the most significant bit in the bit field.
858 IN UINTN EndBit,
865 BitFieldAndThenOr32 (IoRead32 (Port), StartBit, EndBit, AndData, OrData)
960 the StartBit and the EndBit. The value of the bit field is returned.
964 If EndBit is greater than 63, then ASSERT().
965 If EndBit is less than StartBit, then ASSERT().
970 @param EndBit The ordinal of the most significant bit in the bit field.
981 IN UINTN EndBit
984 return BitFieldRead64 (IoRead64 (Port), StartBit, EndBit);
991 by the StartBit and the EndBit. All other bits in the destination I/O
997 If EndBit is greater than 63, then ASSERT().
998 If EndBit is less than StartBit, then ASSERT().
1003 @param EndBit The ordinal of the most significant bit in the bit field.
1015 IN UINTN EndBit,
1021 BitFieldWrite64 (IoRead64 (Port), StartBit, EndBit, Value)
1037 If EndBit is greater than 63, then ASSERT().
1038 If EndBit is less than StartBit, then ASSERT().
1043 @param EndBit The ordinal of the most significant bit in the bit field.
1055 IN UINTN EndBit,
1061 BitFieldOr64 (IoRead64 (Port), StartBit, EndBit, OrData)
1077 If EndBit is greater than 63, then ASSERT().
1078 If EndBit is less than StartBit, then ASSERT().
1083 @param EndBit The ordinal of the most significant bit in the bit field.
1095 IN UINTN EndBit,
1101 BitFieldAnd64 (IoRead64 (Port), StartBit, EndBit, AndData)
1119 If EndBit is greater than 63, then ASSERT().
1120 If EndBit is less than StartBit, then ASSERT().
1125 @param EndBit The ordinal of the most significant bit in the bit field.
1138 IN UINTN EndBit,
1145 BitFieldAndThenOr64 (IoRead64 (Port), StartBit, EndBit, AndData, OrData)
1241 the StartBit and the EndBit. The value of the bit field is returned.
1245 If EndBit is greater than 7, then ASSERT().
1246 If EndBit is less than StartBit, then ASSERT().
1251 @param EndBit The ordinal of the most significant bit in the bit field.
1262 IN UINTN EndBit
1265 return BitFieldRead8 (MmioRead8 (Address), StartBit, EndBit);
1272 specified by the StartBit and the EndBit. All other bits in the destination
1277 If EndBit is greater than 7, then ASSERT().
1278 If EndBit is less than StartBit, then ASSERT().
1283 @param EndBit The ordinal of the most significant bit in the bit field.
1295 IN UINTN EndBit,
1301 BitFieldWrite8 (MmioRead8 (Address), StartBit, EndBit, Value)
1318 If EndBit is greater than 7, then ASSERT().
1319 If EndBit is less than StartBit, then ASSERT().
1324 @param EndBit The ordinal of the most significant bit in the bit field.
1336 IN UINTN EndBit,
1342 BitFieldOr8 (MmioRead8 (Address), StartBit, EndBit, OrData)
1359 If EndBit is greater than 7, then ASSERT().
1360 If EndBit is less than StartBit, then ASSERT().
1365 @param EndBit The ordinal of the most significant bit in the bit field.
1377 IN UINTN EndBit,
1383 BitFieldAnd8 (MmioRead8 (Address), StartBit, EndBit, AndData)
1401 If EndBit is greater than 7, then ASSERT().
1402 If EndBit is less than StartBit, then ASSERT().
1407 @param EndBit The ordinal of the most significant bit in the bit field.
1420 IN UINTN EndBit,
1427 BitFieldAndThenOr8 (MmioRead8 (Address), StartBit, EndBit, AndData, OrData)
1523 the StartBit and the EndBit. The value of the bit field is returned.
1527 If EndBit is greater than 15, then ASSERT().
1528 If EndBit is less than StartBit, then ASSERT().
1533 @param EndBit The ordinal of the most significant bit in the bit field.
1544 IN UINTN EndBit
1547 return BitFieldRead16 (MmioRead16 (Address), StartBit, EndBit);
1554 specified by the StartBit and the EndBit. All other bits in the destination
1559 If EndBit is greater than 15, then ASSERT().
1560 If EndBit is less than StartBit, then ASSERT().
1565 @param EndBit The ordinal of the most significant bit in the bit field.
1577 IN UINTN EndBit,
1583 BitFieldWrite16 (MmioRead16 (Address), StartBit, EndBit, Value)
1600 If EndBit is greater than 15, then ASSERT().
1601 If EndBit is less than StartBit, then ASSERT().
1606 @param EndBit The ordinal of the most significant bit in the bit field.
1618 IN UINTN EndBit,
1624 BitFieldOr16 (MmioRead16 (Address), StartBit, EndBit, OrData)
1641 If EndBit is greater than 15, then ASSERT().
1642 If EndBit is less than StartBit, then ASSERT().
1647 @param EndBit The ordinal of the most significant bit in the bit field.
1659 IN UINTN EndBit,
1665 BitFieldAnd16 (MmioRead16 (Address), StartBit, EndBit, AndData)
1683 If EndBit is greater than 15, then ASSERT().
1684 If EndBit is less than StartBit, then ASSERT().
1689 @param EndBit The ordinal of the most significant bit in the bit field.
1702 IN UINTN EndBit,
1709 BitFieldAndThenOr16 (MmioRead16 (Address), StartBit, EndBit, AndData, OrData)
1805 the StartBit and the EndBit. The value of the bit field is returned.
1809 If EndBit is greater than 31, then ASSERT().
1810 If EndBit is less than StartBit, then ASSERT().
1815 @param EndBit The ordinal of the most significant bit in the bit field.
1826 IN UINTN EndBit
1829 return BitFieldRead32 (MmioRead32 (Address), StartBit, EndBit);
1836 specified by the StartBit and the EndBit. All other bits in the destination
1841 If EndBit is greater than 31, then ASSERT().
1842 If EndBit is less than StartBit, then ASSERT().
1847 @param EndBit The ordinal of the most significant bit in the bit field.
1859 IN UINTN EndBit,
1865 BitFieldWrite32 (MmioRead32 (Address), StartBit, EndBit, Value)
1882 If EndBit is greater than 31, then ASSERT().
1883 If EndBit is less than StartBit, then ASSERT().
1888 @param EndBit The ordinal of the most significant bit in the bit field.
1900 IN UINTN EndBit,
1906 BitFieldOr32 (MmioRead32 (Address), StartBit, EndBit, OrData)
1923 If EndBit is greater than 31, then ASSERT().
1924 If EndBit is less than StartBit, then ASSERT().
1929 @param EndBit The ordinal of the most significant bit in the bit field.
1941 IN UINTN EndBit,
1947 BitFieldAnd32 (MmioRead32 (Address), StartBit, EndBit, AndData)
1965 If EndBit is greater than 31, then ASSERT().
1966 If EndBit is less than StartBit, then ASSERT().
1971 @param EndBit The ordinal of the most significant bit in the bit field.
1984 IN UINTN EndBit,
1991 BitFieldAndThenOr32 (MmioRead32 (Address), StartBit, EndBit, AndData, OrData)
2087 the StartBit and the EndBit. The value of the bit field is returned.
2091 If EndBit is greater than 63, then ASSERT().
2092 If EndBit is less than StartBit, then ASSERT().
2097 @param EndBit The ordinal of the most significant bit in the bit field.
2108 IN UINTN EndBit
2111 return BitFieldRead64 (MmioRead64 (Address), StartBit, EndBit);
2118 specified by the StartBit and the EndBit. All other bits in the destination
2123 If EndBit is greater than 63, then ASSERT().
2124 If EndBit is less than StartBit, then ASSERT().
2129 @param EndBit The ordinal of the most significant bit in the bit field.
2141 IN UINTN EndBit,
2147 BitFieldWrite64 (MmioRead64 (Address), StartBit, EndBit, Value)
2164 If EndBit is greater than 63, then ASSERT().
2165 If EndBit is less than StartBit, then ASSERT().
2170 @param EndBit The ordinal of the most significant bit in the bit field.
2182 IN UINTN EndBit,
2188 BitFieldOr64 (MmioRead64 (Address), StartBit, EndBit, OrData)
2205 If EndBit is greater than 63, then ASSERT().
2206 If EndBit is less than StartBit, then ASSERT().
2211 @param EndBit The ordinal of the most significant bit in the bit field.
2223 IN UINTN EndBit,
2229 BitFieldAnd64 (MmioRead64 (Address), StartBit, EndBit, AndData)
2247 If EndBit is greater than 63, then ASSERT().
2248 If EndBit is less than StartBit, then ASSERT().
2253 @param EndBit The ordinal of the most significant bit in the bit field.
2266 IN UINTN EndBit,
2273 BitFieldAndThenOr64 (MmioRead64 (Address), StartBit, EndBit, AndData, OrData)