Lines Matching defs:EndBit

117   the StartBit and the EndBit. The value of the bit field is returned.
121 If EndBit is greater than 7, then ASSERT().
122 If EndBit is less than StartBit, then ASSERT().
127 @param EndBit The ordinal of the most significant bit in the bit field.
138 IN UINTN EndBit
141 return BitFieldRead8 (IoRead8 (Port), StartBit, EndBit);
148 by the StartBit and the EndBit. All other bits in the destination I/O
154 If EndBit is greater than 7, then ASSERT().
155 If EndBit is less than StartBit, then ASSERT().
160 @param EndBit The ordinal of the most significant bit in the bit field.
172 IN UINTN EndBit,
178 BitFieldWrite8 (IoRead8 (Port), StartBit, EndBit, Value)
194 If EndBit is greater than 7, then ASSERT().
195 If EndBit is less than StartBit, then ASSERT().
200 @param EndBit The ordinal of the most significant bit in the bit field.
212 IN UINTN EndBit,
218 BitFieldOr8 (IoRead8 (Port), StartBit, EndBit, OrData)
234 If EndBit is greater than 7, then ASSERT().
235 If EndBit is less than StartBit, then ASSERT().
240 @param EndBit The ordinal of the most significant bit in the bit field.
252 IN UINTN EndBit,
258 BitFieldAnd8 (IoRead8 (Port), StartBit, EndBit, AndData)
276 If EndBit is greater than 7, then ASSERT().
277 If EndBit is less than StartBit, then ASSERT().
282 @param EndBit The ordinal of the most significant bit in the bit field.
295 IN UINTN EndBit,
302 BitFieldAndThenOr8 (IoRead8 (Port), StartBit, EndBit, AndData, OrData)
397 the StartBit and the EndBit. The value of the bit field is returned.
401 If EndBit is greater than 15, then ASSERT().
402 If EndBit is less than StartBit, then ASSERT().
407 @param EndBit The ordinal of the most significant bit in the bit field.
418 IN UINTN EndBit
421 return BitFieldRead16 (IoRead16 (Port), StartBit, EndBit);
428 by the StartBit and the EndBit. All other bits in the destination I/O
434 If EndBit is greater than 15, then ASSERT().
435 If EndBit is less than StartBit, then ASSERT().
440 @param EndBit The ordinal of the most significant bit in the bit field.
452 IN UINTN EndBit,
458 BitFieldWrite16 (IoRead16 (Port), StartBit, EndBit, Value)
474 If EndBit is greater than 15, then ASSERT().
475 If EndBit is less than StartBit, then ASSERT().
480 @param EndBit The ordinal of the most significant bit in the bit field.
492 IN UINTN EndBit,
498 BitFieldOr16 (IoRead16 (Port), StartBit, EndBit, OrData)
514 If EndBit is greater than 15, then ASSERT().
515 If EndBit is less than StartBit, then ASSERT().
520 @param EndBit The ordinal of the most significant bit in the bit field.
532 IN UINTN EndBit,
538 BitFieldAnd16 (IoRead16 (Port), StartBit, EndBit, AndData)
556 If EndBit is greater than 15, then ASSERT().
557 If EndBit is less than StartBit, then ASSERT().
562 @param EndBit The ordinal of the most significant bit in the bit field.
575 IN UINTN EndBit,
582 BitFieldAndThenOr16 (IoRead16 (Port), StartBit, EndBit, AndData, OrData)
677 the StartBit and the EndBit. The value of the bit field is returned.
681 If EndBit is greater than 31, 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 BitFieldRead32 (IoRead32 (Port), StartBit, EndBit);
708 by the StartBit and the EndBit. All other bits in the destination I/O
714 If EndBit is greater than 31, then ASSERT().
715 If EndBit is less than StartBit, then ASSERT().
720 @param EndBit The ordinal of the most significant bit in the bit field.
732 IN UINTN EndBit,
738 BitFieldWrite32 (IoRead32 (Port), StartBit, EndBit, Value)
754 If EndBit is greater than 31, then ASSERT().
755 If EndBit is less than StartBit, then ASSERT().
760 @param EndBit The ordinal of the most significant bit in the bit field.
772 IN UINTN EndBit,
778 BitFieldOr32 (IoRead32 (Port), StartBit, EndBit, OrData)
794 If EndBit is greater than 31, then ASSERT().
795 If EndBit is less than StartBit, then ASSERT().
800 @param EndBit The ordinal of the most significant bit in the bit field.
812 IN UINTN EndBit,
818 BitFieldAnd32 (IoRead32 (Port), StartBit, EndBit, AndData)
836 If EndBit is greater than 31, then ASSERT().
837 If EndBit is less than StartBit, then ASSERT().
842 @param EndBit The ordinal of the most significant bit in the bit field.
855 IN UINTN EndBit,
862 BitFieldAndThenOr32 (IoRead32 (Port), StartBit, EndBit, AndData, OrData)
957 the StartBit and the EndBit. The value of the bit field is returned.
961 If EndBit is greater than 63, then ASSERT().
962 If EndBit is less than StartBit, then ASSERT().
967 @param EndBit The ordinal of the most significant bit in the bit field.
978 IN UINTN EndBit
981 return BitFieldRead64 (IoRead64 (Port), StartBit, EndBit);
988 by the StartBit and the EndBit. All other bits in the destination I/O
994 If EndBit is greater than 63, then ASSERT().
995 If EndBit is less than StartBit, then ASSERT().
1000 @param EndBit The ordinal of the most significant bit in the bit field.
1012 IN UINTN EndBit,
1018 BitFieldWrite64 (IoRead64 (Port), StartBit, EndBit, Value)
1034 If EndBit is greater than 63, then ASSERT().
1035 If EndBit is less than StartBit, then ASSERT().
1040 @param EndBit The ordinal of the most significant bit in the bit field.
1052 IN UINTN EndBit,
1058 BitFieldOr64 (IoRead64 (Port), StartBit, EndBit, OrData)
1074 If EndBit is greater than 63, then ASSERT().
1075 If EndBit is less than StartBit, then ASSERT().
1080 @param EndBit The ordinal of the most significant bit in the bit field.
1092 IN UINTN EndBit,
1098 BitFieldAnd64 (IoRead64 (Port), StartBit, EndBit, AndData)
1116 If EndBit is greater than 63, then ASSERT().
1117 If EndBit is less than StartBit, then ASSERT().
1122 @param EndBit The ordinal of the most significant bit in the bit field.
1135 IN UINTN EndBit,
1142 BitFieldAndThenOr64 (IoRead64 (Port), StartBit, EndBit, AndData, OrData)
1238 the StartBit and the EndBit. The value of the bit field is returned.
1242 If EndBit is greater than 7, then ASSERT().
1243 If EndBit is less than StartBit, then ASSERT().
1248 @param EndBit The ordinal of the most significant bit in the bit field.
1259 IN UINTN EndBit
1262 return BitFieldRead8 (MmioRead8 (Address), StartBit, EndBit);
1269 specified by the StartBit and the EndBit. All other bits in the destination
1274 If EndBit is greater than 7, then ASSERT().
1275 If EndBit is less than StartBit, then ASSERT().
1280 @param EndBit The ordinal of the most significant bit in the bit field.
1292 IN UINTN EndBit,
1298 BitFieldWrite8 (MmioRead8 (Address), StartBit, EndBit, Value)
1315 If EndBit is greater than 7, then ASSERT().
1316 If EndBit is less than StartBit, then ASSERT().
1321 @param EndBit The ordinal of the most significant bit in the bit field.
1333 IN UINTN EndBit,
1339 BitFieldOr8 (MmioRead8 (Address), StartBit, EndBit, OrData)
1356 If EndBit is greater than 7, then ASSERT().
1357 If EndBit is less than StartBit, then ASSERT().
1362 @param EndBit The ordinal of the most significant bit in the bit field.
1374 IN UINTN EndBit,
1380 BitFieldAnd8 (MmioRead8 (Address), StartBit, EndBit, AndData)
1398 If EndBit is greater than 7, then ASSERT().
1399 If EndBit is less than StartBit, then ASSERT().
1404 @param EndBit The ordinal of the most significant bit in the bit field.
1417 IN UINTN EndBit,
1424 BitFieldAndThenOr8 (MmioRead8 (Address), StartBit, EndBit, AndData, OrData)
1520 the StartBit and the EndBit. The value of the bit field is returned.
1524 If EndBit is greater than 15, then ASSERT().
1525 If EndBit is less than StartBit, then ASSERT().
1530 @param EndBit The ordinal of the most significant bit in the bit field.
1541 IN UINTN EndBit
1544 return BitFieldRead16 (MmioRead16 (Address), StartBit, EndBit);
1551 specified by the StartBit and the EndBit. All other bits in the destination
1556 If EndBit is greater than 15, then ASSERT().
1557 If EndBit is less than StartBit, then ASSERT().
1562 @param EndBit The ordinal of the most significant bit in the bit field.
1574 IN UINTN EndBit,
1580 BitFieldWrite16 (MmioRead16 (Address), StartBit, EndBit, Value)
1597 If EndBit is greater than 15, then ASSERT().
1598 If EndBit is less than StartBit, then ASSERT().
1603 @param EndBit The ordinal of the most significant bit in the bit field.
1615 IN UINTN EndBit,
1621 BitFieldOr16 (MmioRead16 (Address), StartBit, EndBit, OrData)
1638 If EndBit is greater than 15, then ASSERT().
1639 If EndBit is less than StartBit, then ASSERT().
1644 @param EndBit The ordinal of the most significant bit in the bit field.
1656 IN UINTN EndBit,
1662 BitFieldAnd16 (MmioRead16 (Address), StartBit, EndBit, AndData)
1680 If EndBit is greater than 15, then ASSERT().
1681 If EndBit is less than StartBit, then ASSERT().
1686 @param EndBit The ordinal of the most significant bit in the bit field.
1699 IN UINTN EndBit,
1706 BitFieldAndThenOr16 (MmioRead16 (Address), StartBit, EndBit, AndData, OrData)
1802 the StartBit and the EndBit. The value of the bit field is returned.
1806 If EndBit is greater than 31, then ASSERT().
1807 If EndBit is less than StartBit, then ASSERT().
1812 @param EndBit The ordinal of the most significant bit in the bit field.
1823 IN UINTN EndBit
1826 return BitFieldRead32 (MmioRead32 (Address), StartBit, EndBit);
1833 specified by the StartBit and the EndBit. All other bits in the destination
1838 If EndBit is greater than 31, then ASSERT().
1839 If EndBit is less than StartBit, then ASSERT().
1844 @param EndBit The ordinal of the most significant bit in the bit field.
1856 IN UINTN EndBit,
1862 BitFieldWrite32 (MmioRead32 (Address), StartBit, EndBit, Value)
1879 If EndBit is greater than 31, then ASSERT().
1880 If EndBit is less than StartBit, then ASSERT().
1885 @param EndBit The ordinal of the most significant bit in the bit field.
1897 IN UINTN EndBit,
1903 BitFieldOr32 (MmioRead32 (Address), StartBit, EndBit, OrData)
1920 If EndBit is greater than 31, then ASSERT().
1921 If EndBit is less than StartBit, then ASSERT().
1926 @param EndBit The ordinal of the most significant bit in the bit field.
1938 IN UINTN EndBit,
1944 BitFieldAnd32 (MmioRead32 (Address), StartBit, EndBit, AndData)
1962 If EndBit is greater than 31, then ASSERT().
1963 If EndBit is less than StartBit, then ASSERT().
1968 @param EndBit The ordinal of the most significant bit in the bit field.
1981 IN UINTN EndBit,
1988 BitFieldAndThenOr32 (MmioRead32 (Address), StartBit, EndBit, AndData, OrData)
2084 the StartBit and the EndBit. The value of the bit field is returned.
2088 If EndBit is greater than 63, then ASSERT().
2089 If EndBit is less than StartBit, then ASSERT().
2094 @param EndBit The ordinal of the most significant bit in the bit field.
2105 IN UINTN EndBit
2108 return BitFieldRead64 (MmioRead64 (Address), StartBit, EndBit);
2115 specified by the StartBit and the EndBit. All other bits in the destination
2120 If EndBit is greater than 63, then ASSERT().
2121 If EndBit is less than StartBit, then ASSERT().
2126 @param EndBit The ordinal of the most significant bit in the bit field.
2138 IN UINTN EndBit,
2144 BitFieldWrite64 (MmioRead64 (Address), StartBit, EndBit, Value)
2161 If EndBit is greater than 63, then ASSERT().
2162 If EndBit is less than StartBit, then ASSERT().
2167 @param EndBit The ordinal of the most significant bit in the bit field.
2179 IN UINTN EndBit,
2185 BitFieldOr64 (MmioRead64 (Address), StartBit, EndBit, OrData)
2202 If EndBit is greater than 63, then ASSERT().
2203 If EndBit is less than StartBit, then ASSERT().
2208 @param EndBit The ordinal of the most significant bit in the bit field.
2220 IN UINTN EndBit,
2226 BitFieldAnd64 (MmioRead64 (Address), StartBit, EndBit, AndData)
2244 If EndBit is greater than 63, then ASSERT().
2245 If EndBit is less than StartBit, then ASSERT().
2250 @param EndBit The ordinal of the most significant bit in the bit field.
2263 IN UINTN EndBit,
2270 BitFieldAndThenOr64 (MmioRead64 (Address), StartBit, EndBit, AndData, OrData)