Searched refs:IEVENT_GRSC (Results 1 – 1 of 1) sorted by relevance
341 #define IEVENT_GRSC 0x00000100 macro1276 return ((gfar_read(®s->ievent) & (IEVENT_GRSC | IEVENT_GTSC)) == in gfar_is_dma_stopped()1277 (IEVENT_GRSC | IEVENT_GTSC)); in gfar_is_dma_stopped()1284 return gfar_read(®s->ievent) & IEVENT_GRSC; in gfar_is_rx_dma_stopped()