Line 38:
Line 38:
{{regsimple2 | AES_SRC | addr = 0x0d020004 | bits = 32 | split=4 | access = U | accesshi = R/W }}
{{regsimple2 | AES_SRC | addr = 0x0d020004 | bits = 32 | split=4 | access = U | accesshi = R/W }}
This register contains the DMA address of the source data. The same buffer can be used for source and destination. The address must be 16-byte aligned.
This register contains the DMA address of the source data. The same buffer can be used for source and destination. The address must be 16-byte aligned.
+
The engine updates this register as it processes the blocks.
----
----
{{regsimple2 | AES_DEST | addr = 0x0d020008 | bits = 32 | split=4 | access = U | accesshi = R/W}}
{{regsimple2 | AES_DEST | addr = 0x0d020008 | bits = 32 | split=4 | access = U | accesshi = R/W}}
This register contains the DMA address of the destination data. The same buffer can be used for source and destination. The address must be 16-byte aligned.
This register contains the DMA address of the destination data. The same buffer can be used for source and destination. The address must be 16-byte aligned.
+
The engine updates this register as it processes the blocks.
----
----
{{regsimple | AES_KEY | addr = 0x0d02000c | bits = 32 | access = W }}
{{regsimple | AES_KEY | addr = 0x0d02000c | bits = 32 | access = W }}