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