Searched refs:gfar_is_dma_stopped (Results 1 – 2 of 2) sorted by relevance
1272 static inline int gfar_is_dma_stopped(struct gfar_private *priv) in gfar_is_dma_stopped() function
1908 if (gfar_is_dma_stopped(priv)) in gfar_halt_nodisable()1918 while (!(stopped = gfar_is_dma_stopped(priv)) && timeout) { in gfar_halt_nodisable()1924 stopped = gfar_is_dma_stopped(priv); in gfar_halt_nodisable()