Lines Matching refs:stat
236 unsigned short stat;
289 u32 stat;
315 u32 stat;
402 while (--delcnt && dma->iscp.stat) {
407 printk(KERN_ERR "%s: %s, iscp.stat %04x, didn't clear\n",
408 dev->name, str, SWAP16(dma->iscp.stat));
443 printk(KERN_DEBUG "iscp at %p, iscp.stat = %08x, .scb = %08x\n",
444 &dma->iscp, SWAP32(dma->iscp.stat), SWAP32(dma->iscp.scb));
467 " %p .stat %04x, .cmd %04x, b_next %08x, rbd %08x,"
469 rfd, SWAP16(rfd->stat), SWAP16(rfd->cmd),
597 dma->iscp.stat = SWAP32(ISCP_BUSY);
690 while (rfd->stat & SWAP16(STAT_C)) { /* Loop while complete frames */
702 " rfd %p, rfd.rbd %08x, rfd.stat %04x\n",
703 rfd, rfd->rbd, rfd->stat));
705 if (rbd != NULL && (rfd->stat & SWAP16(STAT_OK))) {
771 "%s: Error, rfd.stat = 0x%04x\n",
772 dev->name, rfd->stat));
774 if (rfd->stat & SWAP16(0x0100))
776 if (rfd->stat & SWAP16(0x8000))
778 if (rfd->stat & SWAP16(0x0001))
780 if (rfd->stat & SWAP16(0x0002))
782 if (rfd->stat & SWAP16(0x0004))
784 if (rfd->stat & SWAP16(0x0008))
786 if (rfd->stat & SWAP16(0x0010))
801 rfd->stat = 0;