Searched refs:IEVENT_GRSC (Results 1 – 6 of 6) sorted by relevance
57 #define IEVENT_GRSC (1 << 8) macro80 #define IEVENT_ERR_MASK (IEVENT_MAG | IEVENT_GTSC | IEVENT_GRSC | IEVENT_TXC | \
180 etsec->regs[IEVENT].value |= IEVENT_GRSC; in write_dmactrl()
308 #define IEVENT_GRSC 0x00000100 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()1292 return gfar_read(®s->ievent) & IEVENT_GRSC; in gfar_is_rx_dma_stopped()
135 #define IEVENT_GRSC 0x00000100 /* Graceful stop complete */ macro
156 #define IEVENT_GRSC 0x00000100 macro
398 while ((in_be32(®s->ievent) & (IEVENT_GRSC | IEVENT_GTSC)) in tsec_halt()399 != (IEVENT_GRSC | IEVENT_GTSC)) in tsec_halt()