Line 439:
Line 439:
= DMA =
= DMA =
{| class=wikitable
{| class=wikitable
−
! Register || Name || Notes
+
! Register || Name || Size || Type || Notes
|-
|-
−
| 0x0C0 || CopyControl || With 0x186 Src/DstStride is not used. With 0x586 memset-functionality is used.
+
| 0x0C0 || CopyControl || 1 || bitfield || With 0x186 Src/DstStride is not used. With 0x586 memset-functionality is used.
|-
|-
−
| 0x100 || CopySrcAddrHi ||
+
| 0x100 || CopySourceAddr || 2 || gpuva ||
|-
|-
−
| 0x101 || CopySrcAddrLo ||
+
| 0x102 || CopyDstinationAddr || 2 || gpuva ||
|-
|-
−
| 0x102 || CopyDstAddrHi ||
+
| 0x104 || CopySrcStride? || 1 || uint ||
|-
|-
−
| 0x103 || CopyDstAddrLo ||
+
| 0x105 || CopyDstStride? || 1 || uint ||
|-
|-
−
| 0x104 || CopySrcStride? ||
+
| 0x106 || CopyCount || 1 || uint || At most 0x3FFFFF.
|-
|-
−
| 0x105 || CopyDstStride? ||
+
| 0x1C0 || CopyMemsetValue? || 1 || uint ||
|-
|-
−
| 0x106 || CopyCount || At most 0x3FFFFF.
+
| 0x1C2 || CopyMemsetControl? || 1 || bitfield || Seen: 0x34444
|-
|-
−
| 0x1C0 || CopyMemsetValue? ||
+
| 0x1C4 || CopyMemsetLength? || 1 || uint || In units of 4 bytes.
|-
|-
−
| 0x1C2 || CopyMemsetControl? || Seen: 0x34444
+
| 0x1C5 || ? || 1 || || Seen: 1
−
|-
−
| 0x1C4 || CopyMemsetLength? || In units of 4 bytes.
−
|-
−
| 0x1C5 || ? || Seen: 1
|}
|}