Lines Matching defs:StartBit

117   the StartBit and the EndBit. The value of the bit field is returned.
120 If StartBit is greater than 7, then ASSERT().
122 If EndBit is less than StartBit, then ASSERT().
125 @param StartBit The ordinal of the least significant bit in the bit field.
137 IN UINTN StartBit,
141 return BitFieldRead8 (IoRead8 (Port), StartBit, EndBit);
148 by the StartBit and the EndBit. All other bits in the destination I/O
152 If StartBit is greater than 7, then ASSERT().
154 If EndBit is less than StartBit, then ASSERT().
157 @param StartBit The ordinal of the least significant bit in the bit field.
170 IN UINTN StartBit,
177 BitFieldWrite8 (IoRead8 (Port), StartBit, EndBit, Value)
192 If StartBit is greater than 7, then ASSERT().
194 If EndBit is less than StartBit, then ASSERT().
197 @param StartBit The ordinal of the least significant bit in the bit field.
210 IN UINTN StartBit,
217 BitFieldOr8 (IoRead8 (Port), StartBit, EndBit, OrData)
232 If StartBit is greater than 7, then ASSERT().
234 If EndBit is less than StartBit, then ASSERT().
237 @param StartBit The ordinal of the least significant bit in the bit field.
250 IN UINTN StartBit,
257 BitFieldAnd8 (IoRead8 (Port), StartBit, EndBit, AndData)
274 If StartBit is greater than 7, then ASSERT().
276 If EndBit is less than StartBit, then ASSERT().
279 @param StartBit The ordinal of the least significant bit in the bit field.
293 IN UINTN StartBit,
301 BitFieldAndThenOr8 (IoRead8 (Port), StartBit, EndBit, AndData, OrData)
399 the StartBit and the EndBit. The value of the bit field is returned.
403 If StartBit is greater than 15, then ASSERT().
405 If EndBit is less than StartBit, then ASSERT().
408 @param StartBit The ordinal of the least significant bit in the bit field.
420 IN UINTN StartBit,
424 return BitFieldRead16 (IoRead16 (Port), StartBit, EndBit);
431 by the StartBit and the EndBit. All other bits in the destination I/O
437 If StartBit is greater than 15, then ASSERT().
439 If EndBit is less than StartBit, then ASSERT().
442 @param StartBit The ordinal of the least significant bit in the bit field.
455 IN UINTN StartBit,
462 BitFieldWrite16 (IoRead16 (Port), StartBit, EndBit, Value)
478 If StartBit is greater than 15, then ASSERT().
480 If EndBit is less than StartBit, then ASSERT().
483 @param StartBit The ordinal of the least significant bit in the bit field.
496 IN UINTN StartBit,
503 BitFieldOr16 (IoRead16 (Port), StartBit, EndBit, OrData)
519 If StartBit is greater than 15, then ASSERT().
521 If EndBit is less than StartBit, then ASSERT().
524 @param StartBit The ordinal of the least significant bit in the bit field.
537 IN UINTN StartBit,
544 BitFieldAnd16 (IoRead16 (Port), StartBit, EndBit, AndData)
562 If StartBit is greater than 15, then ASSERT().
564 If EndBit is less than StartBit, then ASSERT().
567 @param StartBit The ordinal of the least significant bit in the bit field.
581 IN UINTN StartBit,
589 BitFieldAndThenOr16 (IoRead16 (Port), StartBit, EndBit, AndData, OrData)
687 the StartBit and the EndBit. The value of the bit field is returned.
691 If StartBit is greater than 31, then ASSERT().
693 If EndBit is less than StartBit, then ASSERT().
696 @param StartBit The ordinal of the least significant bit in the bit field.
708 IN UINTN StartBit,
712 return BitFieldRead32 (IoRead32 (Port), StartBit, EndBit);
719 by the StartBit and the EndBit. All other bits in the destination I/O
725 If StartBit is greater than 31, then ASSERT().
727 If EndBit is less than StartBit, then ASSERT().
730 @param StartBit The ordinal of the least significant bit in the bit field.
743 IN UINTN StartBit,
750 BitFieldWrite32 (IoRead32 (Port), StartBit, EndBit, Value)
766 If StartBit is greater than 31, then ASSERT().
768 If EndBit is less than StartBit, then ASSERT().
771 @param StartBit The ordinal of the least significant bit in the bit field.
784 IN UINTN StartBit,
791 BitFieldOr32 (IoRead32 (Port), StartBit, EndBit, OrData)
807 If StartBit is greater than 31, then ASSERT().
809 If EndBit is less than StartBit, then ASSERT().
812 @param StartBit The ordinal of the least significant bit in the bit field.
825 IN UINTN StartBit,
832 BitFieldAnd32 (IoRead32 (Port), StartBit, EndBit, AndData)
850 If StartBit is greater than 31, then ASSERT().
852 If EndBit is less than StartBit, then ASSERT().
855 @param StartBit The ordinal of the least significant bit in the bit field.
869 IN UINTN StartBit,
877 BitFieldAndThenOr32 (IoRead32 (Port), StartBit, EndBit, AndData, OrData)
975 the StartBit and the EndBit. The value of the bit field is returned.
979 If StartBit is greater than 63, then ASSERT().
981 If EndBit is less than StartBit, then ASSERT().
984 @param StartBit The ordinal of the least significant bit in the bit field.
996 IN UINTN StartBit,
1000 return BitFieldRead64 (IoRead64 (Port), StartBit, EndBit);
1007 by the StartBit and the EndBit. All other bits in the destination I/O
1013 If StartBit is greater than 63, then ASSERT().
1015 If EndBit is less than StartBit, then ASSERT().
1018 @param StartBit The ordinal of the least significant bit in the bit field.
1031 IN UINTN StartBit,
1038 BitFieldWrite64 (IoRead64 (Port), StartBit, EndBit, Value)
1054 If StartBit is greater than 63, then ASSERT().
1056 If EndBit is less than StartBit, then ASSERT().
1059 @param StartBit The ordinal of the least significant bit in the bit field.
1072 IN UINTN StartBit,
1079 BitFieldOr64 (IoRead64 (Port), StartBit, EndBit, OrData)
1095 If StartBit is greater than 63, then ASSERT().
1097 If EndBit is less than StartBit, then ASSERT().
1100 @param StartBit The ordinal of the least significant bit in the bit field.
1113 IN UINTN StartBit,
1120 BitFieldAnd64 (IoRead64 (Port), StartBit, EndBit, AndData)
1138 If StartBit is greater than 63, then ASSERT().
1140 If EndBit is less than StartBit, then ASSERT().
1143 @param StartBit The ordinal of the least significant bit in the bit field.
1157 IN UINTN StartBit,
1165 BitFieldAndThenOr64 (IoRead64 (Port), StartBit, EndBit, AndData, OrData)
1261 the StartBit and the EndBit. The value of the bit field is returned.
1264 If StartBit is greater than 7, then ASSERT().
1266 If EndBit is less than StartBit, then ASSERT().
1269 @param StartBit The ordinal of the least significant bit in the bit field.
1281 IN UINTN StartBit,
1285 return BitFieldRead8 (MmioRead8 (Address), StartBit, EndBit);
1292 specified by the StartBit and the EndBit. All other bits in the destination
1296 If StartBit is greater than 7, then ASSERT().
1298 If EndBit is less than StartBit, then ASSERT().
1301 @param StartBit The ordinal of the least significant bit in the bit field.
1314 IN UINTN StartBit,
1321 BitFieldWrite8 (MmioRead8 (Address), StartBit, EndBit, Value)
1337 If StartBit is greater than 7, then ASSERT().
1339 If EndBit is less than StartBit, then ASSERT().
1342 @param StartBit The ordinal of the least significant bit in the bit field.
1355 IN UINTN StartBit,
1362 BitFieldOr8 (MmioRead8 (Address), StartBit, EndBit, OrData)
1378 If StartBit is greater than 7, then ASSERT().
1380 If EndBit is less than StartBit, then ASSERT().
1383 @param StartBit The ordinal of the least significant bit in the bit field.
1396 IN UINTN StartBit,
1403 BitFieldAnd8 (MmioRead8 (Address), StartBit, EndBit, AndData)
1420 If StartBit is greater than 7, then ASSERT().
1422 If EndBit is less than StartBit, then ASSERT().
1425 @param StartBit The ordinal of the least significant bit in the bit field.
1439 IN UINTN StartBit,
1447 BitFieldAndThenOr8 (MmioRead8 (Address), StartBit, EndBit, AndData, OrData)
1545 the StartBit and the EndBit. The value of the bit field is returned.
1549 If StartBit is greater than 15, then ASSERT().
1551 If EndBit is less than StartBit, then ASSERT().
1554 @param StartBit The ordinal of the least significant bit in the bit field.
1566 IN UINTN StartBit,
1570 return BitFieldRead16 (MmioRead16 (Address), StartBit, EndBit);
1577 specified by the StartBit and the EndBit. All other bits in the destination
1582 If StartBit is greater than 15, then ASSERT().
1584 If EndBit is less than StartBit, then ASSERT().
1587 @param StartBit The ordinal of the least significant bit in the bit field.
1600 IN UINTN StartBit,
1607 BitFieldWrite16 (MmioRead16 (Address), StartBit, EndBit, Value)
1624 If StartBit is greater than 15, then ASSERT().
1626 If EndBit is less than StartBit, then ASSERT().
1629 @param StartBit The ordinal of the least significant bit in the bit field.
1642 IN UINTN StartBit,
1649 BitFieldOr16 (MmioRead16 (Address), StartBit, EndBit, OrData)
1666 If StartBit is greater than 15, then ASSERT().
1668 If EndBit is less than StartBit, then ASSERT().
1671 @param StartBit The ordinal of the least significant bit in the bit field.
1684 IN UINTN StartBit,
1691 BitFieldAnd16 (MmioRead16 (Address), StartBit, EndBit, AndData)
1709 If StartBit is greater than 15, then ASSERT().
1711 If EndBit is less than StartBit, then ASSERT().
1714 @param StartBit The ordinal of the least significant bit in the bit field.
1728 IN UINTN StartBit,
1736 BitFieldAndThenOr16 (MmioRead16 (Address), StartBit, EndBit, AndData, OrData)
1834 the StartBit and the EndBit. The value of the bit field is returned.
1838 If StartBit is greater than 31, then ASSERT().
1840 If EndBit is less than StartBit, then ASSERT().
1843 @param StartBit The ordinal of the least significant bit in the bit field.
1855 IN UINTN StartBit,
1859 return BitFieldRead32 (MmioRead32 (Address), StartBit, EndBit);
1866 specified by the StartBit and the EndBit. All other bits in the destination
1871 If StartBit is greater than 31, then ASSERT().
1873 If EndBit is less than StartBit, then ASSERT().
1876 @param StartBit The ordinal of the least significant bit in the bit field.
1889 IN UINTN StartBit,
1896 BitFieldWrite32 (MmioRead32 (Address), StartBit, EndBit, Value)
1913 If StartBit is greater than 31, then ASSERT().
1915 If EndBit is less than StartBit, then ASSERT().
1918 @param StartBit The ordinal of the least significant bit in the bit field.
1931 IN UINTN StartBit,
1938 BitFieldOr32 (MmioRead32 (Address), StartBit, EndBit, OrData)
1955 If StartBit is greater than 31, then ASSERT().
1957 If EndBit is less than StartBit, then ASSERT().
1960 @param StartBit The ordinal of the least significant bit in the bit field.
1973 IN UINTN StartBit,
1980 BitFieldAnd32 (MmioRead32 (Address), StartBit, EndBit, AndData)
1998 If StartBit is greater than 31, then ASSERT().
2000 If EndBit is less than StartBit, then ASSERT().
2003 @param StartBit The ordinal of the least significant bit in the bit field.
2017 IN UINTN StartBit,
2025 BitFieldAndThenOr32 (MmioRead32 (Address), StartBit, EndBit, AndData, OrData)
2123 the StartBit and the EndBit. The value of the bit field is returned.
2127 If StartBit is greater than 63, then ASSERT().
2129 If EndBit is less than StartBit, then ASSERT().
2132 @param StartBit The ordinal of the least significant bit in the bit field.
2144 IN UINTN StartBit,
2148 return BitFieldRead64 (MmioRead64 (Address), StartBit, EndBit);
2155 specified by the StartBit and the EndBit. All other bits in the destination
2160 If StartBit is greater than 63, then ASSERT().
2162 If EndBit is less than StartBit, then ASSERT().
2165 @param StartBit The ordinal of the least significant bit in the bit field.
2178 IN UINTN StartBit,
2185 BitFieldWrite64 (MmioRead64 (Address), StartBit, EndBit, Value)
2202 If StartBit is greater than 63, then ASSERT().
2204 If EndBit is less than StartBit, then ASSERT().
2207 @param StartBit The ordinal of the least significant bit in the bit field.
2220 IN UINTN StartBit,
2227 BitFieldOr64 (MmioRead64 (Address), StartBit, EndBit, OrData)
2244 If StartBit is greater than 63, then ASSERT().
2246 If EndBit is less than StartBit, then ASSERT().
2249 @param StartBit The ordinal of the least significant bit in the bit field.
2262 IN UINTN StartBit,
2269 BitFieldAnd64 (MmioRead64 (Address), StartBit, EndBit, AndData)
2287 If StartBit is greater than 63, then ASSERT().
2289 If EndBit is less than StartBit, then ASSERT().
2292 @param StartBit The ordinal of the least significant bit in the bit field.
2306 IN UINTN StartBit,
2314 BitFieldAndThenOr64 (MmioRead64 (Address), StartBit, EndBit, AndData, OrData)