1Z8530_TX(9) Internal Functions Z8530_TX(9)
2
3
4
6 z8530_tx - Handle a PIO transmit event
7
9 void z8530_tx(struct z8530_channel * c);
10
12 c
13 Z8530 channel to process
14
16 Z8530 transmit interrupt handler for the PIO mode. The basic idea is to
17 attempt to keep the FIFO fed. We fill as many bytes in as possible, its
18 quite possible that we won't keep up with the data rate otherwise.
19
21 Alan Cox <alan@lxorguk.ukuu.org.uk>
22 Author.
23
25Kernel Hackers Manual 3.10 June 2019 Z8530_TX(9)