Lines Matching defs:scc
277 static inline void wr(struct scc_channel *scc, unsigned char reg, in wr()
283 static inline void or(struct scc_channel *scc, unsigned char reg, unsigned char val) in or()
288 static inline void cl(struct scc_channel *scc, unsigned char reg, unsigned char val) in cl()
297 static inline void scc_discard_buffers(struct scc_channel *scc) in scc_discard_buffers()
323 static inline void scc_notify(struct scc_channel *scc, int event) in scc_notify()
342 static inline void flush_rx_FIFO(struct scc_channel *scc) in flush_rx_FIFO()
357 static void start_hunt(struct scc_channel *scc) in start_hunt()
368 static inline void scc_txint(struct scc_channel *scc) in scc_txint()
432 static inline void scc_exint(struct scc_channel *scc) in scc_exint()
517 static inline void scc_rxint(struct scc_channel *scc) in scc_rxint()
565 static inline void scc_spint(struct scc_channel *scc) in scc_spint()
611 static void scc_isr_dispatch(struct scc_channel *scc, int vector) in scc_isr_dispatch()
635 struct scc_channel *scc; in scc_isr() local
720 static inline void set_brg(struct scc_channel *scc, unsigned int tc) in set_brg()
728 static inline void set_speed(struct scc_channel *scc) in set_speed()
742 static inline void init_brg(struct scc_channel *scc) in init_brg()
794 static void init_channel(struct scc_channel *scc) in init_channel()
900 static void scc_key_trx(struct scc_channel *scc, char tx) in scc_key_trx()
997 static void __scc_start_tx_timer(struct scc_channel *scc, in __scc_start_tx_timer()
1015 static void scc_start_tx_timer(struct scc_channel *scc, in scc_start_tx_timer()
1026 static void scc_start_defer(struct scc_channel *scc) in scc_start_defer()
1042 static void scc_start_maxkeyup(struct scc_channel *scc) in scc_start_maxkeyup()
1063 static void scc_tx_done(struct scc_channel *scc) in scc_tx_done()
1091 static inline int is_grouped(struct scc_channel *scc) in is_grouped()
1129 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_dwait() local
1171 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_txdelay() local
1192 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_tail() local
1219 struct scc_channel *scc = from_timer(scc, t, tx_wdog); in t_busy() local
1238 struct scc_channel *scc = from_timer(scc, t, tx_wdog); in t_maxkeyup() local
1272 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_idle() local
1282 static void scc_init_timer(struct scc_channel *scc) in scc_init_timer()
1303 static unsigned int scc_set_param(struct scc_channel *scc, unsigned int cmd, unsigned int arg) in scc_set_param()
1372 static unsigned long scc_get_param(struct scc_channel *scc, unsigned int cmd) in scc_get_param()
1405 struct scc_channel *scc = from_timer(scc, t, tx_wdog); in scc_stop_calibrate() local
1422 scc_start_calibrate(struct scc_channel *scc, int duration, unsigned char pattern) in scc_start_calibrate()
1462 struct scc_channel *scc; in z8530_init() local
1515 static int scc_net_alloc(const char *name, struct scc_channel *scc) in scc_net_alloc()
1581 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; in scc_net_open() local
1599 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; in scc_net_close() local
1620 static void scc_net_rx(struct scc_channel *scc, struct sk_buff *skb) in scc_net_rx()
1639 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; in scc_net_tx() local
1713 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; in scc_net_siocdevprivate() local
1961 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; in scc_net_get_stats() local
1999 struct scc_channel *scc = v; in scc_net_seq_next() local
2023 const struct scc_channel *scc = v; in scc_net_seq_show() local
2121 struct scc_channel *scc; in scc_cleanup_driver() local