Lines Matching defs:EndBit

108   the StartBit and the EndBit. The value of the bit field is returned.
112 If EndBit is greater than 7, then ASSERT().
113 If EndBit is less than StartBit, then ASSERT().
118 @param EndBit The ordinal of the most significant bit in the bit field.
129 IN UINTN EndBit
132 return BitFieldRead8 (IoRead8 (Port), StartBit, EndBit);
139 by the StartBit and the EndBit. All other bits in the destination I/O
145 If EndBit is greater than 7, then ASSERT().
146 If EndBit is less than StartBit, then ASSERT().
151 @param EndBit The ordinal of the most significant bit in the bit field.
163 IN UINTN EndBit,
169 BitFieldWrite8 (IoRead8 (Port), StartBit, EndBit, Value)
185 If EndBit is greater than 7, then ASSERT().
186 If EndBit is less than StartBit, then ASSERT().
191 @param EndBit The ordinal of the most significant bit in the bit field.
203 IN UINTN EndBit,
209 BitFieldOr8 (IoRead8 (Port), StartBit, EndBit, OrData)
225 If EndBit is greater than 7, then ASSERT().
226 If EndBit is less than StartBit, then ASSERT().
231 @param EndBit The ordinal of the most significant bit in the bit field.
243 IN UINTN EndBit,
249 BitFieldAnd8 (IoRead8 (Port), StartBit, EndBit, AndData)
267 If EndBit is greater than 7, then ASSERT().
268 If EndBit is less than StartBit, then ASSERT().
273 @param EndBit The ordinal of the most significant bit in the bit field.
286 IN UINTN EndBit,
293 BitFieldAndThenOr8 (IoRead8 (Port), StartBit, EndBit, AndData, OrData)
388 the StartBit and the EndBit. The value of the bit field is returned.
392 If EndBit is greater than 15, then ASSERT().
393 If EndBit is less than StartBit, then ASSERT().
398 @param EndBit The ordinal of the most significant bit in the bit field.
409 IN UINTN EndBit
412 return BitFieldRead16 (IoRead16 (Port), StartBit, EndBit);
419 by the StartBit and the EndBit. All other bits in the destination I/O
425 If EndBit is greater than 15, then ASSERT().
426 If EndBit is less than StartBit, then ASSERT().
431 @param EndBit The ordinal of the most significant bit in the bit field.
443 IN UINTN EndBit,
449 BitFieldWrite16 (IoRead16 (Port), StartBit, EndBit, Value)
465 If EndBit is greater than 15, then ASSERT().
466 If EndBit is less than StartBit, then ASSERT().
471 @param EndBit The ordinal of the most significant bit in the bit field.
483 IN UINTN EndBit,
489 BitFieldOr16 (IoRead16 (Port), StartBit, EndBit, OrData)
505 If EndBit is greater than 15, then ASSERT().
506 If EndBit is less than StartBit, then ASSERT().
511 @param EndBit The ordinal of the most significant bit in the bit field.
523 IN UINTN EndBit,
529 BitFieldAnd16 (IoRead16 (Port), StartBit, EndBit, AndData)
547 If EndBit is greater than 15, then ASSERT().
548 If EndBit is less than StartBit, then ASSERT().
553 @param EndBit The ordinal of the most significant bit in the bit field.
566 IN UINTN EndBit,
573 BitFieldAndThenOr16 (IoRead16 (Port), StartBit, EndBit, AndData, OrData)
668 the StartBit and the EndBit. The value of the bit field is returned.
672 If EndBit is greater than 31, then ASSERT().
673 If EndBit is less than StartBit, then ASSERT().
678 @param EndBit The ordinal of the most significant bit in the bit field.
689 IN UINTN EndBit
692 return BitFieldRead32 (IoRead32 (Port), StartBit, EndBit);
699 by the StartBit and the EndBit. All other bits in the destination I/O
705 If EndBit is greater than 31, then ASSERT().
706 If EndBit is less than StartBit, then ASSERT().
711 @param EndBit The ordinal of the most significant bit in the bit field.
723 IN UINTN EndBit,
729 BitFieldWrite32 (IoRead32 (Port), StartBit, EndBit, Value)
745 If EndBit is greater than 31, then ASSERT().
746 If EndBit is less than StartBit, then ASSERT().
751 @param EndBit The ordinal of the most significant bit in the bit field.
763 IN UINTN EndBit,
769 BitFieldOr32 (IoRead32 (Port), StartBit, EndBit, OrData)
785 If EndBit is greater than 31, then ASSERT().
786 If EndBit is less than StartBit, then ASSERT().
791 @param EndBit The ordinal of the most significant bit in the bit field.
803 IN UINTN EndBit,
809 BitFieldAnd32 (IoRead32 (Port), StartBit, EndBit, AndData)
827 If EndBit is greater than 31, then ASSERT().
828 If EndBit is less than StartBit, then ASSERT().
833 @param EndBit The ordinal of the most significant bit in the bit field.
846 IN UINTN EndBit,
853 BitFieldAndThenOr32 (IoRead32 (Port), StartBit, EndBit, AndData, OrData)
948 the StartBit and the EndBit. The value of the bit field is returned.
952 If EndBit is greater than 63, then ASSERT().
953 If EndBit is less than StartBit, then ASSERT().
958 @param EndBit The ordinal of the most significant bit in the bit field.
969 IN UINTN EndBit
972 return BitFieldRead64 (IoRead64 (Port), StartBit, EndBit);
979 by the StartBit and the EndBit. All other bits in the destination I/O
985 If EndBit is greater than 63, then ASSERT().
986 If EndBit is less than StartBit, then ASSERT().
991 @param EndBit The ordinal of the most significant bit in the bit field.
1003 IN UINTN EndBit,
1009 BitFieldWrite64 (IoRead64 (Port), StartBit, EndBit, Value)
1025 If EndBit is greater than 63, then ASSERT().
1026 If EndBit is less than StartBit, then ASSERT().
1031 @param EndBit The ordinal of the most significant bit in the bit field.
1043 IN UINTN EndBit,
1049 BitFieldOr64 (IoRead64 (Port), StartBit, EndBit, OrData)
1065 If EndBit is greater than 63, then ASSERT().
1066 If EndBit is less than StartBit, then ASSERT().
1071 @param EndBit The ordinal of the most significant bit in the bit field.
1083 IN UINTN EndBit,
1089 BitFieldAnd64 (IoRead64 (Port), StartBit, EndBit, AndData)
1107 If EndBit is greater than 63, then ASSERT().
1108 If EndBit is less than StartBit, then ASSERT().
1113 @param EndBit The ordinal of the most significant bit in the bit field.
1126 IN UINTN EndBit,
1133 BitFieldAndThenOr64 (IoRead64 (Port), StartBit, EndBit, AndData, OrData)
1229 the StartBit and the EndBit. The value of the bit field is returned.
1233 If EndBit is greater than 7, then ASSERT().
1234 If EndBit is less than StartBit, then ASSERT().
1239 @param EndBit The ordinal of the most significant bit in the bit field.
1250 IN UINTN EndBit
1253 return BitFieldRead8 (MmioRead8 (Address), StartBit, EndBit);
1260 specified by the StartBit and the EndBit. All other bits in the destination
1265 If EndBit is greater than 7, then ASSERT().
1266 If EndBit is less than StartBit, then ASSERT().
1271 @param EndBit The ordinal of the most significant bit in the bit field.
1283 IN UINTN EndBit,
1289 BitFieldWrite8 (MmioRead8 (Address), StartBit, EndBit, Value)
1306 If EndBit is greater than 7, then ASSERT().
1307 If EndBit is less than StartBit, then ASSERT().
1312 @param EndBit The ordinal of the most significant bit in the bit field.
1324 IN UINTN EndBit,
1330 BitFieldOr8 (MmioRead8 (Address), StartBit, EndBit, OrData)
1347 If EndBit is greater than 7, then ASSERT().
1348 If EndBit is less than StartBit, then ASSERT().
1353 @param EndBit The ordinal of the most significant bit in the bit field.
1365 IN UINTN EndBit,
1371 BitFieldAnd8 (MmioRead8 (Address), StartBit, EndBit, AndData)
1389 If EndBit is greater than 7, then ASSERT().
1390 If EndBit is less than StartBit, then ASSERT().
1395 @param EndBit The ordinal of the most significant bit in the bit field.
1408 IN UINTN EndBit,
1415 BitFieldAndThenOr8 (MmioRead8 (Address), StartBit, EndBit, AndData, OrData)
1511 the StartBit and the EndBit. The value of the bit field is returned.
1515 If EndBit is greater than 15, then ASSERT().
1516 If EndBit is less than StartBit, then ASSERT().
1521 @param EndBit The ordinal of the most significant bit in the bit field.
1532 IN UINTN EndBit
1535 return BitFieldRead16 (MmioRead16 (Address), StartBit, EndBit);
1542 specified by the StartBit and the EndBit. All other bits in the destination
1547 If EndBit is greater than 15, then ASSERT().
1548 If EndBit is less than StartBit, then ASSERT().
1553 @param EndBit The ordinal of the most significant bit in the bit field.
1565 IN UINTN EndBit,
1571 BitFieldWrite16 (MmioRead16 (Address), StartBit, EndBit, Value)
1588 If EndBit is greater than 15, then ASSERT().
1589 If EndBit is less than StartBit, then ASSERT().
1594 @param EndBit The ordinal of the most significant bit in the bit field.
1606 IN UINTN EndBit,
1612 BitFieldOr16 (MmioRead16 (Address), StartBit, EndBit, OrData)
1629 If EndBit is greater than 15, then ASSERT().
1630 If EndBit is less than StartBit, then ASSERT().
1635 @param EndBit The ordinal of the most significant bit in the bit field.
1647 IN UINTN EndBit,
1653 BitFieldAnd16 (MmioRead16 (Address), StartBit, EndBit, AndData)
1671 If EndBit is greater than 15, then ASSERT().
1672 If EndBit is less than StartBit, then ASSERT().
1677 @param EndBit The ordinal of the most significant bit in the bit field.
1690 IN UINTN EndBit,
1697 BitFieldAndThenOr16 (MmioRead16 (Address), StartBit, EndBit, AndData, OrData)
1793 the StartBit and the EndBit. The value of the bit field is returned.
1797 If EndBit is greater than 31, then ASSERT().
1798 If EndBit is less than StartBit, then ASSERT().
1803 @param EndBit The ordinal of the most significant bit in the bit field.
1814 IN UINTN EndBit
1817 return BitFieldRead32 (MmioRead32 (Address), StartBit, EndBit);
1824 specified by the StartBit and the EndBit. All other bits in the destination
1829 If EndBit is greater than 31, then ASSERT().
1830 If EndBit is less than StartBit, then ASSERT().
1835 @param EndBit The ordinal of the most significant bit in the bit field.
1847 IN UINTN EndBit,
1853 BitFieldWrite32 (MmioRead32 (Address), StartBit, EndBit, Value)
1870 If EndBit is greater than 31, then ASSERT().
1871 If EndBit is less than StartBit, then ASSERT().
1876 @param EndBit The ordinal of the most significant bit in the bit field.
1888 IN UINTN EndBit,
1894 BitFieldOr32 (MmioRead32 (Address), StartBit, EndBit, OrData)
1911 If EndBit is greater than 31, then ASSERT().
1912 If EndBit is less than StartBit, then ASSERT().
1917 @param EndBit The ordinal of the most significant bit in the bit field.
1929 IN UINTN EndBit,
1935 BitFieldAnd32 (MmioRead32 (Address), StartBit, EndBit, AndData)
1953 If EndBit is greater than 31, then ASSERT().
1954 If EndBit is less than StartBit, then ASSERT().
1959 @param EndBit The ordinal of the most significant bit in the bit field.
1972 IN UINTN EndBit,
1979 BitFieldAndThenOr32 (MmioRead32 (Address), StartBit, EndBit, AndData, OrData)
2075 the StartBit and the EndBit. The value of the bit field is returned.
2079 If EndBit is greater than 63, then ASSERT().
2080 If EndBit is less than StartBit, then ASSERT().
2085 @param EndBit The ordinal of the most significant bit in the bit field.
2096 IN UINTN EndBit
2099 return BitFieldRead64 (MmioRead64 (Address), StartBit, EndBit);
2106 specified by the StartBit and the EndBit. All other bits in the destination
2111 If EndBit is greater than 63, then ASSERT().
2112 If EndBit is less than StartBit, then ASSERT().
2117 @param EndBit The ordinal of the most significant bit in the bit field.
2129 IN UINTN EndBit,
2135 BitFieldWrite64 (MmioRead64 (Address), StartBit, EndBit, Value)
2152 If EndBit is greater than 63, then ASSERT().
2153 If EndBit is less than StartBit, then ASSERT().
2158 @param EndBit The ordinal of the most significant bit in the bit field.
2170 IN UINTN EndBit,
2176 BitFieldOr64 (MmioRead64 (Address), StartBit, EndBit, OrData)
2193 If EndBit is greater than 63, then ASSERT().
2194 If EndBit is less than StartBit, then ASSERT().
2199 @param EndBit The ordinal of the most significant bit in the bit field.
2211 IN UINTN EndBit,
2217 BitFieldAnd64 (MmioRead64 (Address), StartBit, EndBit, AndData)
2235 If EndBit is greater than 63, then ASSERT().
2236 If EndBit is less than StartBit, then ASSERT().
2241 @param EndBit The ordinal of the most significant bit in the bit field.
2254 IN UINTN EndBit,
2261 BitFieldAndThenOr64 (MmioRead64 (Address), StartBit, EndBit, AndData, OrData)