Searched refs:scc_softc (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/dev/scc/
H A Dscc_dev_quicc.c55 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)
88 quicc_bfe_enabled(struct scc_softc *sc, struct scc_chan *ch)
104 quicc_bfe_iclear(struct scc_softc *sc, struct scc_chan *ch)
122 quicc_bfe_ipend(struct scc_softc *s
[all...]
H A Dscc_dev_sab82532.c45 static int sab82532_bfe_attach(struct scc_softc *, int);
46 static int sab82532_bfe_iclear(struct scc_softc *, struct scc_chan *);
47 static int sab82532_bfe_ipend(struct scc_softc *);
48 static int sab82532_bfe_probe(struct scc_softc *);
61 sizeof(struct scc_softc),
69 sab82532_bfe_attach(struct scc_softc *sc __unused, int reset __unused)
76 sab82532_bfe_iclear(struct scc_softc *sc, struct scc_chan *ch)
104 sab82532_bfe_ipend(struct scc_softc *sc)
146 sab82532_bfe_probe(struct scc_softc *sc __unused)
H A Dscc_dev_z8530.c45 static int z8530_bfe_attach(struct scc_softc *, int);
46 static int z8530_bfe_iclear(struct scc_softc *, struct scc_chan *);
47 static int z8530_bfe_ipend(struct scc_softc *);
48 static int z8530_bfe_probe(struct scc_softc *);
61 sizeof(struct scc_softc),
79 z8530_bfe_attach(struct scc_softc *sc __unused, int reset __unused)
86 z8530_bfe_iclear(struct scc_softc *sc, struct scc_chan *ch)
116 z8530_bfe_ipend(struct scc_softc *sc)
177 z8530_bfe_probe(struct scc_softc *sc __unused)
H A Dscc_bfe_ebus.c51 struct scc_softc *sc;
94 sizeof(struct scc_softc),
H A Dscc_bfe_macio.c51 struct scc_softc *sc;
90 sizeof(struct scc_softc),
H A Dscc_bfe_quicc.c49 struct scc_softc *sc;
96 sizeof(struct scc_softc),
H A Dscc_bfe_sbus.c51 struct scc_softc *sc;
90 sizeof(struct scc_softc),
H A Dscc_core.c56 struct scc_softc *sc = arg;
103 struct scc_softc *sc, *sc0;
309 struct scc_softc *sc;
352 struct scc_softc *sc;
462 struct scc_softc *sc;
520 struct scc_softc *sc;
H A Dscc_bfe.h117 struct scc_softc { struct

Completed in 60 milliseconds