Lines Matching defs:scc_priv
181 struct scc_priv {
212 struct scc_priv priv[2];
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;
615 static void write_scc(struct scc_priv *priv, int reg, int val)
642 static void write_scc_data(struct scc_priv *priv, int val, int fast)
667 static int read_scc(struct scc_priv *priv, int reg)
693 static int read_scc_data(struct scc_priv *priv)
715 struct scc_priv *priv = dev->ml_priv;
857 struct scc_priv *priv = dev->ml_priv;
886 struct scc_priv *priv = dev->ml_priv;
913 struct scc_priv *priv = dev->ml_priv;
967 static inline void tx_on(struct scc_priv *priv)
1012 static inline void rx_on(struct scc_priv *priv)
1050 static inline void rx_off(struct scc_priv *priv)
1065 static void start_timer(struct scc_priv *priv, int t, int r15)
1156 static void rx_isr(struct scc_priv *priv)
1182 static void special_condition(struct scc_priv *priv, int rc)
1250 struct scc_priv *priv = container_of(ugli_api, struct scc_priv, rx_work);
1285 static void tx_isr(struct scc_priv *priv)
1309 static void es_isr(struct scc_priv *priv)
1396 static void tm_isr(struct scc_priv *priv)