Searched refs:scc_softc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/sys/dev/scc/ |
| HD | scc_dev_quicc.c | 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() [all …]
|
| HD | scc_dev_z8530.c | 47 static int z8530_bfe_attach(struct scc_softc *, int); 48 static int z8530_bfe_iclear(struct scc_softc *, struct scc_chan *); 49 static int z8530_bfe_ipend(struct scc_softc *); 50 static int z8530_bfe_probe(struct scc_softc *); 70 sizeof(struct scc_softc), 84 sizeof(struct scc_softc), 103 z8530_bfe_attach(struct scc_softc *sc __unused, int reset __unused) in z8530_bfe_attach() 110 z8530_bfe_iclear(struct scc_softc *sc, struct scc_chan *ch) in z8530_bfe_iclear() 140 z8530_bfe_ipend(struct scc_softc *sc) in z8530_bfe_ipend() 201 z8530_bfe_probe(struct scc_softc *sc __unused) in z8530_bfe_probe()
|
| HD | 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;
|
| HD | scc_bfe_macio.c | 51 struct scc_softc *sc; in scc_macio_probe() 91 sizeof(struct scc_softc),
|
| HD | scc_bfe_quicc.c | 49 struct scc_softc *sc; in scc_quicc_probe() 96 sizeof(struct scc_softc),
|
| HD | scc_core.c | 58 struct scc_softc *sc = arg; in scc_bfe_intr() 105 struct scc_softc *sc, *sc0; in scc_bfe_attach() 311 struct scc_softc *sc; in scc_bfe_detach() 354 struct scc_softc *sc; in scc_bfe_probe() 464 struct scc_softc *sc; in scc_bus_read_ivar() 522 struct scc_softc *sc; in scc_bus_setup_intr()
|
| HD | scc_bfe.h | 117 struct scc_softc { struct
|