Searched refs:IEVENT_GRSC (Results 1 – 1 of 1) sorted by relevance
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()