Home | History | Annotate | Download | only in DxeIoLibEsal

Lines Matching full:specified

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

22 between the read result and the value specified by OrData, and writes the
23 result to the 8-bit I/O port specified by Port. The value written to the I/O
49 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
50 the read result and the value specified by AndData, and writes the result to
51 the 8-bit I/O port specified by Port. The value written to the I/O port is
77 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
78 the read result and the value specified by AndData, performs a bitwise OR
79 between the result of the AND operation and the value specified by OrData,
80 and writes the result to the 8-bit I/O port specified by Port. The value
107 Reads the bit field in an 8-bit I/O register. The bit field is specified by
138 Writes Value to the bit field of the I/O register. The bit field is specified
147 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
178 Reads the 8-bit I/O port specified by Port, performs a bitwise OR
179 between the read result and the value specified by OrData, and writes the
180 result to the 8-bit I/O port specified by Port. The value written to the I/O
188 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
219 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
220 the read result and the value specified by AndData, and writes the result to
221 the 8-bit I/O port specified by Port. The value written to the I/O port is
229 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
261 Reads the 8-bit I/O port specified by Port, performs a bitwise AND followed
262 by a bitwise OR between the read result and the value specified by
263 AndData, and writes the result to the 8-bit I/O port specified by Port. The
272 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
273 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
306 Reads the 16-bit I/O port specified by Port, performs a bitwise OR
307 between the read result and the value specified by OrData, and writes the
308 result to the 16-bit I/O port specified by Port. The value written to the I/O
334 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
335 the read result and the value specified by AndData, and writes the result to
336 the 16-bit I/O port specified by Port. The value written to the I/O port is
362 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
363 the read result and the value specified by AndData, performs a bitwise OR
364 between the result of the AND operation and the value specified by OrData,
365 and writes the result to the 16-bit I/O port specified by Port. The value
392 Reads the bit field in a 16-bit I/O register. The bit field is specified by
423 Writes Value to the bit field of the I/O register. The bit field is specified
432 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
463 Reads the 16-bit I/O port specified by Port, performs a bitwise OR
464 specified by OrData, and writes the
465 result to the 16-bit I/O port specified by Port. The value written to the I/O
473 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
504 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
505 the read result and the value specified by AndData, and writes the result to
506 the 16-bit I/O port specified by Port. The value written to the I/O port is
514 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
546 Reads the 16-bit I/O port specified by Port, performs a bitwise AND followed
547 by a bitwise OR between the read result and the value specified by
548 AndData, and writes the result to the 16-bit I/O port specified by Port. The
557 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
558 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
591 Reads the 32-bit I/O port specified by Port, performs a bitwise OR
592 between the read result and the value specified by OrData, and writes the
593 result to the 32-bit I/O port specified by Port. The value written to the I/O
619 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
620 the read result and the value specified by AndData, and writes the result to
621 the 32-bit I/O port specified by Port. The value written to the I/O port is
647 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
648 the read result and the value specified by AndData, performs a bitwise OR
649 between the result of the AND operation and the value specified by OrData,
650 and writes the result to the 32-bit I/O port specified by Port. The value
677 Reads the bit field in a 32-bit I/O register. The bit field is specified by
708 Writes Value to the bit field of the I/O register. The bit field is specified
717 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
748 Reads the 32-bit I/O port specified by Port, performs a bitwise OR
749 between the read result and the value specified by OrData, and writes the
750 result to the 32-bit I/O port specified by Port. The value written to the I/O
758 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
789 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
790 the read result and the value specified by AndData, and writes the result to
791 the 32-bit I/O port specified by Port. The value written to the I/O port is
799 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
831 Reads the 32-bit I/O port specified by Port, performs a bitwise AND followed
832 by a bitwise OR between the read result and the value specified by
833 AndData, and writes the result to the 32-bit I/O port specified by Port. The
842 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
843 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
876 Reads the 64-bit I/O port specified by Port, performs a bitwise OR
877 between the read result and the value specified by OrData, and writes the
878 result to the 64-bit I/O port specified by Port. The value written to the I/O
904 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
905 the read result and the value specified
906 the 64-bit I/O port specified by Port. The value written to the I/O port is
932 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
933 the read result and the value specified by AndData, performs a bitwise OR
934 between the result of the AND operation and the value specified by OrData,
935 and writes the result to the 64-bit I/O port specified by Port. The value
962 Reads the bit field in a 64-bit I/O register. The bit field is specified by
993 Writes Value to the bit field of the I/O register. The bit field is specified
1002 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1033 Reads the 64-bit I/O port specified by Port, performs a bitwise OR
1034 between the read result and the value specified by OrData, and writes the
1035 result to the 64-bit I/O port specified by Port. The value written to the I/O
1043 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1074 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
1075 the read result and the value specified by AndData, and writes the result to
1076 the 64-bit I/O port specified by Port. The value written to the I/O port is
1084 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1116 Reads the 64-bit I/O port specified by Port, performs a bitwise AND followed
1117 by a bitwise OR between the read result and the value specified by
1118 AndData, and writes the result to the 64-bit I/O port specified by Port. The
1127 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1128 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1161 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1162 inclusive OR between the read result and the value specified by OrData, and
1163 writes the result to the 8-bit MMIO register specified by Address. The value
1189 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1190 between the read result and the value specified by AndData, and writes the
1191 result to the 8-bit MMIO register specified by Address. The value written to
1217 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1218 between the read result and the value specified by AndData, performs a
1219 bitwise OR between the result of the AND operation and the value specified by
1220 OrData, and writes the result to the 8-bit MMIO register specified by
1248 Reads the bit field in an 8-bit MMIO register. The bit field is specified by
1280 specified by the StartBit and the EndBit. All other bits in the destination
1287 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1318 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1319 inclusive OR between the read result and the value specified by OrData, and
1320 writes the result to the 8-bit MMIO register specified by Address. The value
1329 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1360 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1361 between the read result and the value specified by AndData, and writes the
1362 result to the 8-bit MMIO register specified by Address. The value written to
1371 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1403 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1405 specified by AndData, and writes the result to the 8-bit MMIO register
1406 specified by Address. The value written to the MMIO register is returned.
1414 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1415 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1448 Reads the 16-bit MMIO register specified by Address, performs a bitwise
1449 inclusive OR between the read result and the value specified by OrData, and
1450 writes the result to the 16-bit MMIO register specified by Address. The value
1476 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1477 between the read result and the value specified by AndData, and writes the
1478 result to the 16-bit MMIO register specified by Address. The value written to
1504 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1505 between the read result and the value specified by AndData, performs a
1506 bitwise OR between the result of the AND operation and the value specified by
1507 OrData, and writes the result to the 16-bit MMIO register specified by
1535 Reads the bit field in a 16-bit MMIO register. The bit field is specified by
1567 specified by the StartBit and the EndBit. All other bits in the destination
1574 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1605 Reads the 16-bit MMIO register specified by Address, performs a bitwise
1606 inclusive OR between the read result and the value specified by OrData, and
1607 writes the result to the 16-bit MMIO register specified by Address. The value
1616 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1647 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1648 between the read result and the value specified by AndData, and writes the
1649 result to the 16-bit MMIO register specified by Address. The value written to
1658 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1690 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1692 specified by AndData, and writes the result to the 16-bit MMIO register
1693 specified by Address. The value written to the MMIO register is returned.
1701 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1702 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1735 Reads the 32-bit MMIO register specified by Address, performs a bitwise
1736 inclusive OR between the read result and the value specified by OrData, and
1737 writes the result to the 32-bit MMIO register specified by Address. The value
1763 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1764 between the read result and the value specified by AndData, and writes the
1765 result to the 32-bit MMIO register specified by Address. The value written to
1791 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1792 between the read result and the value specified by AndData, performs a
1793 bitwise OR between the result of the AND operation and the value specified by
1794 OrData, and writes the result to the 32-bit MMIO register specified by
1822 Reads the bit field in a 32-bit MMIO register. The bit field is specified by
1854 specified by the StartBit and the EndBit. All other bits in the destination
1861 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1892 Reads the 32-bit MMIO register specified by Address, performs a bitwise
1893 inclusive OR between the read result and the value specified by OrData, and
1894 writes the result to the 32-bit MMIO register specified by Address. The value
1903 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1934 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1935 between the read result and the value specified by AndData, and writes the
1936 result to the 32-bit MMIO register specified by Address. The value written to
1945 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1977 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1979 specified by AndData, and writes the result to the 32-bit MMIO register
1980 specified by Address. The value written to the MMIO register is returned.
1988 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1989 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2022 Reads the 64-bit MMIO register specified by Address, performs a bitwise
2023 inclusive OR between the read result and the value specified by OrData, and
2024 writes the result to the 64-bit MMIO register specified by Address. The value
2050 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2051 between the read result and the value specified by AndData, and writes the
2052 result to the 64-bit MMIO register specified by Address. The value written to
2078 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2079 between the read result and the value specified by AndData, performs a
2080 bitwise OR between the result of the AND operation and the value specified by
2081 OrData, and writes the result to the 64-bit MMIO register specified by
2109 Reads the bit field in a 64-bit MMIO register. The bit field is specified by
2141 specified by the StartBit and the EndBit. All other bits in the destination
2148 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2179 Reads the 64-bit MMIO register specified by Address, performs a bitwise
2180 inclusive OR between the read result and the value specified by OrData, and
2181 writes the result to the 64-bit MMIO register specified by Address. The value
2190 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2221 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2222 between the read result and the value specified by AndData, and writes the
2223 result to the 64-bit MMIO register specified by Address. The value written to
2232 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2264 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2266 specified by AndData, and writes the result to the 64-bit MMIO register
2267 specified by Address. The value written to the MMIO register is returned.
2275 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2276 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().