Searched refs:IEVENT_GTSC (Results 1 – 4 of 4) sorted by relevance
126 #define IEVENT_GTSC 0x02000000 /* Graceful transmit stop complete */ macro
146 #define IEVENT_GTSC 0x02000000 macro
300 #define IEVENT_GTSC 0x02000000 macro1240 return ((gfar_read(®s->ievent) & (IEVENT_GRSC | IEVENT_GTSC)) == in gfar_is_dma_stopped()1241 (IEVENT_GRSC | IEVENT_GTSC)); in gfar_is_dma_stopped()
379 while ((in_be32(®s->ievent) & (IEVENT_GRSC | IEVENT_GTSC)) in tsec_halt()380 != (IEVENT_GRSC | IEVENT_GTSC)) in tsec_halt()