forked from Imagelibrary/rtems
libchip: Improve handling of DMA suspends
Reset the corresponding DMA status bit
This commit is contained in:
committed by
Sebastian Huber
parent
6ac39691a2
commit
18fe64a2ca
@@ -1162,6 +1162,7 @@ static void dwmac_task_rx( void *arg )
|
|||||||
idx
|
idx
|
||||||
);
|
);
|
||||||
++counts->dma_suspended;
|
++counts->dma_suspended;
|
||||||
|
self->dmagrp->status = DMAGRP_STATUS_RU;
|
||||||
}
|
}
|
||||||
|
|
||||||
idx = idx_next;
|
idx = idx_next;
|
||||||
|
|||||||
Reference in New Issue
Block a user