Home | History | Annotate | Download | only in Library

Lines Matching full:specified

26   Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.

47 Writes the 8-bit I/O port specified by Port with the value specified by Value
71 Reads the 8-bit I/O port specified by Port, performs a bitwise OR
72 between the read result and the value specified by OrData, and writes the
73 result to the 8-bit I/O port specified by Port. The value written to the I/O
97 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
98 the read result and the value specified by AndData, and writes the result to
99 the 8-bit I/O port specified by Port. The value written to the I/O port is
123 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
124 the read result and the value specified by AndData, performs a bitwise OR
125 between the result of the AND operation and the value specified by OrData,
126 and writes the result to the 8-bit I/O port specified by Port. The value
151 Reads the bit field in an 8-bit I/O register. The bit field is specified by
180 Writes Value to the bit field of the I/O register. The bit field is specified
189 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
215 Reads the 8-bit I/O port specified by Port, performs a bitwise OR
216 between the read result and the value specified by OrData, and writes the
217 result to the 8-bit I/O port specified by Port. The value written to the I/O
225 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
251 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
252 the read result and the value specified by AndData, and writes the result to
253 the 8-bit I/O port specified by Port. The value written to the I/O port is
261 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
287 Reads the 8-bit I/O port specified by Port, performs a bitwise AND followed
288 by a bitwise OR between the read result and the value specified by
289 AndData, and writes the result to the 8-bit I/O port specified by Port. The
298 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
299 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
326 Reads the 16-bit I/O port specified by Port. The 16-bit read value is returned.
347 Writes the 16-bit I/O port specified by Port with the value specified by Value
371 Reads the 16-bit I/O port specified by Port, performs a bitwise OR
372 between the read result and the value specified by OrData, and writes the
373 result to the 16-bit I/O port specified by Port. The value written to the I/O
397 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
398 the read result and the value specified by AndData, and writes the result to
399 the 16-bit I/O port specified by Port. The value written to the I/O port is
423 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
424 the read result and the value specified by AndData, performs a bitwise OR
425 between the result of the AND operation and the value specified by OrData,
426 and writes the result to the 16-bit I/O port specified by Port. The value
451 Reads the bit field in a 16-bit I/O register. The bit field is specified by
480 specified
489 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
515 Reads the 16-bit I/O port specified by Port, performs a bitwise OR
516 between the read result and the value specified by OrData, and writes the
517 result to the 16-bit I/O port specified by Port. The value written to the I/O
525 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
551 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
552 the read result and the value specified by AndData, and writes the result to
553 the 16-bit I/O port specified by Port. The value written to the I/O port is
561 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
588 Reads the 16-bit I/O port specified by Port, performs a bitwise AND followed
589 by a bitwise OR between the read result and the value specified by
590 AndData, and writes the result to the 16-bit I/O port specified by Port. The
599 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
600 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
627 Reads the 32-bit I/O port specified by Port. The 32-bit read value is returned.
648 Writes the 32-bit I/O port specified by Port with the value specified by Value
672 Reads the 32-bit I/O port specified by Port, performs a bitwise OR
673 between the read result and the value specified by OrData, and writes the
674 result to the 32-bit I/O port specified by Port. The value written to the I/O
698 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
699 the read result and the value specified by AndData, and writes the result to
700 the 32-bit I/O port specified by Port. The value written to the I/O port is
724 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
725 the read result and the value specified by AndData, performs a bitwise OR
726 between the result of the AND operation and the value specified by OrData,
727 and writes the result to the 32-bit I/O port specified by Port. The value
752 Reads the bit field in a 32-bit I/O register. The bit field is specified by
781 Writes Value to the bit field of the I/O register. The bit field is specified
790 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
816 Reads the 32-bit I/O port specified by Port, performs a bitwise OR
817 between the read result and the value specified by OrData, and writes the
818 result to the 32-bit I/O port specified by Port. The value written to the I/O
826 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
852 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
853 the read result and the value specified by AndData, and writes the result to
854 the 32-bit I/O port specified by Port. The value written to the I/O port is
862 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
889 Reads the 32-bit I/O port specified by Port, performs a bitwise AND followed
890 by a bitwise OR between the read result and the value specified by
891 AndData, and writes the result to the 32-bit I/O port specified by Port. The
900 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
901 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
928 Reads the 64-bit I/O port specified by Port. The 64-bit read value is returned.
949 Writes the 64-bit I/O port specified by Port with the value specified by Value
973 Reads the 64-bit I/O port specified by Port, performs a bitwise OR
974 between the read result and the value specified by OrData, and writes the
975 result to the 64-bit I/O port specified by Port. The value written to the I/O
999 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
1000 the read result and the value specified by AndData, and writes the result to
1001 the 64-bit I/O port specified by Port. The value written to the I/O port is
1025 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
1026 the read result and the value specified by AndData, performs a bitwise OR
1027 between the result of the AND operation and the value specified by OrData,
1028 and writes the result to the 64-bit I/O port specified by Port. The value
1053 Reads the bit field in a 64-bit I/O register. The bit field is specified by
1082 Writes Value to the bit field of the I/O register. The bit field is specified
1091 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1117 Reads the 64-bit I/O port specified by Port, performs a bitwise OR
1118 between the read result and the value specified by OrData, and writes the
1119 result to the 64-bit I/O port specified by Port. The value written to the I/O
1127 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1153 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
1154 the read result and the value specified by AndData, and writes the result to
1155 the 64-bit I/O port specified by Port. The value written to the I/O port is
1163 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1190 Reads the 64-bit I/O port specified by Port, performs a bitwise AND followed
1191 by a bitwise OR between the read result and the value specified by
1192 AndData, and writes the result to the 64-bit I/O port specified by Port. The
1201 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1202 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1229 Reads the 8-bit MMIO register specified by Address. The 8-bit read value is
1250 Writes the 8-bit MMIO register specified by Address with the value specified
1274 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1275 inclusive OR between the read result and the value specified by OrData, and
1276 writes the result to the 8-bit MMIO register specified by Address. The value
1300 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1301 between the read result and the value specified by AndData, and writes the
1302 result to the 8-bit MMIO register specified by Address. The value written to
1326 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1327 between the read result and the value specified by AndData, performs a
1328 bitwise OR between the result of the AND operation and the value specified by
1329 OrData, and writes the result to the 8-bit MMIO register specified by
1354 Reads the bit field in an 8-bit MMIO register. The bit field is specified by
1384 specified by the StartBit and the EndBit. All other bits in the destination
1391 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1417 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1418 inclusive OR between the read result and the value specified by OrData, and
1419 writes the result to the 8-bit MMIO register specified by Address. The value
1428 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1454 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1455 between the read result and the value specified by AndData, and writes the
1456 result to the 8-bit MMIO register specified by Address. The value written to
1465 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1492 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1494 specified by AndData, and writes the result to the 8-bit MMIO register
1495 specified by Address. The value written to the MMIO register is returned.
1503 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1504 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1531 Reads the 16-bit MMIO register specified by Address. The 16-bit read value is
1552 Writes the 16-bit MMIO register specified by Address with the value specified
1577 Reads the 16-bit MMIO register specified by Address, performs a bitwise
1578 inclusive OR between the read result and the value specified by OrData, and
1579 writes the result to the 16-bit MMIO register specified by Address. The value
1603 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1604 between the read result and the value specified by AndData, and writes the
1605 result to the 16-bit MMIO register specified by Address. The value written to
1629 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1630 between the read result and the value specified by AndData, performs a
1631 bitwise OR between the result of the AND operation and the value specified by
1632 OrData, and writes the result to the 16-bit MMIO register specified by
1657 Reads the bit field in a 16-bit MMIO register. The bit field is specified by
1687 specified by the StartBit and the EndBit. All other bits in the destination
1694 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1720 Reads the 16-bit MMIO register specified by Address, performs a bitwise
1721 inclusive OR between the read result and the value specified by OrData, and
1722 writes the result to the 16-bit MMIO register specified by Address. The value
1731 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1757 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1758 between the read result and the value specified by AndData, and writes the
1759 result to the 16-bit MMIO register specified by Address. The value written to
1768 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1795 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1797 specified by AndData, and writes the result to the 16-bit MMIO register
1798 specified by Address. The value written to the MMIO register is returned.
1806 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1807 If OrData is larger than the bitmask value range specified
1834 Reads the 32-bit MMIO register specified by Address. The 32-bit read value is
1855 Writes the 32-bit MMIO register specified by Address with the value specified
1879 Reads the 32-bit MMIO register specified by Address, performs a bitwise
1880 inclusive OR between the read result and the value specified by OrData, and
1881 writes the result to the 32-bit MMIO register specified by Address. The value
1905 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1906 between the read result and the value specified by AndData, and writes the
1907 result to the 32-bit MMIO register specified by Address. The value written to
1931 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1932 between the read result and the value specified by AndData, performs a
1933 bitwise OR between the result of the AND operation and the value specified by
1934 OrData, and writes the result to the 32-bit MMIO register specified by
1959 Reads the bit field in a 32-bit MMIO register. The bit field is specified by
1989 specified by the StartBit and the EndBit. All other bits in the destination
1996 If Value 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
2023 inclusive OR between the read result and the value specified by OrData, and
2024 writes the result to the 32-bit MMIO register specified by Address. The value
2033 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2059 Reads the 32-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 32-bit MMIO register specified by Address. The value written to
2070 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2097 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
2099 specified by AndData, and writes the result to the 32-bit MMIO register
2100 specified by Address. The value written to the MMIO register is returned.
2108 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2109 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2136 Reads the 64-bit MMIO register specified by Address. The 64-bit read value is
2157 Writes the 64-bit MMIO register specified by Address with the value specified
2181 Reads the 64-bit MMIO register specified by Address, performs a bitwise
2182 inclusive OR between the read result and the value specified by OrData, and
2183 writes the result to the 64-bit MMIO register specified by Address. The value
2207 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2208 between the read result and the value specified by AndData, and writes the
2209 result to the 64-bit MMIO register specified by Address. The value written to
2233 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2234 between the read result and the value specified by AndData, performs a
2235 bitwise OR between the result of the AND operation and the value specified by
2236 OrData, and writes the result to the 64-bit MMIO register specified by
2261 Reads the bit field in a 64-bit MMIO register. The bit field is specified by
2291 specified by the StartBit and the EndBit. All other bits in the destination
2298 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2324 Reads the 64-bit MMIO register specified by Address, performs a bitwise
2325 inclusive OR between the read result and the value specified by OrData, and
2326 writes the result to the 64-bit MMIO register specified by Address. The value
2335 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2361 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2362 between the read result and the value specified by AndData, and writes the
2363 result to the 64-bit MMIO register specified by Address. The value written to
2372 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2399 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2401 specified by AndData, and writes the result to the 64-bit MMIO register
2402 specified by Address. The value written to the MMIO register is returned.
2410 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2411 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2438 Copy data from MMIO region specified by starting address StartAddress
2439 to system memory specified by Buffer by using 8-bit access. The total
2440 number of bytes to be copied is specified by Length. Buffer is returned.
2465 Copy data from MMIO region specified by starting address StartAddress
2466 to system memory specified by Buffer by using 16-bit access. The total
2467 number of bytes to be copied is specified by Length. Buffer is returned.
2496 Copy data from MMIO region specified by starting address StartAddress
2497 to system memory specified by Buffer by using 32-bit access. The total
2498 number of byte to be copied is specified by Length. Buffer is returned.
2527 Copy data from MMIO region specified by starting address StartAddress
2528 to system memory specified by Buffer by using 64-bit access. The total
2529 number of byte to be copied is specified by Length. Buffer is returned.
2558 Copy data from system memory specified by Buffer to MMIO region specified
2560 of byte to be copied is specified by Length. Buffer is returned.
2585 Copy data from system memory specified by Buffer to MMIO region specified
2587 of bytes to be copied is specified by Length. Buffer is returned.
2617 Copy data from system memory specified by Buffer to MMIO region specified
2619 of bytes to be copied is specified by Length. Buffer is returned.
2649 Copy data from system memory specified by Buffer to MMIO region specified
2651 of bytes to be copied is specified by Length. Buffer is returned.