Lines Matching refs:scc_priv
194 struct scc_priv { struct
225 struct scc_priv priv[2]; argument
234 static void write_scc(struct scc_priv *priv, int reg, int val);
235 static void write_scc_data(struct scc_priv *priv, int val, int fast);
236 static int read_scc(struct scc_priv *priv, int reg);
237 static int read_scc_data(struct scc_priv *priv);
245 static inline void tx_on(struct scc_priv *priv);
246 static inline void rx_on(struct scc_priv *priv);
247 static inline void rx_off(struct scc_priv *priv);
248 static void start_timer(struct scc_priv *priv, int t, int r15);
253 static void rx_isr(struct scc_priv *priv);
254 static void special_condition(struct scc_priv *priv, int rc);
256 static void tx_isr(struct scc_priv *priv);
257 static void es_isr(struct scc_priv *priv);
258 static void tm_isr(struct scc_priv *priv);
457 struct scc_priv *priv; in setup_adapter()
621 static void write_scc(struct scc_priv *priv, int reg, int val) in write_scc()
648 static void write_scc_data(struct scc_priv *priv, int val, int fast) in write_scc_data()
673 static int read_scc(struct scc_priv *priv, int reg) in read_scc()
699 static int read_scc_data(struct scc_priv *priv) in read_scc_data()
721 struct scc_priv *priv = dev->ml_priv; in scc_open()
863 struct scc_priv *priv = dev->ml_priv; in scc_close()
892 struct scc_priv *priv = dev->ml_priv; in scc_ioctl()
919 struct scc_priv *priv = dev->ml_priv; in scc_send_packet()
973 static inline void tx_on(struct scc_priv *priv) in tx_on()
1018 static inline void rx_on(struct scc_priv *priv) in rx_on()
1056 static inline void rx_off(struct scc_priv *priv) in rx_off()
1071 static void start_timer(struct scc_priv *priv, int t, int r15) in start_timer()
1162 static void rx_isr(struct scc_priv *priv) in rx_isr()
1188 static void special_condition(struct scc_priv *priv, int rc) in special_condition()
1256 struct scc_priv *priv = container_of(ugli_api, struct scc_priv, rx_work); in rx_bh()
1291 static void tx_isr(struct scc_priv *priv) in tx_isr()
1315 static void es_isr(struct scc_priv *priv) in es_isr()
1402 static void tm_isr(struct scc_priv *priv) in tm_isr()