Lines Matching refs:StartBit

227   the StartBit and the EndBit. The value of the bit field is returned.
230 If StartBit is greater than 7, then ASSERT().
232 If EndBit is less than StartBit, then ASSERT().
235 @param StartBit The ordinal of the least significant bit in the bit field.
247 IN UINTN StartBit,
251 return InternalSaveIoWrite8ValueToBootScript (Port, IoBitFieldRead8 (Port, StartBit, EndBit));
259 by the StartBit and the EndBit. All other bits in the destination I/O
264 If StartBit is greater than 7, then ASSERT().
266 If EndBit is less than StartBit, then ASSERT().
269 @param StartBit The ordinal of the least significant bit in the bit field.
282 IN UINTN StartBit,
287 return InternalSaveIoWrite8ValueToBootScript (Port, IoBitFieldWrite8 (Port, StartBit, EndBit, Value));
302 If StartBit is greater than 7, then ASSERT().
304 If EndBit is less than StartBit, then ASSERT().
307 @param StartBit The ordinal of the least significant bit in the bit field.
320 IN UINTN StartBit,
325 return InternalSaveIoWrite8ValueToBootScript (Port, IoBitFieldOr8 (Port, StartBit, EndBit, OrData));
340 If StartBit is greater than 7, then ASSERT().
342 If EndBit is less than StartBit, then ASSERT().
345 @param StartBit The ordinal of the least significant bit in the bit field.
358 IN UINTN StartBit,
363 return InternalSaveIoWrite8ValueToBootScript (Port, IoBitFieldAnd8 (Port, StartBit, EndBit, AndData));
379 If StartBit is greater than 7, then ASSERT().
381 If EndBit is less than StartBit, then ASSERT().
384 @param StartBit The ordinal of the least significant bit in the bit field.
398 IN UINTN StartBit,
404 return InternalSaveIoWrite8ValueToBootScript (Port, IoBitFieldAndThenOr8 (Port, StartBit, EndBit, AndData, OrData));
577 the StartBit and the EndBit. The value of the bit field is returned.
580 If StartBit is greater than 15, then ASSERT().
582 If EndBit is less than StartBit, then ASSERT().
585 @param StartBit The ordinal of the least significant bit in the bit field.
597 IN UINTN StartBit,
601 return InternalSaveIoWrite16ValueToBootScript (Port, IoBitFieldRead16 (Port, StartBit, EndBit));
609 by the StartBit and the EndBit. All other bits in the destination I/O
614 If StartBit is greater than 15, then ASSERT().
616 If EndBit is less than StartBit, then ASSERT().
619 @param StartBit The ordinal of the least significant bit in the bit field.
632 IN UINTN StartBit,
637 return InternalSaveIoWrite16ValueToBootScript (Port, IoBitFieldWrite16 (Port, StartBit, EndBit, Value));
652 If StartBit is greater than 15, then ASSERT().
654 If EndBit is less than StartBit, then ASSERT().
657 @param StartBit The ordinal of the least significant bit in the bit field.
670 IN UINTN StartBit,
675 return InternalSaveIoWrite16ValueToBootScript (Port, IoBitFieldOr16 (Port, StartBit, EndBit, OrData));
690 If StartBit is greater than 15, then ASSERT().
692 If EndBit is less than StartBit, then ASSERT().
695 @param StartBit The ordinal of the least significant bit in the bit field.
708 IN UINTN StartBit,
713 return InternalSaveIoWrite16ValueToBootScript (Port, IoBitFieldAnd16 (Port, StartBit, EndBit, AndData));
730 If StartBit is greater than 15, then ASSERT().
732 If EndBit is less than StartBit, then ASSERT().
735 @param StartBit The ordinal of the least significant bit in the bit field.
749 IN UINTN StartBit,
755 return InternalSaveIoWrite16ValueToBootScript (Port, IoBitFieldAndThenOr16 (Port, StartBit, EndBit, AndData, OrData));
928 the StartBit and the EndBit. The value of the bit field is returned.
931 If StartBit is greater than 31, then ASSERT().
933 If EndBit is less than StartBit, then ASSERT().
936 @param StartBit The ordinal of the least significant bit in the bit field.
948 IN UINTN StartBit,
952 return InternalSaveIoWrite32ValueToBootScript (Port, IoBitFieldRead32 (Port, StartBit, EndBit));
960 by the StartBit and the EndBit. All other bits in the destination I/O
965 If StartBit is greater than 31, then ASSERT().
967 If EndBit is less than StartBit, then ASSERT().
970 @param StartBit The ordinal of the least significant bit in the bit field.
983 IN UINTN StartBit,
988 return InternalSaveIoWrite32ValueToBootScript (Port, IoBitFieldWrite32 (Port, StartBit, EndBit, Value));
1003 If StartBit is greater than 31, then ASSERT().
1005 If EndBit is less than StartBit, then ASSERT().
1008 @param StartBit The ordinal of the least significant bit in the bit field.
1021 IN UINTN StartBit,
1026 return InternalSaveIoWrite32ValueToBootScript (Port, IoBitFieldOr32 (Port, StartBit, EndBit, OrData));
1041 If StartBit is greater than 31, then ASSERT().
1043 If EndBit is less than StartBit, then ASSERT().
1046 @param StartBit The ordinal of the least significant bit in the bit field.
1059 IN UINTN StartBit,
1064 return InternalSaveIoWrite32ValueToBootScript (Port, IoBitFieldAnd32 (Port, StartBit, EndBit, AndData));
1081 If StartBit is greater than 31, then ASSERT().
1083 If EndBit is less than StartBit, then ASSERT().
1086 @param StartBit The ordinal of the least significant bit in the bit field.
1100 IN UINTN StartBit,
1106 return InternalSaveIoWrite32ValueToBootScript (Port, IoBitFieldAndThenOr32 (Port, StartBit, EndBit, AndData, OrData));
1279 the StartBit and the EndBit. The value of the bit field is returned.
1282 If StartBit is greater than 63, then ASSERT().
1284 If EndBit is less than StartBit, then ASSERT().
1287 @param StartBit The ordinal of the least significant bit in the bit field.
1299 IN UINTN StartBit,
1303 return InternalSaveIoWrite64ValueToBootScript (Port, IoBitFieldRead64 (Port, StartBit, EndBit));
1311 by the StartBit and the EndBit. All other bits in the destination I/O
1316 If StartBit is greater than 63, then ASSERT().
1318 If EndBit is less than StartBit, then ASSERT().
1321 @param StartBit The ordinal of the least significant bit in the bit field.
1334 IN UINTN StartBit,
1339 return InternalSaveIoWrite64ValueToBootScript (Port, IoBitFieldWrite64 (Port, StartBit, EndBit, Value));
1354 If StartBit is greater than 63, then ASSERT().
1356 If EndBit is less than StartBit, then ASSERT().
1359 @param StartBit The ordinal of the least significant bit in the bit field.
1372 IN UINTN StartBit,
1377 return InternalSaveIoWrite64ValueToBootScript (Port, IoBitFieldOr64 (Port, StartBit, EndBit, OrData));
1392 If StartBit is greater than 63, 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.
1410 IN UINTN StartBit,
1415 return InternalSaveIoWrite64ValueToBootScript (Port, IoBitFieldAnd64 (Port, StartBit, EndBit, AndData));
1432 If StartBit is greater than 63, then ASSERT().
1434 If EndBit is less than StartBit, then ASSERT().
1437 @param StartBit The ordinal of the least significant bit in the bit field.
1451 IN UINTN StartBit,
1457 return InternalSaveIoWrite64ValueToBootScript (Port, IoBitFieldAndThenOr64 (Port, StartBit, EndBit, AndData, OrData));
1661 the StartBit and the EndBit. The value of the bit field is returned.
1664 If StartBit is greater than 7, then ASSERT().
1666 If EndBit is less than StartBit, then ASSERT().
1669 @param StartBit The ordinal of the least significant bit in the bit field.
1681 IN UINTN StartBit,
1685 return InternalSaveMmioWrite8ValueToBootScript (Address, MmioBitFieldRead8 (Address, StartBit, EndBit));
1693 specified by the StartBit and the EndBit. All other bits in the destination
1697 If StartBit is greater than 7, then ASSERT().
1699 If EndBit is less than StartBit, then ASSERT().
1702 @param StartBit The ordinal of the least significant bit in the bit field.
1715 IN UINTN StartBit,
1720 return InternalSaveMmioWrite8ValueToBootScript (Address, MmioBitFieldWrite8 (Address, StartBit, EndBit, Value));
1736 If StartBit is greater than 7, then ASSERT().
1738 If EndBit is less than StartBit, then ASSERT().
1741 @param StartBit The ordinal of the least significant bit in the bit field.
1754 IN UINTN StartBit,
1759 return InternalSaveMmioWrite8ValueToBootScript (Address, MmioBitFieldOr8 (Address, StartBit, EndBit, OrData));
1775 If StartBit is greater than 7, then ASSERT().
1777 If EndBit is less than StartBit, then ASSERT().
1780 @param StartBit The ordinal of the least significant bit in the bit field.
1793 IN UINTN StartBit,
1798 return InternalSaveMmioWrite8ValueToBootScript (Address, MmioBitFieldAnd8 (Address, StartBit, EndBit, AndData));
1815 If StartBit is greater than 7, then ASSERT().
1817 If EndBit is less than StartBit, then ASSERT().
1820 @param StartBit The ordinal of the least significant bit in the bit field.
1834 IN UINTN StartBit,
1840 return InternalSaveMmioWrite8ValueToBootScript (Address, MmioBitFieldAndThenOr8 (Address, StartBit, EndBit, AndData, OrData));
2014 the StartBit and the EndBit. The value of the bit field is returned.
2017 If StartBit is greater than 15, then ASSERT().
2019 If EndBit is less than StartBit, then ASSERT().
2022 @param StartBit The ordinal of the least significant bit in the bit field.
2034 IN UINTN StartBit,
2038 return InternalSaveMmioWrite16ValueToBootScript (Address, MmioBitFieldRead16 (Address, StartBit, EndBit));
2046 specified by the StartBit and the EndBit. All other bits in the destination
2050 If StartBit is greater than 15, then ASSERT().
2052 If EndBit is less than StartBit, then ASSERT().
2055 @param StartBit The ordinal of the least significant bit in the bit field.
2068 IN UINTN StartBit,
2073 return InternalSaveMmioWrite16ValueToBootScript (Address, MmioBitFieldWrite16 (Address, StartBit, EndBit, Value));
2089 If StartBit is greater than 15, then ASSERT().
2091 If EndBit is less than StartBit, then ASSERT().
2094 @param StartBit The ordinal of the least significant bit in the bit field.
2107 IN UINTN StartBit,
2112 return InternalSaveMmioWrite16ValueToBootScript (Address, MmioBitFieldOr16 (Address, StartBit, EndBit, OrData));
2128 If StartBit is greater than 15, then ASSERT().
2130 If EndBit is less than StartBit, then ASSERT().
2133 @param StartBit The ordinal of the least significant bit in the bit field.
2146 IN UINTN StartBit,
2151 return InternalSaveMmioWrite16ValueToBootScript (Address, MmioBitFieldAnd16 (Address, StartBit, EndBit, AndData));
2168 If StartBit is greater than 15, then ASSERT().
2170 If EndBit is less than StartBit, then ASSERT().
2173 @param StartBit The ordinal of the least significant bit in the bit field.
2187 IN UINTN StartBit,
2193 return InternalSaveMmioWrite16ValueToBootScript (Address, MmioBitFieldAndThenOr16 (Address, StartBit, EndBit, AndData, OrData));
2366 the StartBit and the EndBit. The value of the bit field is returned.
2369 If StartBit is greater than 31, then ASSERT().
2371 If EndBit is less than StartBit, then ASSERT().
2374 @param StartBit The ordinal of the least significant bit in the bit field.
2386 IN UINTN StartBit,
2390 return InternalSaveMmioWrite32ValueToBootScript (Address, MmioBitFieldRead32 (Address, StartBit, EndBit));
2398 specified by the StartBit and the EndBit. All other bits in the destination
2402 If StartBit is greater than 31, then ASSERT().
2404 If EndBit is less than StartBit, then ASSERT().
2407 @param StartBit The ordinal of the least significant bit in the bit field.
2420 IN UINTN StartBit,
2425 return InternalSaveMmioWrite32ValueToBootScript (Address, MmioBitFieldWrite32 (Address, StartBit, EndBit, Value));
2441 If StartBit is greater than 31, then ASSERT().
2443 If EndBit is less than StartBit, then ASSERT().
2446 @param StartBit The ordinal of the least significant bit in the bit field.
2459 IN UINTN StartBit,
2464 return InternalSaveMmioWrite32ValueToBootScript (Address, MmioBitFieldOr32 (Address, StartBit, EndBit, OrData));
2480 If StartBit is greater than 31, then ASSERT().
2482 If EndBit is less than StartBit, then ASSERT().
2485 @param StartBit The ordinal of the least significant bit in the bit field.
2498 IN UINTN StartBit,
2503 return InternalSaveMmioWrite32ValueToBootScript (Address, MmioBitFieldAnd32 (Address, StartBit, EndBit, AndData));
2520 If StartBit is greater than 31, then ASSERT().
2522 If EndBit is less than StartBit, then ASSERT().
2525 @param StartBit The ordinal of the least significant bit in the bit field.
2539 IN UINTN StartBit,
2545 return InternalSaveMmioWrite32ValueToBootScript (Address, MmioBitFieldAndThenOr32 (Address, StartBit, EndBit, AndData, OrData));
2718 the StartBit and the EndBit. The value of the bit field is returned.
2721 If StartBit is greater than 63, then ASSERT().
2723 If EndBit is less than StartBit, then ASSERT().
2726 @param StartBit The ordinal of the least significant bit in the bit field.
2738 IN UINTN StartBit,
2742 return InternalSaveMmioWrite64ValueToBootScript (Address, MmioBitFieldRead64 (Address, StartBit, EndBit));
2750 specified by the StartBit and the EndBit. All other bits in the destination
2754 If StartBit is greater than 63, then ASSERT().
2756 If EndBit is less than StartBit, then ASSERT().
2759 @param StartBit The ordinal of the least significant bit in the bit field.
2772 IN UINTN StartBit,
2777 return InternalSaveMmioWrite64ValueToBootScript (Address, MmioBitFieldWrite64 (Address, StartBit, EndBit, Value));
2793 If StartBit is greater than 63, then ASSERT().
2795 If EndBit is less than StartBit, then ASSERT().
2798 @param StartBit The ordinal of the least significant bit in the bit field.
2811 IN UINTN StartBit,
2816 return InternalSaveMmioWrite64ValueToBootScript (Address, MmioBitFieldOr64 (Address, StartBit, EndBit, OrData));
2832 If StartBit is greater than 63, then ASSERT().
2834 If EndBit is less than StartBit, then ASSERT().
2837 @param StartBit The ordinal of the least significant bit in the bit field.
2850 IN UINTN StartBit,
2855 return InternalSaveMmioWrite64ValueToBootScript (Address, MmioBitFieldAnd64 (Address, StartBit, EndBit, AndData));
2872 If StartBit is greater than 63, then ASSERT().
2874 If EndBit is less than StartBit, then ASSERT().
2877 @param StartBit The ordinal of the least significant bit in the bit field.
2891 IN UINTN StartBit,
2897 return InternalSaveMmioWrite64ValueToBootScript (Address, MmioBitFieldAndThenOr64 (Address, StartBit, EndBit, AndData, OrData));