mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
staging: comedi: rtd520: clear FIFO when canceling async command
Clear the A/D FIFO as part of the analog input (*cancel) to help with cleaning up the async command. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
365dae93f7
commit
351a7bffbd
@ -1083,6 +1083,7 @@ static int rtd_ai_cancel(struct comedi_device *dev, struct comedi_subdevice *s)
|
||||
devpriv->ai_count = 0; /* stop and don't transfer any more */
|
||||
status = readw(dev->mmio + LAS0_IT);
|
||||
overrun = readl(dev->mmio + LAS0_OVERRUN) & 0xffff;
|
||||
writel(0, dev->mmio + LAS0_ADC_FIFO_CLEAR);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user