Searched refs:IEVENT_GRSC (Results 1 – 4 of 4) sorted by relevance
311 #define IEVENT_GRSC 0x00000100 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()1248 return gfar_read(®s->ievent) & IEVENT_GRSC; in gfar_is_rx_dma_stopped()
136 #define IEVENT_GRSC 0x00000100 /* Graceful stop complete */ macro
157 #define IEVENT_GRSC 0x00000100 macro
379 while ((in_be32(®s->ievent) & (IEVENT_GRSC | IEVENT_GTSC)) in tsec_halt()380 != (IEVENT_GRSC | IEVENT_GTSC)) in tsec_halt()