Lines Matching full:specified
86 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
110 Writes the 8-bit I/O port specified by Port with the value specified by Value
137 Reads the 8-bit I/O port specified by Port, performs a bitwise OR
138 between the read result and the value specified by OrData, and writes the
139 result to the 8-bit I/O port specified by Port. The value written to the I/O
166 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
167 the read result and the value specified by AndData, and writes the result to
168 the 8-bit I/O port specified by Port. The value written to the I/O port is
195 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
196 the read result and the value specified by AndData, performs a bitwise OR
197 between the result of the AND operation and the value specified by OrData,
198 and writes the result to the 8-bit I/O port specified by Port. The value
226 Reads the bit field in an 8-bit I/O register. The bit field is specified by
258 Writes Value to the bit field of the I/O register. The bit field is specified
267 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
296 Reads the 8-bit I/O port specified by Port, performs a bitwise OR
297 between the read result and the value specified by OrData, and writes the
298 result to the 8-bit I/O port specified by Port. The value written to the I/O
306 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
335 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
336 the read result and the value specified by AndData, and writes the result to
337 the 8-bit I/O port specified by Port. The value written to the I/O port is
345 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
374 Reads the 8-bit I/O port specified by Port, performs a bitwise AND followed
375 by a bitwise OR between the read result and the value specified by
376 AndData, and writes the result to the 8-bit I/O port specified by Port. The
385 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
386 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
441 Reads the 16-bit I/O port specified by Port. The 16-bit read value is returned.
465 Writes the 16-bit I/O port specified by Port with the value specified by Value
492 Reads the 16-bit I/O port specified by Port, performs a bitwise OR
493 between the read result and the value specified by OrData, and writes the
494 result to the 16-bit I/O port specified
521 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
522 the read result and the value specified by AndData, and writes the result to
523 the 16-bit I/O port specified by Port. The value written to the I/O port is
550 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
551 the read result and the value specified by AndData, performs a bitwise OR
552 between the result of the AND operation and the value specified by OrData,
553 and writes the result to the 16-bit I/O port specified by Port. The value
581 Reads the bit field in a 16-bit I/O register. The bit field is specified by
613 Writes Value to the bit field of the I/O register. The bit field is specified
622 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
651 Reads the 16-bit I/O port specified by Port, performs a bitwise OR
652 between the read result and the value specified by OrData, and writes the
653 result to the 16-bit I/O port specified by Port. The value written to the I/O
661 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
690 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
691 the read result and the value specified by AndData, and writes the result to
692 the 16-bit I/O port specified by Port. The value written to the I/O port is
700 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
730 Reads the 16-bit I/O port specified by Port, performs a bitwise AND followed
731 by a bitwise OR between the read result and the value specified by
732 AndData, and writes the result to the 16-bit I/O port specified by Port. The
741 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
742 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
797 Reads the 32-bit I/O port specified by Port. The 32-bit read value is returned.
821 Writes the 32-bit I/O port specified by Port with the value specified by Value
848 Reads the 32-bit I/O port specified by Port, performs a bitwise OR
849 between the read result and the value specified by OrData, and writes the
850 result to the 32-bit I/O port specified by Port. The value written to the I/O
877 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
878 the read result and the value specified by AndData, and writes the result to
879 the 32-bit I/O port specified by Port. The value written to the I/O port is
906 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
907 the read result and the value specified by AndData, performs a bitwise OR
908 between the result of the AND operation and the value specified by OrData,
909 and writes the result to the 32-bit I/O port specified by Port. The value
937 Reads the bit field in a 32-bit I/O register. The bit field is specified by
969 Writes Value to the bit field of the I/O register. The bit field is specified
978 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1007 Reads the 32-bit I/O port specified by Port, performs a bitwise OR
1008 between the read result and the value specified by OrData, and writes the
1009 result to the 32-bit I/O port specified by Port. The value written to the I/O
1017 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1046 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
1047 the read result and the value specified by AndData, and writes the result to
1048 the 32-bit I/O port specified by Port. The value written to the I/O port is
1056 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1086 Reads the 32-bit I/O port specified by Port, performs a bitwise AND followed
1087 by a bitwise OR between the read result and the value specified by
1088 AndData, and writes the result to the 32-bit I/O port specified by Port. The
1097 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1098 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. The 64-bit read value is returned.
1177 Writes the 64-bit I/O port specified by Port with the value specified by Value
1204 Reads the 64-bit I/O port specified by Port, performs a bitwise OR
1205 between the read result and the value specified by OrData, and writes the
1206 result to the 64-bit I/O port specified by Port. The value written to the I/O
1233 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
1234 the read result and the value specified by AndData, and writes the result to
1235 the 64-bit I/O port specified by Port. The value written to the I/O port is
1262 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
1263 the read result and the value specified by AndData, performs a bitwise OR
1264 between the result of the AND operation and the value specified by OrData,
1265 and writes the result to the 64-bit I/O port specified by Port. The value
1293 Reads the bit field in a 64-bit I/O register. The bit field is specified by
1325 Writes Value to the bit field of the I/O register. The bit field is specified
1334 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1363 Reads the 64-bit I/O port specified by Port, performs a bitwise OR
1364 between the read result and the value specified by OrData, and writes the
1365 result to the 64-bit I/O port specified by Port. The value written to the I/O
1373 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1402 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
1403 the read result and the value specified by AndData, and writes the result to
1404 the 64-bit I/O port specified by Port. The value written to the I/O port is
1412 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1442 Reads the 64-bit I/O port specified by Port, performs a bitwise AND followed
1443 by a bitwise OR between the read result and the value specified by
1444 AndData, and writes the result to the 64-bit I/O port specified by Port. The
1453 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1454 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1540 Reads the 8-bit MMIO register specified by Address. The 8-bit read value is
1564 Writes the 8-bit MMIO register specified by Address with the value specified
1591 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1592 inclusive OR between the read result and the value specified by OrData, and
1593 writes the result to the 8-bit MMIO register specified by Address. The value
1620 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1621 between the read result and the value specified by AndData, and writes the
1622 result to the 8-bit MMIO register specified by Address. The value written to
1649 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1650 between the read result and the value specified by AndData, performs a
1651 bitwise OR between the result of the AND operation and the value specified by
1652 OrData, and writes the result to the 8-bit MMIO register specified by
1680 Reads the bit field in an 8-bit MMIO register. The bit field is specified by
1713 specified by the StartBit and the EndBit. All other bits in the destination
1720 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1749 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1750 inclusive OR between the read result and the value specified by OrData, and
1751 writes the result to the 8-bit MMIO register specified by Address. The value
1760 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1789 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1790 between the read result and the value specified by AndData, and writes the
1791 result to the 8-bit MMIO register specified by Address. The value written to
1800 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1830 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1832 specified by AndData, and writes the result to the 8-bit MMIO register
1833 specified by Address. The value written to the MMIO register is returned.
1841 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1842 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1897 Reads the 16-bit MMIO register specified by Address. The 16-bit read value is
1921 Writes the 16-bit MMIO register specified by Address with the value specified
1949 Reads the 16-bit MMIO register specified by Address, performs a bitwise
1950 inclusive OR between the read result and the value specified by OrData, and
1951 writes the result to the 16-bit MMIO register specified by Address. The value
1978 Reads the 16-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 16-bit MMIO register specified by Address. The value written to
2007 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
2008 between the read result and the value specified by AndData, performs a
2009 bitwise OR between the result of the AND operation and the value specified by
2010 OrData, and writes the result to the 16-bit MMIO register specified by
2038 Reads the bit field in a 16-bit MMIO register. The bit field is specified by
2071 specified by the StartBit and the EndBit. All other bits in the destination
2078 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2107 Reads the 16-bit MMIO register specified by Address, performs a bitwise
2108 inclusive OR between the read result and the value specified by OrData, and
2109 writes the result to the 16-bit MMIO register specified by Address. The value
2118 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2147 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
2148 between the read result and the value specified by AndData, and writes the
2149 result to the 16-bit MMIO register specified by Address. The value written to
2158 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2188 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
2190 specified by AndData, and writes the result to the 16-bit MMIO register
2191 specified by Address. The value written to the MMIO register is returned.
2199 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2200 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2255 Reads the 32-bit MMIO register specified by Address. The 32-bit read value is
2279 Writes the 32-bit MMIO register specified by Address with the value specified
2306 Reads the 32-bit MMIO register specified by Address, performs a bitwise
2307 inclusive OR between the read result and the value specified by OrData, and
2308 writes the result to the 32-bit MMIO register specified by Address. The value
2335 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
2336 between the read result and the value specified by AndData, and writes the
2337 result to the 32-bit MMIO register specified by Address. The value written to
2364 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
2365 between the read result and the value specified by AndData, performs a
2366 bitwise OR between the result of the AND operation and the value specified by
2367 OrData, and writes the result to the 32-bit MMIO register specified by
2395 Reads the bit field in a 32-bit MMIO register. The bit field is specified by
2428 specified by the StartBit and the EndBit. All other bits in the destination
2435 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2464 Reads the 32-bit MMIO register specified by Address, performs a bitwise
2465 inclusive OR between the read result and the value specified by OrData, and
2466 writes the result to the 32-bit MMIO register specified by Address. The value
2475 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2504 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
2505 between the read result and the value specified by AndData, and writes the
2506 result to the 32-bit MMIO register specified by Address. The value written to
2515 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2545 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
2547 specified by AndData, and writes the result to the 32-bit MMIO register
2548 specified by Address. The value written to the MMIO register is returned.
2556 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2557 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2612 Reads the 64-bit MMIO register specified by Address. The 64-bit read value is
2636 Writes the 64-bit MMIO register specified by Address with the value specified
2663 Reads the 64-bit MMIO register specified by Address, performs a bitwise
2664 inclusive OR between the read result and the value specified by OrData, and
2665 writes the result to the 64-bit MMIO register specified by Address. The value
2692 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2693 between the read result and the value specified by AndData, and writes the
2694 result to the 64-bit MMIO register specified by Address. The value written to
2721 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2722 between the read result and the value specified by AndData, performs a
2723 bitwise OR between the result of the AND operation and the value specified by
2724 OrData, and writes the result to the 64-bit MMIO register specified by
2752 Reads the bit field in a 64-bit MMIO register. The bit field is specified by
2785 specified by the StartBit and the EndBit. All other bits in the destination
2792 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2821 Reads the 64-bit MMIO register specified by Address, performs a bitwise
2822 inclusive OR between the read result and the value specified by OrData, and
2823 writes the result to the 64-bit MMIO register specified by Address. The value
2832 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2861 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2862 between the read result and the value specified by AndData, and writes the
2863 result to the 64-bit MMIO register specified by Address. The value written to
2872 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2902 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2904 specified by AndData, and writes the result to the 64-bit MMIO register
2905 specified by Address. The value written to the MMIO register is returned.
2913 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2914 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2944 Copy data from MMIO region specified by starting address StartAddress
2945 to system memory specified by Buffer by using 8-bit access. The total
2946 number of byte to be copied is specified by Length. Buffer is returned.
2987 Copy data from MMIO region specified by starting address StartAddress
2988 to system memory specified by Buffer by using 16-bit access. The total
2989 number of byte to be copied is specified by Length. Buffer is returned.
3034 Copy data from MMIO region specified by starting address StartAddress
3035 to system memory specified by Buffer by using 32-bit access. The total
3036 number of byte to be copied is specified by Length. Buffer is returned.
3081 Copy data from MMIO region specified by starting address StartAddress
3082 to system memory specified by Buffer by using 64-bit access. The total
3083 number of byte to be copied is specified by Length. Buffer is returned.
3129 Copy data from system memory specified by Buffer to MMIO region specified
3131 of byte to be copied is specified by Length. Buffer is returned.
3172 Copy data from system memory specified by Buffer to MMIO region specified
3174 of byte to be copied is specified by Length. Buffer is returned.
3221 Copy data from system memory specified by Buffer to MMIO region specified
3223 of byte to be copied is specified by Length. Buffer is returned.
3269 Copy data from system memory specified by Buffer to MMIO region specified
3271 of byte to be copied is specified by Length. Buffer is returned.