pg->dma_debug0 = (u32 *) (membase + (0xe00 << 2));
pg->dma_debug1 = (u32 *) (membase + (0xe01 << 2));
+ pg->dma_debug2 = (u32 *) (membase + (0x705 << 2));
pg->init_done = 0x1;
pexor_dbg(KERN_NOTICE "** Set pexor structure %lx.\n",
cred2 = ioread32(priv->pexor.dma_debug2);
if (cred2 != cred1) {
pexor_msg(KERN_ERR
- "DMA: Lost Credentials: 0x%08x != 0x%08x Command: %d\n",
+ "ERROR> Lost DMA Credentials: 0x%08x != 0x%08x Command: %d\n",
cred1, cred2, command);
}