Lines Matching refs:ievent
446 u32 ievent;
448 ievent = in_be32(&fec->ievent);
450 ievent &= ~FEC_IEVENT_MII; /* mii is handled separately */
451 if (!ievent)
454 out_be32(&fec->ievent, ievent); /* clear pending events */
457 if (ievent & (FEC_IEVENT_RFIFO_ERROR | FEC_IEVENT_XFIFO_ERROR)) {
459 if (net_ratelimit() && (ievent & FEC_IEVENT_RFIFO_ERROR))
461 if (net_ratelimit() && (ievent & FEC_IEVENT_XFIFO_ERROR))
471 if (ievent & ~FEC_IEVENT_TFINT)
472 dev_dbg(&dev->dev, "ievent: %08x\n", ievent);
680 out_be32(&fec->ievent, 0xffffffff);