Corelink DMA Engines: Difference between revisions

Yuriks (talk | contribs)
No edit summary
Yuriks (talk | contribs)
Add peripheral IDs table
Line 36: Line 36:


The generated bytecode starts with a FLUSHP on the peripheral_ids for src/dst (if specified). After that, it always moves 0 into DAR. Then it moves the src/dst addresses into SAR/DAR respectively...
The generated bytecode starts with a FLUSHP on the peripheral_ids for src/dst (if specified). After that, it always moves 0 into DAR. Then it moves the src/dst addresses into SAR/DAR respectively...
== Peripheral IDs ==
{| class="wikitable" border="1"
!  ID
!  Listener
!  Description
|-
| 0x6
| camera (y2r)
| SetSendingY
|-
| 0x7
| camera (y2r)
| SetSendingU
|-
| 0x8
| camera (y2r)
| SetSendingV
|-
| 0x9
| camera (y2r)
| SetSendingYUYV
|-
| 0x10
| camera (y2r)
| SetReceiving
|}