Searched refs:errc (Results 1 - 1 of 1) sorted by last modified time

/drivers/net/can/
H A Dpch_can.c148 u32 errc; member in struct:pch_can_regs
495 u32 errc, lec; local
511 errc = ioread32(&priv->regs->errc);
517 if (((errc & PCH_REC) >> 8) > 96)
519 if ((errc & PCH_TEC) > 96)
529 if (errc & PCH_RP)
531 if ((errc & PCH_TEC) > 127)
570 cf->data[6] = errc & PCH_TEC;
571 cf->data[7] = (errc
1171 u32 errc = ioread32(&priv->regs->errc); local
[all...]

Completed in 38 milliseconds