Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/fsl_etsec/
H A Dregisters.h69 #define IEVENT_BABT (1 << 24) macro
81 IEVENT_RXC | IEVENT_BABR | IEVENT_BABT | IEVENT_LC | \
/openbmc/u-boot/include/
H A Dfsl_dtsec.h126 #define IEVENT_BABT 0x01000000 /* Babbling transmit error */ macro
H A Dtsec.h146 #define IEVENT_BABT 0x01000000 macro
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h298 #define IEVENT_BABT 0x01000000 macro
320 IEVENT_BABT | IEVENT_TXC | IEVENT_TXE | IEVENT_LC \
H A Dgianfar.c2738 if (events & IEVENT_BABT) { in gfar_error()