Lines Matching defs:errc
137 u32 errc;
484 u32 errc, lec;
492 errc = ioread32(&priv->regs->errc);
501 cf->data[6] = errc & PCH_TEC;
502 cf->data[7] = (errc & PCH_REC) >> 8;
510 if (((errc & PCH_REC) >> 8) > 96)
512 if ((errc & PCH_TEC) > 96)
522 if (errc & PCH_RP)
524 if ((errc & PCH_TEC) > 127)
1136 u32 errc = ioread32(&priv->regs->errc);
1138 bec->txerr = errc & PCH_TEC;
1139 bec->rxerr = (errc & PCH_REC) >> 8;