Home | History | Annotate | Download | only in SmmIoLibSmmCpuIo2

Lines Matching full:specified

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

31 between the read result and the value specified by OrData, and writes the
32 result to the 8-bit I/O port specified by Port. The value written to the I/O
58 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
59 the read result and the value specified by AndData, and writes the result to
60 the 8-bit I/O port specified by Port. The value written to the I/O port is
86 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
87 the read result and the value specified by AndData, performs a bitwise OR
88 between the result of the AND operation and the value specified by OrData,
89 and writes the result to the 8-bit I/O port specified by Port. The value
116 Reads the bit field in an 8-bit I/O register. The bit field is specified by
147 Writes Value to the bit field of the I/O register. The bit field is specified
156 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
187 Reads the 8-bit I/O port specified by Port, performs a bitwise OR
188 between the read result and the value specified by OrData, and writes the
189 result to the 8-bit I/O port specified by Port. The value written to the I/O
197 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
228 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
229 the read result and the value specified by AndData, and writes the result to
230 the 8-bit I/O port specified by Port. The value written to the I/O port is
238 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
270 Reads the 8-bit I/O port specified by Port, performs a bitwise AND followed
271 by a bitwise OR between the read result and the value specified by
272 AndData, and writes the result to the 8-bit I/O port specified by Port. The
281 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
282 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
315 Reads the 16-bit I/O port specified by Port, performs a bitwise OR
316 between the read result and the value specified by OrData, and writes the
317 result to the 16-bit I/O port specified by Port. The value written to the I/O
343 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
344 the read result and the value specified by AndData, and writes the result to
345 the 16-bit I/O port specified by Port. The value written to the I/O port is
371 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
372 the read result and the value specified by AndData, performs a bitwise OR
373 between the result of the AND operation and the value specified by OrData,
374 and writes the result to the 16-bit I/O port specified by Port. The value
401 Reads the bit field in a 16-bit I/O register. The bit field is specified by
432 Writes Value to the bit field of the I/O register. The bit field is specified
441 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
472 Reads the 16-bit I/O port specified by Port, performs a bitwise OR
473 between the read result and the value specified by OrData, and writes the
474 result to the 16-bit I/O port specified by Port. The value written to the I/O
482 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
513 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
514 the read result and the value specified by AndData, and writes the result to
515 the 16-bit I/O port specified by Port. The value written to the I/O port is
523 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
555 Reads the 16-bit I/O port specified by Port, performs a bitwise AND followed
556 by a bitwise OR between the read result and the value specified by
557 AndData, and writes the result to the 16-bit I/O port specified by Port. The
566 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
567 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
600 Reads the 32-bit I/O port specified by Port, performs a bitwise OR
601 between the read result and the value specified by OrData, and writes the
602 result to the 32-bit I/O port specified by Port. The value written to the I/O
628 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
629 the read result and the value specified by AndData, and writes the result to
630 the 32-bit I/O port specified by Port. The value written to the I/O port is
656 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
657 the read result and the value specified by AndData, performs a bitwise OR
658 between the result of the AND operation and the value specified by OrData,
659 and writes the result to the 32-bit I/O port specified by Port. The value
686 Reads the bit field in a 32-bit I/O register. The bit field is specified by
717 Writes Value to the bit field of the I/O register. The bit field is specified
726 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
757 Reads the 32-bit I/O port specified by Port, performs a bitwise OR
758 between the read result and the value specified by OrData, and writes the
759 result to the 32-bit I/O port specified by Port. The value written to the I/O
767 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
798 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
799 the read result and the value specified by AndData, and writes the result to
800 the 32-bit I/O port specified by Port. The value written to the I/O port is
808 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
840 Reads the 32-bit I/O port specified by Port, performs a bitwise AND followed
841 by a bitwise OR between the read result and the value specified by
842 AndData, and writes the result to the 32-bit I/O port specified by Port. The
851 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
852 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
885 Reads the 64-bit I/O port specified by Port, performs a bitwise OR
886 between the read result and the value specified by OrData, and writes the
887 result to the 64-bit I/O port specified by Port. The value written to the I/O
913 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
914 the read result and the value specified by AndData, and writes the result to
915 the 64-bit I/O port specified by Port. The value written to the I/O port is
941 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
942 the read result and the value specified by AndData, performs a bitwise OR
943 between the result of the AND operation and the value specified by OrData,
944 and writes the result to the 64-bit I/O port specified by Port. The value
971 Reads the bit field in a 64-bit I/O register. The bit field is specified by
1002 Writes Value to the bit field of the I/O register. The bit field is specified
1011 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1042 Reads the 64-bit I/O port specified by Port, performs a bitwise OR
1043 between the read result and the value specified by OrData, and writes the
1044 result to the 64-bit I/O port specified by Port. The value written to the I/O
1052 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1083 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
1084 the read result and the value specified by AndData, and writes the result to
1085 the 64-bit I/O port specified by Port. The value written to the I/O port is
1093 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1125 Reads the 64-bit I/O port specified by Port, performs a bitwise AND followed
1126 by a bitwise OR between the read result and the value specified by
1127 AndData, and writes the result to the 64-bit I/O port specified by Port. The
1136 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1137 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1170 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1171 inclusive OR between the read result and the value specified by OrData, and
1172 writes the result to the 8-bit MMIO register specified by Address. The value
1198 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1199 between the read result and the value specified by AndData, and writes the
1200 result to the 8-bit MMIO register specified by Address. The value written to
1226 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1227 between the read result and the value specified by AndData, performs a
1228 bitwise OR between the result of the AND operation and the value specified by
1229 OrData, and writes the result to the 8-bit MMIO register specified by
1257 Reads the bit field in an 8-bit MMIO register. The bit field is specified by
1289 specified by the StartBit and the EndBit. All other bits in the destination
1296 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1327 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1328 inclusive OR between the read result and the value specified by OrData, and
1329 writes the result to the 8-bit MMIO register specified by Address. The value
1338 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1369 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1370 between the read result and the value specified by AndData, and writes the
1371 result to the 8-bit MMIO register specified by Address. The value written to
1380 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1412 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1414 specified by AndData, and writes the result to the 8-bit MMIO register
1415 specified by Address. The value written to the MMIO register is returned.
1423 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1424 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1457 Reads the 16-bit MMIO register specified by Address, performs a bitwise
1458 inclusive OR between the read result and the value specified by OrData, and
1459 writes the result to the 16-bit MMIO register specified by Address. The value
1485 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1486 between the read result and the value specified by AndData, and writes the
1487 result to the 16-bit MMIO register specified by Address. The value written to
1513 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1514 between the read result and the value specified by AndData, performs a
1515 bitwise OR between the result of the AND operation and the value specified by
1516 OrData, and writes the result to the 16-bit MMIO register specified by
1544 Reads the bit field in a 16-bit MMIO register. The bit field is specified by
1576 specified by the StartBit and the EndBit. All other bits in the destination
1583 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1614 Reads the 16-bit MMIO register specified by Address, performs a bitwise
1615 inclusive OR between the read result and the value specified by OrData, and
1616 writes the result to the 16-bit MMIO register specified by Address. The value
1625 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1656 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1657 between the read result and the value specified by AndData, and writes the
1658 result to the 16-bit MMIO register specified by Address. The value written to
1667 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1699 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1701 specified by AndData, and writes the result to the 16-bit MMIO register
1702 specified by Address. The value written to the MMIO register is returned.
1710 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1711 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1744 Reads the 32-bit MMIO register specified by Address, performs a bitwise
1745 inclusive OR between the read result and the value specified by OrData, and
1746 writes the result to the 32-bit MMIO register specified by Address. The value
1772 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1773 between the read result and the value specified by AndData, and writes the
1774 result to the 32-bit MMIO register specified by Address. The value written to
1800 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1801 between the read result and the value specified by AndData, performs a
1802 bitwise OR between the result of the AND operation and the value specified by
1803 OrData, and writes the result to the 32-bit MMIO register specified by
1831 Reads the bit field in a 32-bit MMIO register. The bit field is specified by
1863 specified by the StartBit and the EndBit. All other bits in the destination
1870 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1901 Reads the 32-bit MMIO register specified by Address, performs a bitwise
1902 inclusive OR between the read result and the value specified by OrData, and
1903 writes the result to the 32-bit MMIO register specified by Address. The value
1912 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1943 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1944 between the read result and the value specified by AndData, and writes the
1945 result to the 32-bit MMIO register specified by Address. The value written to
1954 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1986 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1988 specified by AndData, and writes the result to the 32-bit MMIO register
1989 specified by Address. The value written to the MMIO register is returned.
1997 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1998 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2031 Reads the 64-bit MMIO register specified by Address, performs a bitwise
2032 inclusive OR between the read result and the value specified by OrData, and
2033 writes the result to the 64-bit MMIO register specified by Address. The value
2059 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2060 between the read result and the value specified by AndData, and writes the
2061 result to the 64-bit MMIO register specified by Address. The value written to
2087 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2088 between the read result and the value specified by AndData, performs a
2089 bitwise OR between the result of the AND operation and the value specified by
2090 OrData, and writes the result to the 64-bit MMIO register specified by
2118 Reads the bit field in a 64-bit MMIO register. The bit field is specified by
2150 specified by the StartBit and the EndBit. All other bits in the destination
2157 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2188 Reads the 64-bit MMIO register specified by Address, performs a bitwise
2189 inclusive OR between the read result and the value specified by OrData, and
2190 writes the result to the 64-bit MMIO register specified by Address. The value
2199 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2230 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2231 between the read result and the value specified by AndData, and writes the
2232 result to the 64-bit MMIO register specified by Address. The value written to
2241 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2273 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2275 specified by AndData, and writes the result to the 64-bit MMIO register
2276 specified by Address. The value written to the MMIO register is returned.
2284 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2285 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().