Searched refs:errc (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/
H A Dpch_can.c150 u32 errc; member in struct:pch_can_regs
497 u32 errc, lec; local
513 errc = ioread32(&priv->regs->errc);
519 if (((errc & PCH_REC) >> 8) > 96)
521 if ((errc & PCH_TEC) > 96)
531 if (errc & PCH_RP)
533 if ((errc & PCH_TEC) > 127)
572 cf->data[6] = errc & PCH_TEC;
573 cf->data[7] = (errc
1173 u32 errc = ioread32(&priv->regs->errc); local
[all...]

Completed in 955 milliseconds