Home | History | Annotate | Download | only in DxeIoLibCpuIo2

Lines Matching full:specified

25   Reads the 8-bit I/O port specified by Port, performs a bitwise OR

26 between the read result and the value specified by OrData, and writes the
27 result to the 8-bit I/O port specified by Port. The value written to the I/O
53 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
54 the read result and the value specified by AndData, and writes the result to
55 the 8-bit I/O port specified by Port. The value written to the I/O port is
81 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
82 the read result and the value specified by AndData, performs a bitwise OR
83 between the result of the AND operation and the value specified by OrData,
84 and writes the result to the 8-bit I/O port specified by Port. The value
111 Reads the bit field in an 8-bit I/O register. The bit field is specified by
142 Writes Value to the bit field of the I/O register. The bit field is specified
151 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
182 Reads the 8-bit I/O port specified by Port, performs a bitwise OR
183 between the read result and the value specified by OrData, and writes the
184 result to the 8-bit I/O port specified by Port. The value written to the I/O
192 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
223 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
224 the read result and the value specified by AndData, and writes the result to
225 the 8-bit I/O port specified by Port. The value written to the I/O port is
233 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
265 Reads the 8-bit I/O port specified by Port, performs a bitwise AND followed
266 by a bitwise OR between the read result and the value specified by
267 AndData, and writes the result to the 8-bit I/O port specified by Port. The
276 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
277 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
310 Reads the 16-bit I/O port specified by Port, performs a bitwise OR
311 between the read result and the value specified by OrData, and writes the
312 result to the 16-bit I/O port specified by Port. The value written to the I/O
338 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
339 the read result and the value specified by AndData, and writes the result to
340 the 16-bit I/O port specified by Port. The value written to the I/O port is
366 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
367 the read result and the value specified by AndData, performs a bitwise OR
368 between the result of the AND operation and the value specified by OrData,
369 and writes the result to the 16-bit I/O port specified by Port. The value
396 Reads the bit field in a 16-bit I/O register. The bit field is specified by
427 Writes Value to the bit field of the I/O register. The bit field is specified
436 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
467 Reads the 16-bit I/O port specified by Port, performs a bitwise OR
468 between the read result and the value specified by OrData, and writes the
469 result to the 16-bit I/O port specified by Port. The value written to the I/O
477 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
508 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
509 the read result and the value specified by AndData, and writes the result to
510 the 16-bit I/O port specified by Port. The value written to the I/O port is
518 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
550 Reads the 16-bit I/O port specified by Port, performs a bitwise AND followed
551 by a bitwise OR between the read result and the value specified by
552 AndData, and writes the result to the 16-bit I/O port specified by Port. The
561 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
562 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
595 Reads the 32-bit I/O port specified by Port, performs a bitwise OR
596 between the read result and the value specified by OrData, and writes the
597 result to the 32-bit I/O port specified by Port. The value written to the I/O
623 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
624 the read result and the value specified by AndData, and writes the result to
625 the 32-bit I/O port specified by Port. The value written to the I/O port is
651 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
652 the read result and the value specified by AndData, performs a bitwise OR
653 between the result of the AND operation and the value specified by OrData,
654 and writes the result to the 32-bit I/O port specified by Port. The value
681 Reads the bit field in a 32-bit I/O register. The bit field is specified by
712 Writes Value to the bit field of the I/O register. The bit field is specified
721 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
752 Reads the 32-bit I/O port specified by Port, performs a bitwise OR
753 between the read result and the value specified by OrData, and writes the
754 result to the 32-bit I/O port specified by Port. The value written to the I/O
762 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
793 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
794 the read result and the value specified by AndData, and writes the result to
795 the 32-bit I/O port specified by Port. The value written to the I/O port is
803 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
835 Reads the 32-bit I/O port specified by Port, performs a bitwise AND followed
836 by a bitwise OR between the read result and the value specified by
837 AndData, and writes the result to the 32-bit I/O port specified by Port. The
846 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
847 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
880 Reads the 64-bit I/O port specified by Port, performs a bitwise OR
881 between the read result and the value specified by OrData, and writes the
882 result to the 64-bit I/O port specified by Port. The value written to the I/O
908 specified by Port, performs a bitwise AND between
909 the read result and the value specified by AndData, and writes the result to
910 the 64-bit I/O port specified by Port. The value written to the I/O port is
936 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
937 the read result and the value specified by AndData, performs a bitwise OR
938 between the result of the AND operation and the value specified by OrData,
939 and writes the result to the 64-bit I/O port specified by Port. The value
966 Reads the bit field in a 64-bit I/O register. The bit field is specified by
997 Writes Value to the bit field of the I/O register. The bit field is specified
1006 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1037 Reads the 64-bit I/O port specified by Port, performs a bitwise OR
1038 between the read result and the value specified by OrData, and writes the
1039 result to the 64-bit I/O port specified by Port. The value written to the I/O
1047 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1078 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
1079 the read result and the value specified by AndData, and writes the result to
1080 the 64-bit I/O port specified by Port. The value written to the I/O port is
1088 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1120 Reads the 64-bit I/O port specified by Port, performs a bitwise AND followed
1121 by a bitwise OR between the read result and the value specified by
1122 AndData, and writes the result to the 64-bit I/O port specified by Port. The
1131 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1132 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1165 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1166 inclusive OR between the read result and the value specified by OrData, and
1167 writes the result to the 8-bit MMIO register specified by Address. The value
1193 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1194 between the read result and the value specified by AndData, and writes the
1195 result to the 8-bit MMIO register specified by Address. The value written to
1221 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1222 between the read result and the value specified by AndData, performs a
1223 bitwise OR between the result of the AND operation and the value specified by
1224 OrData, and writes the result to the 8-bit MMIO register specified by
1252 Reads the bit field in an 8-bit MMIO register. The bit field is specified by
1284 specified by the StartBit and the EndBit. All other bits in the destination
1291 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1322 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1323 inclusive OR between the read result and the value specified by OrData, and
1324 writes the result to the 8-bit MMIO register specified by Address. The value
1333 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1364 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1365 between the read result and the value specified by AndData, and writes the
1366 result to the 8-bit MMIO register specified by Address. The value written to
1375 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1407 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1409 specified by AndData, and writes the result to the 8-bit MMIO register
1410 specified by Address. The value written to the MMIO register is returned.
1418 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1419 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1452 Reads the 16-bit MMIO register specified by Address, performs a bitwise
1453 inclusive OR between the read result and the value specified by OrData, and
1454 writes the result to the 16-bit MMIO register specified by Address. The value
1480 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1481 between the read result and the value specified by AndData, and writes the
1482 result to the 16-bit MMIO register specified by Address. The value written to
1508 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1509 between the read result and the value specified by AndData, performs a
1510 bitwise OR between the result of the AND operation and the value specified by
1511 OrData, and writes the result to the 16-bit MMIO register specified by
1539 Reads the bit field in a 16-bit MMIO register. The bit field is specified by
1571 specified by the StartBit and the EndBit. All other bits in the destination
1578 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1609 Reads the 16-bit MMIO register specified by Address, performs a bitwise
1610 inclusive OR between the read result and the value specified by OrData, and
1611 writes the result to the 16-bit MMIO register specified by Address. The value
1620 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1651 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1652 between the read result and the value specified by AndData, and writes the
1653 result to the 16-bit MMIO register specified by Address. The value written to
1662 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1694 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1696 specified by AndData, and writes the result to the 16-bit MMIO register
1697 specified by Address. The value written to the MMIO register is returned.
1705 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1706 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1739 Reads the 32-bit MMIO register specified by Address, performs a bitwise
1740 inclusive OR between the read result and the value specified by OrData, and
1741 writes the result to the 32-bit MMIO register specified by Address. The value
1767 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1768 between the read result and the value specified by AndData, and writes the
1769 result to the 32-bit MMIO register specified by Address. The value written to
1795 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1796 between the read result and the value specified by AndData, performs a
1797 bitwise OR between the result of the AND operation and the value specified by
1798 OrData, and writes the result to the 32-bit MMIO register specified by
1826 Reads the bit field in a 32-bit MMIO register. The bit field is specified by
1858 specified by the StartBit and the EndBit. All other bits in the destination
1865 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1896 Reads the 32-bit MMIO register specified by Address, performs a bitwise
1897 inclusive OR between the read result and the value specified by OrData, and
1898 writes the result to the 32-bit MMIO register specified by Address. The value
1907 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1938 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1939 between the read result and the value specified by AndData, and writes the
1940 result to the 32-bit MMIO register specified by Address. The value written to
1949 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1981 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1983 specified by AndData, and writes the result to the 32-bit MMIO register
1984 specified by Address. The value written to the MMIO register is returned.
1992 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1993 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2026 Reads the 64-bit MMIO register specified by Address, performs a bitwise
2027 inclusive OR between the read result and the value specified by OrData, and
2028 writes the result to the 64-bit MMIO register specified by Address. The value
2054 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2055 between the read result and the value specified by AndData, and writes the
2056 result to the 64-bit MMIO register specified by Address. The value written to
2082 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2083 between the read result and the value specified by AndData, performs a
2084 bitwise OR between the result of the AND operation and the value specified by
2085 OrData, and writes the result to the 64-bit MMIO register specified by
2113 Reads the bit field in a 64-bit MMIO register. The bit field is specified by
2145 specified by the StartBit and the EndBit. All other bits in the destination
2152 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2183 Reads the 64-bit MMIO register specified by Address, performs a bitwise
2184 inclusive OR between the read result and the value specified by OrData, and
2185 writes the result to the 64-bit MMIO register specified by Address. The value
2194 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2225 Reads the 64-bit MMIO register specified
2226 between the read result and the value specified by AndData, and writes the
2227 result to the 64-bit MMIO register specified by Address. The value written to
2236 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2268 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2270 specified by AndData, and writes the result to the 64-bit MMIO register
2271 specified by Address. The value written to the MMIO register is returned.
2279 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2280 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().