Searched refs:scc_softc (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/scc/ |
H A D | scc_dev_quicc.c | 56 static int quicc_bfe_attach(struct scc_softc *, int); 57 static int quicc_bfe_enabled(struct scc_softc *, struct scc_chan *); 58 static int quicc_bfe_iclear(struct scc_softc *, struct scc_chan *); 59 static int quicc_bfe_ipend(struct scc_softc *); 60 static int quicc_bfe_probe(struct scc_softc *); 74 sizeof(struct scc_softc), 82 quicc_bfe_attach(struct scc_softc *sc __unused, int reset __unused) in quicc_bfe_attach() 89 quicc_bfe_enabled(struct scc_softc *sc, struct scc_chan *ch) in quicc_bfe_enabled() 105 quicc_bfe_iclear(struct scc_softc *sc, struct scc_chan *ch) in quicc_bfe_iclear() 123 quicc_bfe_ipend(struct scc_softc *sc) in quicc_bfe_ipend() [all …]
|
H A D | scc_dev_z8530.c | 46 static int z8530_bfe_attach(struct scc_softc *, int); 47 static int z8530_bfe_iclear(struct scc_softc *, struct scc_chan *); 48 static int z8530_bfe_ipend(struct scc_softc *); 49 static int z8530_bfe_probe(struct scc_softc *); 69 sizeof(struct scc_softc), 83 sizeof(struct scc_softc), 102 z8530_bfe_attach(struct scc_softc *sc __unused, int reset __unused) in z8530_bfe_attach() 109 z8530_bfe_iclear(struct scc_softc *sc, struct scc_chan *ch) in z8530_bfe_iclear() 139 z8530_bfe_ipend(struct scc_softc *sc) in z8530_bfe_ipend() 200 z8530_bfe_probe(struct scc_softc *sc __unused) in z8530_bfe_probe()
|
H A D | scc_if.m | 43 default_enabled(struct scc_softc *this, struct scc_chan *ch) 57 struct scc_softc *this; 63 struct scc_softc *this; 69 struct scc_softc *this; 83 struct scc_softc *this; 91 struct scc_softc *this;
|
H A D | scc_bfe_macio.c | 50 struct scc_softc *sc; in scc_macio_probe() 90 sizeof(struct scc_softc),
|
H A D | scc_bfe_quicc.c | 48 struct scc_softc *sc; in scc_quicc_probe() 95 sizeof(struct scc_softc),
|
H A D | scc_core.c | 56 struct scc_softc *sc = arg; in scc_bfe_intr() 103 struct scc_softc *sc, *sc0; in scc_bfe_attach() 309 struct scc_softc *sc; in scc_bfe_detach() 352 struct scc_softc *sc; in scc_bfe_probe() 462 struct scc_softc *sc; in scc_bus_read_ivar() 520 struct scc_softc *sc; in scc_bus_setup_intr()
|
H A D | scc_bfe.h | 117 struct scc_softc { struct
|