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
155 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
186 Reads the 8-bit I/O port specified by Port, performs a bitwise OR
187 between the read result and the value specified by OrData, and writes the
188 result to the 8-bit I/O port specified by Port. The value written to the I/O
196 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
227 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
228 the read result and the value specified by AndData, and writes the result to
229 the 8-bit I/O port specified by Port. The value written to the I/O port is
237 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
269 Reads the 8-bit I/O port specified by Port, performs a bitwise AND followed
270 by a bitwise OR between the read result and the value specified by
271 AndData, and writes the result to the 8-bit I/O port specified by Port. The
280 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
281 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
314 Reads the 16-bit I/O port specified by Port, performs a bitwise OR
315 between the read result and the value specified by OrData, and writes the
316 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
372 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
373 the read result and the value specified by AndData, performs a bitwise OR
374 between the result of the AND operation and the value specified by OrData,
375 and writes the result to the 16-bit I/O port specified by Port. The value
403 Reads the bit field in a 16-bit I/O register. The bit field is specified by
435 Writes Value to the bit field of the I/O register. The bit field is specified
445 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
476 Reads the 16-bit I/O port specified by Port, performs a bitwise OR
477 between the read result and the value specified by OrData, and writes the
478 result to the 16-bit I/O port specified by Port. The value written to the I/O
487 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
518 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
519 the read result and the value specified by AndData, and writes the result to
520 the 16-bit I/O port specified by Port. The value written to the I/O port is
529 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
561 Reads the 16-bit I/O port specified by Port, performs a bitwise AND followed
562 by a bitwise OR between the read result and the value specified by
563 AndData, and writes the result to the 16-bit I/O port specified by Port. The
573 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
574 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
607 Reads the 32-bit I/O port specified by Port, performs a bitwise OR
608 between the read result and the value specified by OrData, and writes the
609 result to the 32-bit I/O port specified by Port. The value written to the I/O
636 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
637 the read result and the value specified by AndData, and writes the result to
638 the 32-bit I/O port specified by Port. The value written to the I/O port is
665 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
666 the read result and the value specified by AndData, performs a bitwise OR
667 between the result of the AND operation and the value specified by OrData,
668 and writes the result to the 32-bit I/O port specified by Port. The value
696 Reads the bit field in a 32-bit I/O register. The bit field is specified by
728 Writes Value to the bit field of the I/O register. The bit field is specified
738 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
769 Reads the 32-bit I/O port specified by Port, performs a bitwise OR
770 between the read result and the value specified by OrData, and writes the
771 result to the 32-bit I/O port specified by Port. The value written to the I/O
780 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
811 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
812 the read result and the value specified by AndData, and writes the result to
813 the 32-bit I/O port specified by Port. The value written to the I/O port is
822 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
854 Reads the 32-bit I/O port specified by Port, performs a bitwise AND followed
855 by a bitwise OR between the read result and the value specified by
856 AndData, and writes the result to the 32-bit I/O port specified by Port. The
866 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
867 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
900 Reads the 64-bit I/O port specified by Port, performs a bitwise OR
901 between the read result and the value specified by OrData, and writes the
902 result to the 64-bit I/O port specified by Port. The value written to the I/O
929 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
930 the read result and the value specified by AndData, and writes the result to
931 the 64-bit I/O port specified by Port. The value written to the I/O port is
958 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
959 the read result and the value specified by AndData, performs a bitwise OR
960 between the result of the AND operation and the value specified by OrData,
961 and writes the result to the 64-bit I/O port specified by Port. The value
989 Reads the bit field in a 64-bit I/O register. The bit field is specified by
1021 Writes Value to the bit field of the I/O register. The bit field is specified
1031 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1062 Reads the 64-bit I/O port specified by Port, performs a bitwise OR
1063 between the read result and the value specified by OrData, and writes the
1064 result to the 64-bit I/O port specified by Port. The value written to the I/O
1073 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1104 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
1105 the read result and the value specified by AndData, and writes the result to
1106 the 64-bit I/O port specified by Port. The value written to the I/O port is
1115 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1147 Reads the 64-bit I/O port specified by Port, performs a bitwise AND followed
1148 by a bitwise OR between the read result and the value specified by
1149 AndData, and writes the result to the 64-bit I/O port specified by Port. The
1159 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1160 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1193 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1194 OR between the read result and the value specified by OrData, and
1195 writes the result to the 8-bit MMIO register specified by Address. The value
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, and writes the
1223 result to the 8-bit MMIO register specified by Address. The value written to
1249 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1250 between the read result and the value specified by AndData, performs a
1251 bitwise OR between the result of the AND operation and the value specified by
1252 OrData, and writes the result to the 8-bit MMIO register specified by
1280 Reads the bit field in an 8-bit MMIO register. The bit field is specified by
1312 specified by the StartBit and the EndBit. All other bits in the destination
1319 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1350 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1351 OR between the read result and the value specified by OrData, and
1352 writes the result to the 8-bit MMIO register specified by Address. The value
1361 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1392 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1393 between the read result and the value specified by AndData, and writes the
1394 result to the 8-bit MMIO register specified by Address. The value written to
1403 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1435 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1437 specified by AndData, and writes the result to the 8-bit MMIO register
1438 specified by Address. The value written to the MMIO register is returned.
1446 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1447 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1480 Reads the 16-bit MMIO register specified by Address, performs a bitwise
1481 OR between the read result and the value specified by OrData, and
1482 writes the result to the 16-bit MMIO register specified by Address. The value
1509 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1510 between the read result and the value specified by AndData, and writes the
1511 result to the 16-bit MMIO register specified by Address. The value written to
1538 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1539 between the read result and the value specified by AndData, performs a
1540 bitwise OR between the result of the AND operation and the value specified by
1541 OrData, and writes the result to the 16-bit MMIO register specified by
1569 Reads the bit field in a 16-bit MMIO register. The bit field is specified by
1602 specified by the StartBit and the EndBit. All other bits in the destination
1610 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1641 Reads the 16-bit MMIO register specified by Address, performs a bitwise
1642 OR between the read result and the value specified by OrData, and
1643 writes the result to the 16-bit MMIO register specified by Address. The value
1653 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1684 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1685 between the read result and the value specified by AndData, and writes the
1686 result to the 16-bit MMIO register specified by Address. The value written to
1696 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1728 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1730 specified by AndData, and writes the result to the 16-bit MMIO register
1731 specified by Address. The value written to the MMIO register is returned.
1740 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1741 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1774 Reads the 32-bit MMIO register specified by Address, performs a bitwise
1775 OR between the read result and the value specified by OrData, and
1776 writes the result to the 32-bit MMIO register specified by Address. The value
1803 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1804 between the read result and the value specified by AndData, and writes the
1805 result to the 32-bit MMIO register specified by Address. The value written to
1832 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1833 between the read result and the value specified by AndData, performs a
1834 bitwise OR between the result of the AND operation and the value specified by
1835 OrData, and writes the result to the 32-bit MMIO register specified by
1863 Reads the bit field in a 32-bit MMIO register. The bit field is specified by
1896 specified by the StartBit and the EndBit. All other bits in the destination
1904 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1935 Reads the 32-bit MMIO register specified by Address, performs a bitwise
1936 OR between the read result and the value specified by OrData, and
1937 writes the result to the 32-bit MMIO register specified by Address. The value
1947 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1978 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1979 between the read result and the value specified by AndData, and writes the
1980 result to the 32-bit MMIO register specified by Address. The value written to
1990 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2022 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
2024 specified by AndData, and writes the result to the 32-bit MMIO register
2025 specified by Address. The value written to the MMIO register is returned.
2034 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2035 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2068 Reads the 64-bit MMIO register specified by Address, performs a bitwise
2069 OR between the read result and the value specified by OrData, and
2070 writes the result to the 64-bit MMIO register specified by Address. The value
2097 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2098 between the read result and the value specified by AndData, and writes the
2099 result to the 64-bit MMIO register specified by Address. The value written to
2126 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2127 between the read result and the value specified by AndData, performs a
2128 bitwise OR between the result of the AND operation and the value specified by
2129 OrData, and writes the result to the 64-bit MMIO register specified by
2157 Reads the bit field in a 64-bit MMIO register. The bit field is specified by
2190 specified by the StartBit and the EndBit. All other bits in the destination
2198 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2229 Reads the 64-bit MMIO register specified by Address, performs a bitwise
2230 OR between the read result and the value specified by OrData, and
2231 writes the result to the 64-bit MMIO register specified by Address. The value
2241 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2272 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2273 between the read result and the value specified by AndData, and writes the
2274 result to the 64-bit MMIO register specified by Address. The value written to
2284 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2316 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2318 specified by AndData, and writes the result to the 64-bit MMIO register
2319 specified by Address. The value written to the MMIO register is returned.
2328 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2329 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().