1Z8530_SYNC_TXDMA_OPE(9) Public Functions Provided Z8530_SYNC_TXDMA_OPE(9)
2
3
4
6 z8530_sync_txdma_open - Open a Z8530 for TX driven DMA
7
9 int z8530_sync_txdma_open(struct net_device * dev,
10 struct z8530_channel * c);
11
13 dev
14 The network device to attach
15
16 c
17 The Z8530 channel to configure in sync DMA mode.
18
20 Set up a Z85x30 device for synchronous DMA tranmission. One ISA DMA
21 channel must be available for this to work. The receive side is run in
22 PIO mode, but then it has the bigger FIFO.
23
25 Alan Cox <alan@lxorguk.ukuu.org.uk>
26 Author.
27
29Kernel Hackers Manual 2.6. June 2019 Z8530_SYNC_TXDMA_OPE(9)