Lines Matching refs:ievent
448 u32 ievent;
450 ievent = in_be32(&fec->ievent);
452 ievent &= ~FEC_IEVENT_MII; /* mii is handled separately */
453 if (!ievent)
456 out_be32(&fec->ievent, ievent); /* clear pending events */
459 if (ievent & (FEC_IEVENT_RFIFO_ERROR | FEC_IEVENT_XFIFO_ERROR)) {
461 if (net_ratelimit() && (ievent & FEC_IEVENT_RFIFO_ERROR))
463 if (net_ratelimit() && (ievent & FEC_IEVENT_XFIFO_ERROR))
473 if (ievent & ~FEC_IEVENT_TFINT)
474 dev_dbg(&dev->dev, "ievent: %08x\n", ievent);
682 out_be32(&fec->ievent, 0xffffffff);