
DMAC::CHCR2 = 0x00000000:
			DMAC Channel disable

DMAC::SAR2 = Source address (29bit)

DMAC::DMATCR2 = Number of blocks in transfer

DMAC::DMAOR = 0x00008201:
			DDT Enable
			CH2 > CH0 > CH1 > CH3
			DMAC Master Enable

0xa05f6800 = Destination address (29bit?)

0xa05f6804 = Number of bytes in transfer

0xa05f6808 = 0x00000001:
			Enable thingamajig? Ascending mode? Transfer size 64bit?



DMAC::CHCR2 = 0x000012c1:
			[ignored] Destination address fixed
			Source address incremented
			External request, single address mode:  external address space -> external device
			Burst mode
			32-byte blocksize
			No end-of-transfer interrupt
			DMAC Channel Enable
