Home
last modified time | relevance | path

Searched refs:FEC_EIR_GRA (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dfsl_mcdmafec.c268 if (ievent & FEC_EIR_GRA) { in fec_recv()
474 while ((counter--) && (!(fecp->eir & FEC_EIR_GRA))) ; in fec_halt()
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dfec.h252 #define FEC_EIR_GRA (0x10000000) macro