Searched refs:scc_softc (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/sys/dev/scc/ |
| HD | scc_dev_quicc.c | 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() [all …]
|
| HD | scc_dev_sab82532.c | 45 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) in sab82532_bfe_attach() 76 sab82532_bfe_iclear(struct scc_softc *sc, struct scc_chan *ch) in sab82532_bfe_iclear() 104 sab82532_bfe_ipend(struct scc_softc *sc) in sab82532_bfe_ipend() 146 sab82532_bfe_probe(struct scc_softc *sc __unused) in sab82532_bfe_probe()
|
| HD | scc_dev_z8530.c | 45 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) in z8530_bfe_attach() 86 z8530_bfe_iclear(struct scc_softc *sc, struct scc_chan *ch) in z8530_bfe_iclear() 116 z8530_bfe_ipend(struct scc_softc *sc) in z8530_bfe_ipend() 177 z8530_bfe_probe(struct scc_softc *sc __unused) in z8530_bfe_probe()
|
| HD | scc_if.m | 44 default_enabled(struct scc_softc *this, struct scc_chan *ch) 58 struct scc_softc *this; 64 struct scc_softc *this; 70 struct scc_softc *this; 84 struct scc_softc *this; 92 struct scc_softc *this;
|
| HD | scc_bfe_macio.c | 51 struct scc_softc *sc; in scc_macio_probe() 90 sizeof(struct scc_softc),
|
| HD | scc_bfe_sbus.c | 51 struct scc_softc *sc; in scc_sbus_probe() 90 sizeof(struct scc_softc),
|
| HD | scc_bfe_ebus.c | 51 struct scc_softc *sc; in scc_ebus_probe() 94 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 | 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()
|
| HD | scc_bfe.h | 117 struct scc_softc { struct
|