Lines Matching refs:status
1467 while (readl(&dma->status) & RUN)
1578 dstat = readl(&dma->status);
1581 /* verify good dma status. we don't check for ACTIVE beeing 0. We should...
1600 unsigned long status, timeout;
1617 status = readl(&dma->status);
1618 if (!(status & ACTIVE))
1632 status = readl(&dma->status);
1633 if ((status & FLUSH) == 0)
1654 unsigned long status = readl(&dma->status);
1656 printk(KERN_ERR "ide-pmac lost interrupt, dma status: %lx\n", status);