Searched refs:IEVENT_GTSC (Results 1 – 6 of 6) sorted by relevance
70 #define IEVENT_GTSC (1 << 25) macro80 #define IEVENT_ERR_MASK (IEVENT_MAG | IEVENT_GTSC | IEVENT_GRSC | IEVENT_TXC | \
192 etsec->regs[IEVENT].value |= IEVENT_GTSC; in write_dmactrl()
125 #define IEVENT_GTSC 0x02000000 /* Graceful transmit stop complete */ macro
145 #define IEVENT_GTSC 0x02000000 macro
297 #define IEVENT_GTSC 0x02000000 macro1284 return ((gfar_read(®s->ievent) & (IEVENT_GRSC | IEVENT_GTSC)) == in gfar_is_dma_stopped()1285 (IEVENT_GRSC | IEVENT_GTSC)); in gfar_is_dma_stopped()
398 while ((in_be32(®s->ievent) & (IEVENT_GRSC | IEVENT_GTSC)) in tsec_halt()399 != (IEVENT_GRSC | IEVENT_GTSC)) in tsec_halt()