Searched refs:FEC_ENET_RXF_2 (Results 1 – 2 of 2) sorted by relevance
369 #define FEC_ENET_RXF_2 ((uint)0x00000020) /* Full frame received */ macro375 #define FEC_ENET_RXF (FEC_ENET_RXF_0 | FEC_ENET_RXF_1 | FEC_ENET_RXF_2)
1577 if (int_events & FEC_ENET_RXF_2) in fec_enet_collect_events()