Lines Matching refs:scc_softc
57 static int quicc_bfe_attach(struct scc_softc *, int);
58 static int quicc_bfe_enabled(struct scc_softc *, struct scc_chan *);
59 static int quicc_bfe_iclear(struct scc_softc *, struct scc_chan *);
60 static int quicc_bfe_ipend(struct scc_softc *);
61 static int quicc_bfe_probe(struct scc_softc *);
75 sizeof(struct scc_softc),
83 quicc_bfe_attach(struct scc_softc *sc __unused, int reset __unused) in quicc_bfe_attach()
90 quicc_bfe_enabled(struct scc_softc *sc, struct scc_chan *ch) in quicc_bfe_enabled()
106 quicc_bfe_iclear(struct scc_softc *sc, struct scc_chan *ch) in quicc_bfe_iclear()
124 quicc_bfe_ipend(struct scc_softc *sc) in quicc_bfe_ipend()
157 quicc_bfe_probe(struct scc_softc *sc __unused) in quicc_bfe_probe()