Lines Matching refs:stat
171 printk("TX: head %d, tail %d, free %d, stat %x, estat %x, err %x\n",
177 printk("RX: head %d, tail %d, free %d, stat %x,"
448 /* Read a stat counter atomically with respect to carries.
1003 u32 stat = TSI_READ(TSI108_EC_INTSTAT);
1005 if (!(stat & TSI108_INT_ANY))
1008 stat &= ~TSI_READ(TSI108_EC_INTMASK);
1010 if (stat & (TSI108_INT_TXQUEUE0 | TSI108_INT_TXIDLE |
1013 if (stat & (TSI108_INT_RXQUEUE0 | TSI108_INT_RXTHRESH |
1018 if (stat & TSI108_INT_SFN) {
1024 if (stat & TSI108_INT_STATCARRY) {