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