Lines Matching refs:scc_softc
55 static int quicc_bfe_attach(struct scc_softc *, int);
56 static int quicc_bfe_enabled(struct scc_softc *, struct scc_chan *);
57 static int quicc_bfe_iclear(struct scc_softc *, struct scc_chan *);
58 static int quicc_bfe_ipend(struct scc_softc *);
59 static int quicc_bfe_probe(struct scc_softc *);
73 sizeof(struct scc_softc),
81 quicc_bfe_attach(struct scc_softc *sc __unused, int reset __unused) in quicc_bfe_attach()
88 quicc_bfe_enabled(struct scc_softc *sc, struct scc_chan *ch) in quicc_bfe_enabled()
104 quicc_bfe_iclear(struct scc_softc *sc, struct scc_chan *ch) in quicc_bfe_iclear()
122 quicc_bfe_ipend(struct scc_softc *sc) in quicc_bfe_ipend()
155 quicc_bfe_probe(struct scc_softc *sc __unused) in quicc_bfe_probe()