Lines Matching refs:StartBit

112   the StartBit and the EndBit. The value of the bit field is returned.
115 If StartBit is greater than 7, then ASSERT().
117 If EndBit is less than StartBit, then ASSERT().
120 @param StartBit The ordinal of the least significant bit in the bit field.
132 IN UINTN StartBit,
136 return BitFieldRead8 (IoRead8 (Port), StartBit, EndBit);
143 by the StartBit and the EndBit. All other bits in the destination I/O
148 If StartBit is greater than 7, then ASSERT().
150 If EndBit is less than StartBit, then ASSERT().
153 @param StartBit The ordinal of the least significant bit in the bit field.
166 IN UINTN StartBit,
173 BitFieldWrite8 (IoRead8 (Port), StartBit, EndBit, Value)
188 If StartBit is greater than 7, then ASSERT().
190 If EndBit is less than StartBit, then ASSERT().
193 @param StartBit The ordinal of the least significant bit in the bit field.
206 IN UINTN StartBit,
213 BitFieldOr8 (IoRead8 (Port), StartBit, EndBit, OrData)
228 If StartBit is greater than 7, then ASSERT().
230 If EndBit is less than StartBit, then ASSERT().
233 @param StartBit The ordinal of the least significant bit in the bit field.
246 IN UINTN StartBit,
253 BitFieldAnd8 (IoRead8 (Port), StartBit, EndBit, AndData)
270 If StartBit is greater than 7, then ASSERT().
272 If EndBit is less than StartBit, then ASSERT().
275 @param StartBit The ordinal of the least significant bit in the bit field.
289 IN UINTN StartBit,
297 BitFieldAndThenOr8 (IoRead8 (Port), StartBit, EndBit, AndData, OrData)
392 the StartBit and the EndBit. The value of the bit field is returned.
395 If StartBit is greater than 15, then ASSERT().
397 If EndBit is less than StartBit, then ASSERT().
400 @param StartBit The ordinal of the least significant bit in the bit field.
412 IN UINTN StartBit,
416 return BitFieldRead16 (IoRead16 (Port), StartBit, EndBit);
423 by the StartBit and the EndBit. All other bits in the destination I/O
428 If StartBit is greater than 15, then ASSERT().
430 If EndBit is less than StartBit, then ASSERT().
433 @param StartBit The ordinal of the least significant bit in the bit field.
446 IN UINTN StartBit,
453 BitFieldWrite16 (IoRead16 (Port), StartBit, EndBit, Value)
468 If StartBit is greater than 15, then ASSERT().
470 If EndBit is less than StartBit, then ASSERT().
473 @param StartBit The ordinal of the least significant bit in the bit field.
486 IN UINTN StartBit,
493 BitFieldOr16 (IoRead16 (Port), StartBit, EndBit, OrData)
508 If StartBit is greater than 15, then ASSERT().
510 If EndBit is less than StartBit, then ASSERT().
513 @param StartBit The ordinal of the least significant bit in the bit field.
526 IN UINTN StartBit,
533 BitFieldAnd16 (IoRead16 (Port), StartBit, EndBit, AndData)
550 If StartBit is greater than 15, then ASSERT().
552 If EndBit is less than StartBit, then ASSERT().
555 @param StartBit The ordinal of the least significant bit in the bit field.
569 IN UINTN StartBit,
577 BitFieldAndThenOr16 (IoRead16 (Port), StartBit, EndBit, AndData, OrData)
672 the StartBit and the EndBit. The value of the bit field is returned.
675 If StartBit is greater than 31, then ASSERT().
677 If EndBit is less than StartBit, then ASSERT().
680 @param StartBit The ordinal of the least significant bit in the bit field.
692 IN UINTN StartBit,
696 return BitFieldRead32 (IoRead32 (Port), StartBit, EndBit);
703 by the StartBit and the EndBit. All other bits in the destination I/O
708 If StartBit is greater than 31, then ASSERT().
710 If EndBit is less than StartBit, then ASSERT().
713 @param StartBit The ordinal of the least significant bit in the bit field.
726 IN UINTN StartBit,
733 BitFieldWrite32 (IoRead32 (Port), StartBit, EndBit, Value)
748 If StartBit is greater than 31, then ASSERT().
750 If EndBit is less than StartBit, then ASSERT().
753 @param StartBit The ordinal of the least significant bit in the bit field.
766 IN UINTN StartBit,
773 BitFieldOr32 (IoRead32 (Port), StartBit, EndBit, OrData)
788 If StartBit is greater than 31, then ASSERT().
790 If EndBit is less than StartBit, then ASSERT().
793 @param StartBit The ordinal of the least significant bit in the bit field.
806 IN UINTN StartBit,
813 BitFieldAnd32 (IoRead32 (Port), StartBit, EndBit, AndData)
830 If StartBit is greater than 31, then ASSERT().
832 If EndBit is less than StartBit, then ASSERT().
835 @param StartBit The ordinal of the least significant bit in the bit field.
849 IN UINTN StartBit,
857 BitFieldAndThenOr32 (IoRead32 (Port), StartBit, EndBit, AndData, OrData)
952 the StartBit and the EndBit. The value of the bit field is returned.
955 If StartBit is greater than 63, then ASSERT().
957 If EndBit is less than StartBit, then ASSERT().
960 @param StartBit The ordinal of the least significant bit in the bit field.
972 IN UINTN StartBit,
976 return BitFieldRead64 (IoRead64 (Port), StartBit, EndBit);
983 by the StartBit and the EndBit. All other bits in the destination I/O
988 If StartBit is greater than 63, then ASSERT().
990 If EndBit is less than StartBit, then ASSERT().
993 @param StartBit The ordinal of the least significant bit in the bit field.
1006 IN UINTN StartBit,
1013 BitFieldWrite64 (IoRead64 (Port), StartBit, EndBit, Value)
1028 If StartBit is greater than 63, then ASSERT().
1030 If EndBit is less than StartBit, then ASSERT().
1033 @param StartBit The ordinal of the least significant bit in the bit field.
1046 IN UINTN StartBit,
1053 BitFieldOr64 (IoRead64 (Port), StartBit, EndBit, OrData)
1068 If StartBit is greater than 63, then ASSERT().
1070 If EndBit is less than StartBit, then ASSERT().
1073 @param StartBit The ordinal of the least significant bit in the bit field.
1086 IN UINTN StartBit,
1093 BitFieldAnd64 (IoRead64 (Port), StartBit, EndBit, AndData)
1110 If StartBit is greater than 63, then ASSERT().
1112 If EndBit is less than StartBit, then ASSERT().
1115 @param StartBit The ordinal of the least significant bit in the bit field.
1129 IN UINTN StartBit,
1137 BitFieldAndThenOr64 (IoRead64 (Port), StartBit, EndBit, AndData, OrData)
1233 the StartBit and the EndBit. The value of the bit field is returned.
1236 If StartBit is greater than 7, then ASSERT().
1238 If EndBit is less than StartBit, then ASSERT().
1241 @param StartBit The ordinal of the least significant bit in the bit field.
1253 IN UINTN StartBit,
1257 return BitFieldRead8 (MmioRead8 (Address), StartBit, EndBit);
1264 specified by the StartBit and the EndBit. All other bits in the destination
1268 If StartBit is greater than 7, then ASSERT().
1270 If EndBit is less than StartBit, then ASSERT().
1273 @param StartBit The ordinal of the least significant bit in the bit field.
1286 IN UINTN StartBit,
1293 BitFieldWrite8 (MmioRead8 (Address), StartBit, EndBit, Value)
1309 If StartBit is greater than 7, then ASSERT().
1311 If EndBit is less than StartBit, then ASSERT().
1314 @param StartBit The ordinal of the least significant bit in the bit field.
1327 IN UINTN StartBit,
1334 BitFieldOr8 (MmioRead8 (Address), StartBit, EndBit, OrData)
1350 If StartBit is greater than 7, then ASSERT().
1352 If EndBit is less than StartBit, then ASSERT().
1355 @param StartBit The ordinal of the least significant bit in the bit field.
1368 IN UINTN StartBit,
1375 BitFieldAnd8 (MmioRead8 (Address), StartBit, EndBit, AndData)
1392 If StartBit is greater than 7, then ASSERT().
1394 If EndBit is less than StartBit, then ASSERT().
1397 @param StartBit The ordinal of the least significant bit in the bit field.
1411 IN UINTN StartBit,
1419 BitFieldAndThenOr8 (MmioRead8 (Address), StartBit, EndBit, AndData, OrData)
1515 the StartBit and the EndBit. The value of the bit field is returned.
1518 If StartBit is greater than 15, then ASSERT().
1520 If EndBit is less than StartBit, then ASSERT().
1523 @param StartBit The ordinal of the least significant bit in the bit field.
1535 IN UINTN StartBit,
1539 return BitFieldRead16 (MmioRead16 (Address), StartBit, EndBit);
1546 specified by the StartBit and the EndBit. All other bits in the destination
1550 If StartBit is greater than 15, then ASSERT().
1552 If EndBit is less than StartBit, then ASSERT().
1555 @param StartBit The ordinal of the least significant bit in the bit field.
1568 IN UINTN StartBit,
1575 BitFieldWrite16 (MmioRead16 (Address), StartBit, EndBit, Value)
1591 If StartBit is greater than 15, then ASSERT().
1593 If EndBit is less than StartBit, then ASSERT().
1596 @param StartBit The ordinal of the least significant bit in the bit field.
1609 IN UINTN StartBit,
1616 BitFieldOr16 (MmioRead16 (Address), StartBit, EndBit, OrData)
1632 If StartBit is greater than 15, then ASSERT().
1634 If EndBit is less than StartBit, then ASSERT().
1637 @param StartBit The ordinal of the least significant bit in the bit field.
1650 IN UINTN StartBit,
1657 BitFieldAnd16 (MmioRead16 (Address), StartBit, EndBit, AndData)
1674 If StartBit is greater than 15, then ASSERT().
1676 If EndBit is less than StartBit, then ASSERT().
1679 @param StartBit The ordinal of the least significant bit in the bit field.
1693 IN UINTN StartBit,
1701 BitFieldAndThenOr16 (MmioRead16 (Address), StartBit, EndBit, AndData, OrData)
1797 the StartBit and the EndBit. The value of the bit field is returned.
1800 If StartBit is greater than 31, then ASSERT().
1802 If EndBit is less than StartBit, then ASSERT().
1805 @param StartBit The ordinal of the least significant bit in the bit field.
1817 IN UINTN StartBit,
1821 return BitFieldRead32 (MmioRead32 (Address), StartBit, EndBit);
1828 specified by the StartBit and the EndBit. All other bits in the destination
1832 If StartBit is greater than 31, then ASSERT().
1834 If EndBit is less than StartBit, then ASSERT().
1837 @param StartBit The ordinal of the least significant bit in the bit field.
1850 IN UINTN StartBit,
1857 BitFieldWrite32 (MmioRead32 (Address), StartBit, EndBit, Value)
1873 If StartBit is greater than 31, then ASSERT().
1875 If EndBit is less than StartBit, then ASSERT().
1878 @param StartBit The ordinal of the least significant bit in the bit field.
1891 IN UINTN StartBit,
1898 BitFieldOr32 (MmioRead32 (Address), StartBit, EndBit, OrData)
1914 If StartBit is greater than 31, then ASSERT().
1916 If EndBit is less than StartBit, then ASSERT().
1919 @param StartBit The ordinal of the least significant bit in the bit field.
1932 IN UINTN StartBit,
1939 BitFieldAnd32 (MmioRead32 (Address), StartBit, EndBit, AndData)
1956 If StartBit is greater than 31, then ASSERT().
1958 If EndBit is less than StartBit, then ASSERT().
1961 @param StartBit The ordinal of the least significant bit in the bit field.
1975 IN UINTN StartBit,
1983 BitFieldAndThenOr32 (MmioRead32 (Address), StartBit, EndBit, AndData, OrData)
2079 the StartBit and the EndBit. The value of the bit field is returned.
2082 If StartBit is greater than 63, then ASSERT().
2084 If EndBit is less than StartBit, then ASSERT().
2087 @param StartBit The ordinal of the least significant bit in the bit field.
2099 IN UINTN StartBit,
2103 return BitFieldRead64 (MmioRead64 (Address), StartBit, EndBit);
2110 specified by the StartBit and the EndBit. All other bits in the destination
2114 If StartBit is greater than 63, then ASSERT().
2116 If EndBit is less than StartBit, then ASSERT().
2119 @param StartBit The ordinal of the least significant bit in the bit field.
2132 IN UINTN StartBit,
2139 BitFieldWrite64 (MmioRead64 (Address), StartBit, EndBit, Value)
2155 If StartBit is greater than 63, then ASSERT().
2157 If EndBit is less than StartBit, then ASSERT().
2160 @param StartBit The ordinal of the least significant bit in the bit field.
2173 IN UINTN StartBit,
2180 BitFieldOr64 (MmioRead64 (Address), StartBit, EndBit, OrData)
2196 If StartBit is greater than 63, then ASSERT().
2198 If EndBit is less than StartBit, then ASSERT().
2201 @param StartBit The ordinal of the least significant bit in the bit field.
2214 IN UINTN StartBit,
2221 BitFieldAnd64 (MmioRead64 (Address), StartBit, EndBit, AndData)
2238 If StartBit is greater than 63, then ASSERT().
2240 If EndBit is less than StartBit, then ASSERT().
2243 @param StartBit The ordinal of the least significant bit in the bit field.
2257 IN UINTN StartBit,
2265 BitFieldAndThenOr64 (MmioRead64 (Address), StartBit, EndBit, AndData, OrData)