Home
last modified time | relevance | path

Searched refs:IEVENT_EBERR (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dtsec.h144 #define IEVENT_EBERR 0x10000000 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dgianfar.h298 #define IEVENT_EBERR 0x10000000 macro
322 (IEVENT_RXC | IEVENT_BSY | IEVENT_EBERR | IEVENT_MSRO | \
H A Dgianfar.c2855 if (events & IEVENT_EBERR) { in gfar_error()