Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/fsl_etsec/
H A Dregisters.h57 #define IEVENT_GRSC (1 << 8) macro
80 #define IEVENT_ERR_MASK (IEVENT_MAG | IEVENT_GTSC | IEVENT_GRSC | IEVENT_TXC | \
H A Detsec.c180 etsec->regs[IEVENT].value |= IEVENT_GRSC; in write_dmactrl()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h308 #define IEVENT_GRSC 0x00000100 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()
1292 return gfar_read(&regs->ievent) & IEVENT_GRSC; in gfar_is_rx_dma_stopped()
/openbmc/u-boot/include/
H A Dfsl_dtsec.h135 #define IEVENT_GRSC 0x00000100 /* Graceful stop complete */ macro
H A Dtsec.h156 #define IEVENT_GRSC 0x00000100 macro
/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()