1Z8530_DMA_STATUS(9) Internal Functions Z8530_DMA_STATUS(9)
2
3
4
6 z8530_dma_status - Handle a DMA status exception
7
9 void z8530_dma_status(struct z8530_channel * chan);
10
12 chan
13 Z8530 channel to process
14
15 A status event occurred on the Z8530. We receive these for two
16 reasons when in DMA mode. Firstly if we finished a packet transfer
17 we get one and kick the next packet out. Secondly we may see a DCD
18 change.
19
21 Alan Cox <alan@lxorguk.ukuu.org.uk>
22 Author.
23
25Kernel Hackers Manual 3.10 June 2019 Z8530_DMA_STATUS(9)