Lines Matching refs:z8530_channel

111 static void z8530_rx_done(struct z8530_channel *c);
112 static void z8530_tx_done(struct z8530_channel *c);
126 static inline u8 read_zsreg(struct z8530_channel *c, u8 reg) in read_zsreg()
141 static inline u8 read_zsdata(struct z8530_channel *c) in read_zsdata()
160 static inline void write_zsreg(struct z8530_channel *c, u8 reg, u8 val) in write_zsreg()
176 static inline void write_zsctrl(struct z8530_channel *c, u8 val) in write_zsctrl()
190 static inline void write_zsdata(struct z8530_channel *c, u8 val) in write_zsdata()
276 static void z8530_flush_fifo(struct z8530_channel *c) in z8530_flush_fifo()
302 static void z8530_rtsdtr(struct z8530_channel *c, int set) in z8530_rtsdtr()
335 static void z8530_rx(struct z8530_channel *c) in z8530_rx()
409 static void z8530_tx(struct z8530_channel *c) in z8530_tx()
450 static void z8530_status(struct z8530_channel *chan) in z8530_status()
505 static void z8530_dma_rx(struct z8530_channel *chan) in z8530_dma_rx()
539 static void z8530_dma_tx(struct z8530_channel *chan) in z8530_dma_tx()
562 static void z8530_dma_status(struct z8530_channel *chan) in z8530_dma_status()
629 static void z8530_rx_clear(struct z8530_channel *c) in z8530_rx_clear()
657 static void z8530_tx_clear(struct z8530_channel *c) in z8530_tx_clear()
672 static void z8530_status_clear(struct z8530_channel *chan) in z8530_status_clear()
790 int z8530_sync_open(struct net_device *dev, struct z8530_channel *c) in z8530_sync_open()
828 int z8530_sync_close(struct net_device *dev, struct z8530_channel *c) in z8530_sync_close()
858 int z8530_sync_dma_open(struct net_device *dev, struct z8530_channel *c) in z8530_sync_dma_open()
981 int z8530_sync_dma_close(struct net_device *dev, struct z8530_channel *c) in z8530_sync_dma_close()
1052 int z8530_sync_txdma_open(struct net_device *dev, struct z8530_channel *c) in z8530_sync_txdma_open()
1153 int z8530_sync_txdma_close(struct net_device *dev, struct z8530_channel *c) in z8530_sync_txdma_close()
1383 int z8530_channel_load(struct z8530_channel *c, u8 *rtable) in z8530_channel_load()
1431 static void z8530_tx_begin(struct z8530_channel *c) in z8530_tx_begin()
1528 static void z8530_tx_done(struct z8530_channel *c) in z8530_tx_done()
1553 void z8530_null_rx(struct z8530_channel *c, struct sk_buff *skb) in z8530_null_rx()
1573 static void z8530_rx_done(struct z8530_channel *c) in z8530_rx_done()
1731 netdev_tx_t z8530_queue_xmit(struct z8530_channel *c, struct sk_buff *skb) in z8530_queue_xmit()