Hello,
I am adding DMA functionality to a driver I wrote (driver is able to send/receive via Bulk transfers but not at the speed I need)
I have a couple of questions:
First question
In the Beagleboard xM, the USB OTG Base address is 0x480AB000.
What's the offset of the DMA registers in the Mentor Core USB controller? I have tried with 0x1000 but when I read the first register (DMAREVID) it gives me: 0x00206435. Unfortunately on the Technical Reference Manual there is not information on the DMA Registers (sprugn4m.pdf). What document should I use as reference for the registers of DMA?
Second question
What files in the Linux USB driver code correspond to the Beagleboard xM? So that I can use for reference.
Regards,
Esaias