Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/fsl_etsec/
H A Dregisters.h64 #define IEVENT_LC (1 << 18) macro
81 IEVENT_RXC | IEVENT_BABR | IEVENT_BABT | IEVENT_LC | \
/openbmc/u-boot/include/
H A Dfsl_dtsec.h129 #define IEVENT_LC 0x00040000 /* Late collision occurred */ macro
H A Dtsec.h152 #define IEVENT_LC 0x00040000 macro
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h303 #define IEVENT_LC 0x00040000 macro
320 IEVENT_BABT | IEVENT_TXC | IEVENT_TXE | IEVENT_LC \
H A Dgianfar.c2692 if (events & IEVENT_LC) in gfar_error()