Lines Matching refs:stat
237 unsigned short stat;
290 u32 stat;
316 u32 stat;
403 while (--delcnt && dma->iscp.stat) {
408 printk(KERN_ERR "%s: %s, iscp.stat %04x, didn't clear\n",
409 dev->name, str, SWAP16(dma->iscp.stat));
444 printk(KERN_DEBUG "iscp at %p, iscp.stat = %08x, .scb = %08x\n",
445 &dma->iscp, SWAP32(dma->iscp.stat), SWAP32(dma->iscp.scb));
468 " %p .stat %04x, .cmd %04x, b_next %08x, rbd %08x,"
470 rfd, SWAP16(rfd->stat), SWAP16(rfd->cmd),
598 dma->iscp.stat = SWAP32(ISCP_BUSY);
691 while (rfd->stat & SWAP16(STAT_C)) { /* Loop while complete frames */
703 " rfd %p, rfd.rbd %08x, rfd.stat %04x\n",
704 rfd, rfd->rbd, rfd->stat));
706 if (rbd != NULL && (rfd->stat & SWAP16(STAT_OK))) {
772 "%s: Error, rfd.stat = 0x%04x\n",
773 dev->name, rfd->stat));
775 if (rfd->stat & SWAP16(0x0100))
777 if (rfd->stat & SWAP16(0x8000))
779 if (rfd->stat & SWAP16(0x0001))
781 if (rfd->stat & SWAP16(0x0002))
783 if (rfd->stat & SWAP16(0x0004))
785 if (rfd->stat & SWAP16(0x0008))
787 if (rfd->stat & SWAP16(0x0010))
802 rfd->stat = 0;