Lines Matching full:specified
39 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
59 Writes the 8-bit I/O port specified by Port with the value specified by Value
82 Reads the 8-bit I/O port specified by Port, performs a bitwise OR
83 between the read result and the value specified by OrData, and writes the
84 result to the 8-bit I/O port specified by Port. The value written to the I/O
107 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
108 the read result and the value specified by AndData, and writes the result to
109 the 8-bit I/O port specified by Port. The value written to the I/O port is
132 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
133 the read result and the value specified by AndData, performs a bitwise OR
134 between the result of the AND operation and the value specified by OrData,
135 and writes the result to the 8-bit I/O port specified by Port. The value
159 Reads the bit field in an 8-bit I/O register. The bit field is specified by
187 Writes Value to the bit field of the I/O register. The bit field is specified
195 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
220 Reads the 8-bit I/O port specified by Port, performs a bitwise OR
221 between the read result and the value specified by OrData, and writes the
222 result to the 8-bit I/O port specified by Port. The value written to the I/O
230 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
255 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
256 the read result and the value specified by AndData, and writes the result to
257 the 8-bit I/O port specified by Port. The value written to the I/O port is
265 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
291 Reads the 8-bit I/O port specified by Port, performs a bitwise AND followed
292 by a bitwise OR between the read result and the value specified by
293 AndData, and writes the result to the 8-bit I/O port specified by Port. The
302 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
303 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
329 Reads the 16-bit I/O port specified by Port. The 16-bit read value is returned.
350 Writes the 16-bit I/O port specified by Port with the value specified by Value
374 Reads the 16-bit I/O port specified by Port, performs a bitwise OR
375 between the read result and the value specified by OrData, and writes the
376 result to the 16-bit I/O port specified by Port. The value written to the I/O
400 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
401 the read result and the value specified by AndData, and writes the result to
402 the 16-bit I/O port specified by Port. The value written to the I/O port is
426 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
427 the read result and the value specified by AndData, performs a bitwise OR
428 between the result of the AND operation and the value specified by OrData,
429 and writes the result to the 16-bit I/O port specified by Port. The value
454 Reads the bit field in a 16-bit I/O register. The bit field is specified by
483 Writes Value to the bit field of the I/O register. The bit field is specified
493 If Value 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 OR
519 between the read result and the value specified by OrData, and writes the
520 result to the 16-bit I/O port specified by Port. The value written to the I/O
529 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
554 Reads the 16-bit I/O port specified by Port, performs a bitwise AND between
555 the read result and the value specified by AndData, and writes the result to
556 the 16-bit I/O port specified by Port. The value written to the I/O port is
565 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
591 Reads the 16-bit I/O port specified by Port, performs a bitwise AND followed
592 by a bitwise OR between the read result and the value specified by
593 AndData, and writes the result to the 16-bit I/O port specified by Port. The
603 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
604 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
630 Reads the 32-bit I/O port specified by Port. The 32-bit read value is returned.
651 Writes the 32-bit I/O port specified by Port with the value specified by Value
675 Reads the 32-bit I/O port specified by Port, performs a bitwise OR
676 between the read result and the value specified by OrData, and writes the
677 result to the 32-bit I/O port specified by Port. The value written to the I/O
701 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
702 the read result and the value specified by AndData, and writes the result to
703 the 32-bit I/O port specified by Port. The value written to the I/O port is
727 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
728 the read result and the value specified by AndData, performs a bitwise OR
729 between the result of the AND operation and the value specified by OrData,
730 and writes the result to the 32-bit I/O port specified by Port. The value
755 Reads the bit field in a 32-bit I/O register. The bit field is specified by
784 Writes Value to the bit field of the I/O register. The bit field is specified
794 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
819 Reads the 32-bit I/O port specified by Port, performs a bitwise OR
820 between the read result and the value specified by OrData, and writes the
821 result to the 32-bit I/O port specified by Port. The value written to the I/O
830 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
855 Reads the 32-bit I/O port specified by Port, performs a bitwise AND between
856 the read result and the value specified by AndData, and writes the result to
857 the 32-bit I/O port specified by Port. The value written to the I/O port is
866 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
892 Reads the 32-bit I/O port specified by Port, performs a bitwise AND followed
893 by a bitwise OR between the read result and the value specified by
894 AndData, and writes the result to the 32-bit I/O port specified by Port. The
904 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
905 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
931 Reads the 64-bit I/O port specified by Port. The 64-bit read value is returned.
952 Writes the 64-bit I/O port specified by Port with the value specified by Value
976 Reads the 64-bit I/O port specified by Port, performs a bitwise OR
977 between the read result and the value specified by OrData, and writes the
978 result to the 64-bit I/O port specified by Port. The value written to the I/O
1002 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
1003 the read result and the value specified by AndData, and writes the result to
1004 the 64-bit I/O port specified by Port. The value written to the I/O port is
1028 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
1029 the read result and the value specified by AndData, performs a bitwise OR
1030 between the result of the AND operation and the value specified by OrData,
1031 and writes the result to the 64-bit I/O port specified by Port. The value
1056 Reads the bit field in a 64-bit I/O register. The bit field is specified by
1085 Writes Value to the bit field of the I/O register. The bit field is specified
1095 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1120 Reads the 64-bit I/O port specified by Port, performs a bitwise OR
1121 between the read result and the value specified by OrData, and writes the
1122 result to the 64-bit I/O port specified by Port. The value written to the I/O
1131 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1156 Reads the 64-bit I/O port specified by Port, performs a bitwise AND between
1157 the read result and the value specified by AndData, and writes the result to
1158 the 64-bit I/O port specified by Port. The value written to the I/O port is
1167 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1193 Reads the 64-bit I/O port specified by Port, performs a bitwise AND followed
1194 by a bitwise OR between the read result and the value specified by
1195 AndData, and writes the result to the 64-bit I/O port specified by Port. The
1205 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1206 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1232 Reads the 8-bit MMIO register specified by Address. The 8-bit read value is
1252 Writes the 8-bit MMIO register specified by Address with the value specified
1275 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1276 OR between the read result and the value specified by OrData, and
1277 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
1325 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1326 between the read result and the value specified by AndData, performs a
1327 bitwise OR between the result of the AND operation and the value specified by
1328 OrData, and writes the result to the 8-bit MMIO register specified by
1353 specified by
1382 specified by the StartBit and the EndBit. All other bits in the destination
1389 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1414 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1415 OR between the read result and the value specified by OrData, and
1416 writes the result to the 8-bit MMIO register specified by Address. The value
1425 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1450 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1451 between the read result and the value specified by AndData, and writes the
1452 result to the 8-bit MMIO register specified by Address. The value written to
1461 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1487 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1489 specified by AndData, and writes the result to the 8-bit MMIO register
1490 specified by Address. The value written to the MMIO register is returned.
1498 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1499 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1525 Reads the 16-bit MMIO register specified by Address. The 16-bit read value is
1546 Writes the 16-bit MMIO register specified by Address with the value specified
1570 Reads the 16-bit MMIO register specified by Address, performs a bitwise
1571 OR between the read result and the value specified by OrData, and
1572 writes the result to the 16-bit MMIO register specified by Address. The value
1596 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1597 between the read result and the value specified by AndData, and writes the
1598 result to the 16-bit MMIO register specified by Address. The value written to
1622 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1623 between the read result and the value specified by AndData, performs a
1624 bitwise OR between the result of the AND operation and the value specified by
1625 OrData, and writes the result to the 16-bit MMIO register specified by
1650 Reads the bit field in a 16-bit MMIO register. The bit field is specified by
1680 specified by the StartBit and the EndBit. All other bits in the destination
1688 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1713 Reads the 16-bit MMIO register specified by Address, performs a bitwise
1714 OR between the read result and the value specified by OrData, and
1715 writes the result to the 16-bit MMIO register specified by Address. The value
1725 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1750 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1751 between the read result and the value specified by AndData, and writes the
1752 result to the 16-bit MMIO register specified by Address. The value written to
1762 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1788 Reads the 16-bit MMIO register specified by Address, performs a bitwise AND
1790 specified by AndData, and writes the result to the 16-bit MMIO register
1791 specified by Address. The value written to the MMIO register is returned.
1800 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1801 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1827 Reads the 32-bit MMIO register specified by Address. The 32-bit read value is
1848 Writes the 32-bit MMIO register specified by Address with the value specified
1872 Reads the 32-bit MMIO register specified by Address, performs a bitwise
1873 OR between the read result and the value specified by OrData, and
1874 writes the result to the 32-bit MMIO register specified by Address. The value
1898 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1899 between the read result and the value specified by AndData, and writes the
1900 result to the 32-bit MMIO register specified by Address. The value written to
1924 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
1925 between the read result and the value specified by AndData, performs a
1926 bitwise OR between the result of the AND operation and the value specified by
1927 OrData, and writes the result to the 32-bit MMIO register specified by
1952 Reads the bit field in a 32-bit MMIO register. The bit field is specified by
1982 specified by the StartBit and the EndBit. All other bits in the destination
1990 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2015 Reads the 32-bit MMIO register specified by Address, performs a bitwise
2016 OR between the read result and the value specified by OrData, and
2017 writes the result to the 32-bit MMIO register specified by Address. The value
2027 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2052 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
2053 between the read result and the value specified by AndData, and writes the
2054 result to the 32-bit MMIO register specified by Address. The value written to
2064 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2090 Reads the 32-bit MMIO register specified by Address, performs a bitwise AND
2092 specified by AndData, and writes the result to the 32-bit MMIO register
2093 specified by Address. The value written to the MMIO register is returned.
2102 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2103 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2129 Reads the 64-bit MMIO register specified by Address. The 64-bit read value is
2150 Writes the 64-bit MMIO register specified by Address with the value specified
2172 Reads the 64-bit MMIO register specified by Address, performs a bitwise
2173 OR between the read result and the value specified by OrData, and
2174 writes the result to the 64-bit MMIO register specified by Address. The value
2198 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2199 between the read result and the value specified by AndData, and writes the
2200 result to the 64-bit MMIO register specified by Address. The value written to
2224 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2225 between the read result and the value specified by AndData, performs a
2226 bitwise OR between the result of the AND operation and the value specified by
2227 OrData, and writes the result to the 64-bit MMIO register specified by
2252 Reads the bit field in a 64-bit MMIO register. The bit field is specified by
2282 specified by the StartBit and the EndBit. All other bits in the destination
2290 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2315 Reads the 64-bit MMIO register specified by Address, performs a bitwise
2316 OR between the read result and the value specified by OrData, and
2317 writes the result to the 64-bit MMIO register specified by Address. The value
2327 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2352 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2353 between the read result and the value specified by AndData, and writes the
2354 result to the 64-bit MMIO register specified by Address. The value written to
2364 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2390 Reads the 64-bit MMIO register specified by Address, performs a bitwise AND
2392 specified by AndData, and writes the result to the 64-bit MMIO register
2393 specified by Address. The value written to the MMIO register is returned.
2402 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2403 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
2429 Copy data from MMIO region specified by starting address StartAddress
2430 to system memory specified by Buffer by using 8-bit access. The total
2431 number of byte to be copied is specified by Length. Buffer is returned.
2455 Copy data from MMIO region specified by starting address StartAddress
2456 to system memory specified by Buffer by using 16-bit access. The total
2457 number of byte to be copied is specified by Length. Buffer is returned.
2485 Copy data from MMIO region specified by starting address StartAddress
2486 to system memory specified by Buffer by using 32-bit access. The total
2487 number of byte to be copied is specified by Length. Buffer is returned.
2515 Copy data from MMIO region specified by starting address StartAddress
2516 to system memory specified by Buffer by using 64-bit access. The total
2517 number of byte to be copied is specified by Length. Buffer is returned.
2545 Copy data from system memory specified by Buffer to MMIO region specified
2547 of byte to be copied is specified by Length. Buffer is returned.
2571 Copy data from system memory specified by Buffer to MMIO region specified
2573 of byte to be copied is specified by Length. Buffer is returned.
2602 Copy data from system memory specified by Buffer to MMIO region specified
2604 of byte to be copied is specified by Length. Buffer is returned.
2633 Copy data from system memory specified by Buffer to MMIO region specified
2635 of byte to be copied is specified by Length. Buffer is returned.