DMA engine is not responding correctly on PowerPC
linux. When my PCIe
device sends a read / write request to host, timeout happens. I have 1GB of RAM at lower address range.
I have called the following functions
pci_device_enable()
pci_set_master()
DMA memory is allocated at 0x0F00_0000
and am able to access this memory from user space from host. How can I debug this problem. What could be the reason?