Home
last modified time | relevance | path

Searched refs:IEVENT_GTSC (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/net/fsl_etsec/
H A Dregisters.h70 #define IEVENT_GTSC (1 << 25) macro
80 #define IEVENT_ERR_MASK (IEVENT_MAG | IEVENT_GTSC | IEVENT_GRSC | IEVENT_TXC | \
H A Detsec.c192 etsec->regs[IEVENT].value |= IEVENT_GTSC; in write_dmactrl()
/openbmc/u-boot/include/
H A Dfsl_dtsec.h125 #define IEVENT_GTSC 0x02000000 /* Graceful transmit stop complete */ macro
H A Dtsec.h145 #define IEVENT_GTSC 0x02000000 macro
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h297 #define IEVENT_GTSC 0x02000000 macro
1284 return ((gfar_read(&regs->ievent) & (IEVENT_GRSC | IEVENT_GTSC)) == in gfar_is_dma_stopped()
1285 (IEVENT_GRSC | IEVENT_GTSC)); in gfar_is_dma_stopped()
/openbmc/u-boot/drivers/net/
H A Dtsec.c398 while ((in_be32(&regs->ievent) & (IEVENT_GRSC | IEVENT_GTSC)) in tsec_halt()
399 != (IEVENT_GRSC | IEVENT_GTSC)) in tsec_halt()