Lines Matching refs:scc_priv
181 struct scc_priv { struct
212 struct scc_priv priv[2]; argument
221 static void write_scc(struct scc_priv *priv, int reg, int val);
222 static void write_scc_data(struct scc_priv *priv, int val, int fast);
223 static int read_scc(struct scc_priv *priv, int reg);
224 static int read_scc_data(struct scc_priv *priv);
232 static inline void tx_on(struct scc_priv *priv);
233 static inline void rx_on(struct scc_priv *priv);
234 static inline void rx_off(struct scc_priv *priv);
235 static void start_timer(struct scc_priv *priv, int t, int r15);
240 static void rx_isr(struct scc_priv *priv);
241 static void special_condition(struct scc_priv *priv, int rc);
243 static void tx_isr(struct scc_priv *priv);
244 static void es_isr(struct scc_priv *priv);
245 static void tm_isr(struct scc_priv *priv);
444 struct scc_priv *priv; in setup_adapter()
615 static void write_scc(struct scc_priv *priv, int reg, int val) in write_scc()
642 static void write_scc_data(struct scc_priv *priv, int val, int fast) in write_scc_data()
667 static int read_scc(struct scc_priv *priv, int reg) in read_scc()
693 static int read_scc_data(struct scc_priv *priv) in read_scc_data()
715 struct scc_priv *priv = dev->ml_priv; in scc_open()
857 struct scc_priv *priv = dev->ml_priv; in scc_close()
886 struct scc_priv *priv = dev->ml_priv; in scc_ioctl()
913 struct scc_priv *priv = dev->ml_priv; in scc_send_packet()
967 static inline void tx_on(struct scc_priv *priv) in tx_on()
1012 static inline void rx_on(struct scc_priv *priv) in rx_on()
1050 static inline void rx_off(struct scc_priv *priv) in rx_off()
1065 static void start_timer(struct scc_priv *priv, int t, int r15) in start_timer()
1156 static void rx_isr(struct scc_priv *priv) in rx_isr()
1182 static void special_condition(struct scc_priv *priv, int rc) in special_condition()
1250 struct scc_priv *priv = container_of(ugli_api, struct scc_priv, rx_work); in rx_bh()
1285 static void tx_isr(struct scc_priv *priv) in tx_isr()
1309 static void es_isr(struct scc_priv *priv) in es_isr()
1396 static void tm_isr(struct scc_priv *priv) in tm_isr()