Lines Matching defs:EndBit

112   the StartBit and the EndBit. The value of the bit field is returned.
116 If EndBit is greater than 7, then ASSERT().
117 If EndBit is less than StartBit, then ASSERT().
122 @param EndBit The ordinal of the most significant bit in the bit field.
133 IN UINTN EndBit
136 return BitFieldRead8 (IoRead8 (Port), StartBit, EndBit);
143 by the StartBit and the EndBit. All other bits in the destination I/O
149 If EndBit is greater than 7, then ASSERT().
150 If EndBit is less than StartBit, then ASSERT().
155 @param EndBit The ordinal of the most significant bit in the bit field.
167 IN UINTN EndBit,
173 BitFieldWrite8 (IoRead8 (Port), StartBit, EndBit, Value)
189 If EndBit is greater than 7, then ASSERT().
190 If EndBit is less than StartBit, then ASSERT().
195 @param EndBit The ordinal of the most significant bit in the bit field.
207 IN UINTN EndBit,
213 BitFieldOr8 (IoRead8 (Port), StartBit, EndBit, OrData)
229 If EndBit is greater than 7, then ASSERT().
230 If EndBit is less than StartBit, then ASSERT().
235 @param EndBit The ordinal of the most significant bit in the bit field.
247 IN UINTN EndBit,
253 BitFieldAnd8 (IoRead8 (Port), StartBit, EndBit, AndData)
271 If EndBit is greater than 7, then ASSERT().
272 If EndBit is less than StartBit, then ASSERT().
277 @param EndBit The ordinal of the most significant bit in the bit field.
290 IN UINTN EndBit,
297 BitFieldAndThenOr8 (IoRead8 (Port), StartBit, EndBit, AndData, OrData)
392 the StartBit and the EndBit. The value of the bit field is returned.
396 If EndBit is greater than 15, then ASSERT().
397 If EndBit is less than StartBit, then ASSERT().
402 @param EndBit The ordinal of the most significant bit in the bit field.
413 IN UINTN EndBit
416 return BitFieldRead16 (IoRead16 (Port), StartBit, EndBit);
423 by the StartBit and the EndBit. All other bits in the destination I/O
429 If EndBit is greater than 15, then ASSERT().
430 If EndBit is less than StartBit, then ASSERT().
435 @param EndBit The ordinal of the most significant bit in the bit field.
447 IN UINTN EndBit,
453 BitFieldWrite16 (IoRead16 (Port), StartBit, EndBit, Value)
469 If EndBit is greater than 15, then ASSERT().
470 If EndBit is less than StartBit, then ASSERT().
475 @param EndBit The ordinal of the most significant bit in the bit field.
487 IN UINTN EndBit,
493 BitFieldOr16 (IoRead16 (Port), StartBit, EndBit, OrData)
509 If EndBit is greater than 15, then ASSERT().
510 If EndBit is less than StartBit, then ASSERT().
515 @param EndBit The ordinal of the most significant bit in the bit field.
527 IN UINTN EndBit,
533 BitFieldAnd16 (IoRead16 (Port), StartBit, EndBit, AndData)
551 If EndBit is greater than 15, then ASSERT().
552 If EndBit is less than StartBit, then ASSERT().
557 @param EndBit The ordinal of the most significant bit in the bit field.
570 IN UINTN EndBit,
577 BitFieldAndThenOr16 (IoRead16 (Port), StartBit, EndBit, AndData, OrData)
672 the StartBit and the EndBit. The value of the bit field is returned.
676 If EndBit is greater than 31, then ASSERT().
677 If EndBit is less than StartBit, then ASSERT().
682 @param EndBit The ordinal of the most significant bit in the bit field.
693 IN UINTN EndBit
696 return BitFieldRead32 (IoRead32 (Port), StartBit, EndBit);
703 by the StartBit and the EndBit. All other bits in the destination I/O
709 If EndBit is greater than 31, then ASSERT().
710 If EndBit is less than StartBit, then ASSERT().
715 @param EndBit The ordinal of the most significant bit in the bit field.
727 IN UINTN EndBit,
733 BitFieldWrite32 (IoRead32 (Port), StartBit, EndBit, Value)
749 If EndBit is greater than 31, then ASSERT().
750 If EndBit is less than StartBit, then ASSERT().
755 @param EndBit The ordinal of the most significant bit in the bit field.
767 IN UINTN EndBit,
773 BitFieldOr32 (IoRead32 (Port), StartBit, EndBit, OrData)
789 If EndBit is greater than 31, then ASSERT().
790 If EndBit is less than StartBit, then ASSERT().
795 @param EndBit The ordinal of the most significant bit in the bit field.
807 IN UINTN EndBit,
813 BitFieldAnd32 (IoRead32 (Port), StartBit, EndBit, AndData)
831 If EndBit is greater than 31, then ASSERT().
832 If EndBit is less than StartBit, then ASSERT().
837 @param EndBit The ordinal of the most significant bit in the bit field.
850 IN UINTN EndBit,
857 BitFieldAndThenOr32 (IoRead32 (Port), StartBit, EndBit, AndData, OrData)
952 the StartBit and the EndBit. The value of the bit field is returned.
956 If EndBit is greater than 63, then ASSERT().
957 If EndBit is less than StartBit, then ASSERT().
962 @param EndBit The ordinal of the most significant bit in the bit field.
973 IN UINTN EndBit
976 return BitFieldRead64 (IoRead64 (Port), StartBit, EndBit);
983 by the StartBit and the EndBit. All other bits in the destination I/O
989 If EndBit is greater than 63, then ASSERT().
990 If EndBit is less than StartBit, then ASSERT().
995 @param EndBit The ordinal of the most significant bit in the bit field.
1007 IN UINTN EndBit,
1013 BitFieldWrite64 (IoRead64 (Port), StartBit, EndBit, Value)
1029 If EndBit is greater than 63, then ASSERT().
1030 If EndBit is less than StartBit, then ASSERT().
1035 @param EndBit The ordinal of the most significant bit in the bit field.
1047 IN UINTN EndBit,
1053 BitFieldOr64 (IoRead64 (Port), StartBit, EndBit, OrData)
1069 If EndBit is greater than 63, then ASSERT().
1070 If EndBit is less than StartBit, then ASSERT().
1075 @param EndBit The ordinal of the most significant bit in the bit field.
1087 IN UINTN EndBit,
1093 BitFieldAnd64 (IoRead64 (Port), StartBit, EndBit, AndData)
1111 If EndBit is greater than 63, then ASSERT().
1112 If EndBit is less than StartBit, then ASSERT().
1117 @param EndBit The ordinal of the most significant bit in the bit field.
1130 IN UINTN EndBit,
1137 BitFieldAndThenOr64 (IoRead64 (Port), StartBit, EndBit, AndData, OrData)
1233 the StartBit and the EndBit. The value of the bit field is returned.
1237 If EndBit is greater than 7, then ASSERT().
1238 If EndBit is less than StartBit, then ASSERT().
1243 @param EndBit The ordinal of the most significant bit in the bit field.
1254 IN UINTN EndBit
1257 return BitFieldRead8 (MmioRead8 (Address), StartBit, EndBit);
1264 specified by the StartBit and the EndBit. All other bits in the destination
1269 If EndBit is greater than 7, then ASSERT().
1270 If EndBit is less than StartBit, then ASSERT().
1275 @param EndBit The ordinal of the most significant bit in the bit field.
1287 IN UINTN EndBit,
1293 BitFieldWrite8 (MmioRead8 (Address), StartBit, EndBit, Value)
1310 If EndBit is greater than 7, then ASSERT().
1311 If EndBit is less than StartBit, then ASSERT().
1316 @param EndBit The ordinal of the most significant bit in the bit field.
1328 IN UINTN EndBit,
1334 BitFieldOr8 (MmioRead8 (Address), StartBit, EndBit, OrData)
1351 If EndBit is greater than 7, then ASSERT().
1352 If EndBit is less than StartBit, then ASSERT().
1357 @param EndBit The ordinal of the most significant bit in the bit field.
1369 IN UINTN EndBit,
1375 BitFieldAnd8 (MmioRead8 (Address), StartBit, EndBit, AndData)
1393 If EndBit is greater than 7, then ASSERT().
1394 If EndBit is less than StartBit, then ASSERT().
1399 @param EndBit The ordinal of the most significant bit in the bit field.
1412 IN UINTN EndBit,
1419 BitFieldAndThenOr8 (MmioRead8 (Address), StartBit, EndBit, AndData, OrData)
1515 the StartBit and the EndBit. The value of the bit field is returned.
1519 If EndBit is greater than 15, then ASSERT().
1520 If EndBit is less than StartBit, then ASSERT().
1525 @param EndBit The ordinal of the most significant bit in the bit field.
1536 IN UINTN EndBit
1539 return BitFieldRead16 (MmioRead16 (Address), StartBit, EndBit);
1546 specified by the StartBit and the EndBit. All other bits in the destination
1551 If EndBit is greater than 15, then ASSERT().
1552 If EndBit is less than StartBit, then ASSERT().
1557 @param EndBit The ordinal of the most significant bit in the bit field.
1569 IN UINTN EndBit,
1575 BitFieldWrite16 (MmioRead16 (Address), StartBit, EndBit, Value)
1592 If EndBit is greater than 15, then ASSERT().
1593 If EndBit is less than StartBit, then ASSERT().
1598 @param EndBit The ordinal of the most significant bit in the bit field.
1610 IN UINTN EndBit,
1616 BitFieldOr16 (MmioRead16 (Address), StartBit, EndBit, OrData)
1633 If EndBit is greater than 15, then ASSERT().
1634 If EndBit is less than StartBit, then ASSERT().
1639 @param EndBit The ordinal of the most significant bit in the bit field.
1651 IN UINTN EndBit,
1657 BitFieldAnd16 (MmioRead16 (Address), StartBit, EndBit, AndData)
1675 If EndBit is greater than 15, then ASSERT().
1676 If EndBit is less than StartBit, then ASSERT().
1681 @param EndBit The ordinal of the most significant bit in the bit field.
1694 IN UINTN EndBit,
1701 BitFieldAndThenOr16 (MmioRead16 (Address), StartBit, EndBit, AndData, OrData)
1797 the StartBit and the EndBit. The value of the bit field is returned.
1801 If EndBit is greater than 31, then ASSERT().
1802 If EndBit is less than StartBit, then ASSERT().
1807 @param EndBit The ordinal of the most significant bit in the bit field.
1818 IN UINTN EndBit
1821 return BitFieldRead32 (MmioRead32 (Address), StartBit, EndBit);
1828 specified by the StartBit and the EndBit. All other bits in the destination
1833 If EndBit is greater than 31, then ASSERT().
1834 If EndBit is less than StartBit, then ASSERT().
1839 @param EndBit The ordinal of the most significant bit in the bit field.
1851 IN UINTN EndBit,
1857 BitFieldWrite32 (MmioRead32 (Address), StartBit, EndBit, Value)
1874 If EndBit is greater than 31, then ASSERT().
1875 If EndBit is less than StartBit, then ASSERT().
1880 @param EndBit The ordinal of the most significant bit in the bit field.
1892 IN UINTN EndBit,
1898 BitFieldOr32 (MmioRead32 (Address), StartBit, EndBit, OrData)
1915 If EndBit is greater than 31, then ASSERT().
1916 If EndBit is less than StartBit, then ASSERT().
1921 @param EndBit The ordinal of the most significant bit in the bit field.
1933 IN UINTN EndBit,
1939 BitFieldAnd32 (MmioRead32 (Address), StartBit, EndBit, AndData)
1957 If EndBit is greater than 31, then ASSERT().
1958 If EndBit is less than StartBit, then ASSERT().
1963 @param EndBit The ordinal of the most significant bit in the bit field.
1976 IN UINTN EndBit,
1983 BitFieldAndThenOr32 (MmioRead32 (Address), StartBit, EndBit, AndData, OrData)
2079 the StartBit and the EndBit. The value of the bit field is returned.
2083 If EndBit is greater than 63, then ASSERT().
2084 If EndBit is less than StartBit, then ASSERT().
2089 @param EndBit The ordinal of the most significant bit in the bit field.
2100 IN UINTN EndBit
2103 return BitFieldRead64 (MmioRead64 (Address), StartBit, EndBit);
2110 specified by the StartBit and the EndBit. All other bits in the destination
2115 If EndBit is greater than 63, then ASSERT().
2116 If EndBit is less than StartBit, then ASSERT().
2121 @param EndBit The ordinal of the most significant bit in the bit field.
2133 IN UINTN EndBit,
2139 BitFieldWrite64 (MmioRead64 (Address), StartBit, EndBit, Value)
2156 If EndBit is greater than 63, then ASSERT().
2157 If EndBit is less than StartBit, then ASSERT().
2162 @param EndBit The ordinal of the most significant bit in the bit field.
2174 IN UINTN EndBit,
2180 BitFieldOr64 (MmioRead64 (Address), StartBit, EndBit, OrData)
2197 If EndBit is greater than 63, then ASSERT().
2198 If EndBit is less than StartBit, then ASSERT().
2203 @param EndBit The ordinal of the most significant bit in the bit field.
2215 IN UINTN EndBit,
2221 BitFieldAnd64 (MmioRead64 (Address), StartBit, EndBit, AndData)
2239 If EndBit is greater than 63, then ASSERT().
2240 If EndBit is less than StartBit, then ASSERT().
2245 @param EndBit The ordinal of the most significant bit in the bit field.
2258 IN UINTN EndBit,
2265 BitFieldAndThenOr64 (MmioRead64 (Address), StartBit, EndBit, AndData, OrData)