Lines Matching +full:single +full:- +full:chip
13 services using this chip.
25 on the chip (each chip has two channels).
28 chip is interface to the I/O and interrupt facilities of the host
34 The DMA mode supports the chip when it is configured to use dual DMA
36 operation for a single channel. With DMA running the Z85230 tops out
38 noting here that many PC machines hang or crash when the chip is driven
41 Transmit DMA mode uses a single DMA channel. The DMA channel is used for
54 Having identified the chip you need to fill in a struct z8530_dev,
55 which describes each chip. This object must exist until you finally
58 interrupt number of the chip. (Each chip has a single interrupt source
68 delay for chip settling done in software. The PORT_SLEEP option is
71 start the chip up as disabled and discarding interrupt events. This
78 Repeat the same operation with the B channel if your chip has both
90 :c:func:`z8530_init()`. This will probe the chip and reset it into
92 chip type. If the checks fail to pass the function returns a non zero
95 initialised to either Z8530, Z85C30 or Z85230 according to the chip
113 netdevice field of each channel. The hdlc-> priv field of the network
114 device points to your private data - you will need to be able to find
145 is the same configuration using the enhancements of the 85230 chip. The
151 sure to set registers 1-7, 9-11, 14 and 15 in all configurations. Where
190 The final supported mode uses a single DMA channel to drive the transmit
249 .. kernel-doc:: drivers/net/wan/z85230.c
255 .. kernel-doc:: drivers/net/wan/z85230.c