Home
last modified time | relevance | path

Searched refs:IEVENT_LC (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dfsl_dtsec.h130 #define IEVENT_LC 0x00040000 /* Late collision occurred */ macro
H A Dtsec.h153 #define IEVENT_LC 0x00040000 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dgianfar.h306 #define IEVENT_LC 0x00040000 macro
323 IEVENT_BABT | IEVENT_TXC | IEVENT_TXE | IEVENT_LC \
H A Dgianfar.c2828 if (events & IEVENT_LC) in gfar_error()