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
153 If EndBit is greater than 7, then ASSERT().
154 If EndBit is less than StartBit, then ASSERT().
159 @param EndBit The ordinal of the most significant bit in the bit field.
171 IN UINTN EndBit,
177 BitFieldWrite8 (IoRead8 (Port), StartBit, EndBit, Value)
193 If EndBit is greater than 7, then ASSERT().
194 If EndBit is less than StartBit, then ASSERT().
199 @param EndBit The ordinal of the most significant bit in the bit field.
211 IN UINTN EndBit,
217 BitFieldOr8 (IoRead8 (Port), StartBit, EndBit, OrData)
233 If EndBit is greater than 7, then ASSERT().
234 If EndBit is less than StartBit, then ASSERT().
239 @param EndBit The ordinal of the most significant bit in the bit field.
251 IN UINTN EndBit,
257 BitFieldAnd8 (IoRead8 (Port), StartBit, EndBit, AndData)
275 If EndBit is greater than 7, then ASSERT().
276 If EndBit is less than StartBit, then ASSERT().
281 @param EndBit The ordinal of the most significant bit in the bit field.
294 IN UINTN EndBit,
301 BitFieldAndThenOr8 (IoRead8 (Port), StartBit, EndBit, AndData, OrData)
399 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
438 If EndBit is greater than 15, then ASSERT().
439 If EndBit is less than StartBit, then ASSERT().
444 @param EndBit The ordinal of the most significant bit in the bit field.
456 IN UINTN EndBit,
462 BitFieldWrite16 (IoRead16 (Port), StartBit, EndBit, Value)
479 If EndBit is greater than 15, then ASSERT().
480 If EndBit is less than StartBit, then ASSERT().
485 @param EndBit The ordinal of the most significant bit in the bit field.
497 IN UINTN EndBit,
503 BitFieldOr16 (IoRead16 (Port), StartBit, EndBit, OrData)
520 If EndBit is greater than 15, then ASSERT().
521 If EndBit is less than StartBit, then ASSERT().
526 @param EndBit The ordinal of the most significant bit in the bit field.
538 IN UINTN EndBit,
544 BitFieldAnd16 (IoRead16 (Port), StartBit, EndBit, AndData)
563 If EndBit is greater than 15, then ASSERT().
564 If EndBit is less than StartBit, then ASSERT().
569 @param EndBit The ordinal of the most significant bit in the bit field.
582 IN UINTN EndBit,
589 BitFieldAndThenOr16 (IoRead16 (Port), StartBit, EndBit, AndData, OrData)
687 the StartBit and the EndBit. The value of the bit field is returned.
692 If EndBit is greater than 31, then ASSERT().
693 If EndBit is less than StartBit, then ASSERT().
698 @param EndBit The ordinal of the most significant bit in the bit field.
709 IN UINTN EndBit
712 return BitFieldRead32 (IoRead32 (Port), StartBit, EndBit);
719 by the StartBit and the EndBit. All other bits in the destination I/O
726 If EndBit is greater than 31, then ASSERT().
727 If EndBit is less than StartBit, then ASSERT().
732 @param EndBit The ordinal of the most significant bit in the bit field.
744 IN UINTN EndBit,
750 BitFieldWrite32 (IoRead32 (Port), StartBit, EndBit, Value)
767 If EndBit is greater than 31, then ASSERT().
768 If EndBit is less than StartBit, then ASSERT().
773 @param EndBit The ordinal of the most significant bit in the bit field.
785 IN UINTN EndBit,
791 BitFieldOr32 (IoRead32 (Port), StartBit, EndBit, OrData)
808 If EndBit is greater than 31, then ASSERT().
809 If EndBit is less than StartBit, then ASSERT().
814 @param EndBit The ordinal of the most significant bit in the bit field.
826 IN UINTN EndBit,
832 BitFieldAnd32 (IoRead32 (Port), StartBit, EndBit, AndData)
851 If EndBit is greater than 31, then ASSERT().
852 If EndBit is less than StartBit, then ASSERT().
857 @param EndBit The ordinal of the most significant bit in the bit field.
870 IN UINTN EndBit,
877 BitFieldAndThenOr32 (IoRead32 (Port), StartBit, EndBit, AndData, OrData)
975 the StartBit and the EndBit. The value of the bit field is returned.
980 If EndBit is greater than 63, then ASSERT().
981 If EndBit is less than StartBit, then ASSERT().
986 @param EndBit The ordinal of the most significant bit in the bit field.
997 IN UINTN EndBit
1000 return BitFieldRead64 (IoRead64 (Port), StartBit, EndBit);
1007 by the StartBit and the EndBit. All other bits in the destination I/O
1014 If EndBit is greater than 63, then ASSERT().
1015 If EndBit is less than StartBit, then ASSERT().
1020 @param EndBit The ordinal of the most significant bit in the bit field.
1032 IN UINTN EndBit,
1038 BitFieldWrite64 (IoRead64 (Port), StartBit, EndBit, Value)
1055 If EndBit is greater than 63, then ASSERT().
1056 If EndBit is less than StartBit, then ASSERT().
1061 @param EndBit The ordinal of the most significant bit in the bit field.
1073 IN UINTN EndBit,
1079 BitFieldOr64 (IoRead64 (Port), StartBit, EndBit, OrData)
1096 If EndBit is greater than 63, then ASSERT().
1097 If EndBit is less than StartBit, then ASSERT().
1102 @param EndBit The ordinal of the most significant bit in the bit field.
1114 IN UINTN EndBit,
1120 BitFieldAnd64 (IoRead64 (Port), StartBit, EndBit, AndData)
1139 If EndBit is greater than 63, then ASSERT().
1140 If EndBit is less than StartBit, then ASSERT().
1145 @param EndBit The ordinal of the most significant bit in the bit field.
1158 IN UINTN EndBit,
1165 BitFieldAndThenOr64 (IoRead64 (Port), StartBit, EndBit, AndData, OrData)
1261 the StartBit and the EndBit. The value of the bit field is returned.
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.
1282 IN UINTN EndBit
1285 return BitFieldRead8 (MmioRead8 (Address), StartBit, EndBit);
1292 specified by the StartBit and the EndBit. All other bits in the destination
1297 If EndBit is greater than 7, then ASSERT().
1298 If EndBit is less than StartBit, then ASSERT().
1303 @param EndBit The ordinal of the most significant bit in the bit field.
1315 IN UINTN EndBit,
1321 BitFieldWrite8 (MmioRead8 (Address), StartBit, EndBit, Value)
1338 If EndBit is greater than 7, then ASSERT().
1339 If EndBit is less than StartBit, then ASSERT().
1344 @param EndBit The ordinal of the most significant bit in the bit field.
1356 IN UINTN EndBit,
1362 BitFieldOr8 (MmioRead8 (Address), StartBit, EndBit, OrData)
1379 If EndBit is greater than 7, then ASSERT().
1380 If EndBit is less than StartBit, then ASSERT().
1385 @param EndBit The ordinal of the most significant bit in the bit field.
1397 IN UINTN EndBit,
1403 BitFieldAnd8 (MmioRead8 (Address), StartBit, EndBit, AndData)
1421 If EndBit is greater than 7, then ASSERT().
1422 If EndBit is less than StartBit, then ASSERT().
1427 @param EndBit The ordinal of the most significant bit in the bit field.
1440 IN UINTN EndBit,
1447 BitFieldAndThenOr8 (MmioRead8 (Address), StartBit, EndBit, AndData, OrData)
1545 the StartBit and the EndBit. The value of the bit field is returned.
1550 If EndBit is greater than 15, then ASSERT().
1551 If EndBit is less than StartBit, then ASSERT().
1556 @param EndBit The ordinal of the most significant bit in the bit field.
1567 IN UINTN EndBit
1570 return BitFieldRead16 (MmioRead16 (Address), StartBit, EndBit);
1577 specified by the StartBit and the EndBit. All other bits in the destination
1583 If EndBit is greater than 15, then ASSERT().
1584 If EndBit is less than StartBit, then ASSERT().
1589 @param EndBit The ordinal of the most significant bit in the bit field.
1601 IN UINTN EndBit,
1607 BitFieldWrite16 (MmioRead16 (Address), StartBit, EndBit, Value)
1625 If EndBit is greater than 15, then ASSERT().
1626 If EndBit is less than StartBit, then ASSERT().
1631 @param EndBit The ordinal of the most significant bit in the bit field.
1643 IN UINTN EndBit,
1649 BitFieldOr16 (MmioRead16 (Address), StartBit, EndBit, OrData)
1667 If EndBit is greater than 15, then ASSERT().
1668 If EndBit is less than StartBit, then ASSERT().
1673 @param EndBit The ordinal of the most significant bit in the bit field.
1685 IN UINTN EndBit,
1691 BitFieldAnd16 (MmioRead16 (Address), StartBit, EndBit, AndData)
1710 If EndBit is greater than 15, then ASSERT().
1711 If EndBit is less than StartBit, then ASSERT().
1716 @param EndBit The ordinal of the most significant bit in the bit field.
1729 IN UINTN EndBit,
1736 BitFieldAndThenOr16 (MmioRead16 (Address), StartBit, EndBit, AndData, OrData)
1834 the StartBit and the EndBit. The value of the bit field is returned.
1839 If EndBit is greater than 31, then ASSERT().
1840 If EndBit is less than StartBit, then ASSERT().
1845 @param EndBit The ordinal of the most significant bit in the bit field.
1856 IN UINTN EndBit
1859 return BitFieldRead32 (MmioRead32 (Address), StartBit, EndBit);
1866 specified by the StartBit and the EndBit. All other bits in the destination
1872 If EndBit is greater than 31, then ASSERT().
1873 If EndBit is less than StartBit, then ASSERT().
1878 @param EndBit The ordinal of the most significant bit in the bit field.
1890 IN UINTN EndBit,
1896 BitFieldWrite32 (MmioRead32 (Address), StartBit, EndBit, Value)
1914 If EndBit is greater than 31, then ASSERT().
1915 If EndBit is less than StartBit, then ASSERT().
1920 @param EndBit The ordinal of the most significant bit in the bit field.
1932 IN UINTN EndBit,
1938 BitFieldOr32 (MmioRead32 (Address), StartBit, EndBit, OrData)
1956 If EndBit is greater than 31, then ASSERT().
1957 If EndBit is less than StartBit, then ASSERT().
1962 @param EndBit The ordinal of the most significant bit in the bit field.
1974 IN UINTN EndBit,
1980 BitFieldAnd32 (MmioRead32 (Address), StartBit, EndBit, AndData)
1999 If EndBit is greater than 31, then ASSERT().
2000 If EndBit is less than StartBit, then ASSERT().
2005 @param EndBit The ordinal of the most significant bit in the bit field.
2018 IN UINTN EndBit,
2025 BitFieldAndThenOr32 (MmioRead32 (Address), StartBit, EndBit, AndData, OrData)
2123 the StartBit and the EndBit. The value of the bit field is returned.
2128 If EndBit is greater than 63, then ASSERT().
2129 If EndBit is less than StartBit, then ASSERT().
2134 @param EndBit The ordinal of the most significant bit in the bit field.
2145 IN UINTN EndBit
2148 return BitFieldRead64 (MmioRead64 (Address), StartBit, EndBit);
2155 specified by the StartBit and the EndBit. All other bits in the destination
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 BitFieldWrite64 (MmioRead64 (Address), StartBit, EndBit, Value)
2203 If EndBit is greater than 63, then ASSERT().
2204 If EndBit is less than StartBit, then ASSERT().
2209 @param EndBit The ordinal of the most significant bit in the bit field.
2221 IN UINTN EndBit,
2227 BitFieldOr64 (MmioRead64 (Address), StartBit, EndBit, OrData)
2245 If EndBit is greater than 63, then ASSERT().
2246 If EndBit is less than StartBit, then ASSERT().
2251 @param EndBit The ordinal of the most significant bit in the bit field.
2263 IN UINTN EndBit,
2269 BitFieldAnd64 (MmioRead64 (Address), StartBit, EndBit, AndData)
2288 If EndBit is greater than 63, then ASSERT().
2289 If EndBit is less than StartBit, then ASSERT().
2294 @param EndBit The ordinal of the most significant bit in the bit field.
2307 IN UINTN EndBit,
2314 BitFieldAndThenOr64 (MmioRead64 (Address), StartBit, EndBit, AndData, OrData)