Searched refs:cs4231_softc (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/sys/dev/sbus/ |
| D | cs4231.c | 132 int cs4231_set_speed(struct cs4231_softc *, u_long *); 133 void cs4231_setup_output(struct cs4231_softc *sc); 135 void cs4231_write(struct cs4231_softc *, u_int8_t, u_int8_t); 136 u_int8_t cs4231_read(struct cs4231_softc *, u_int8_t); 191 sizeof (struct cs4231_softc), cs4231_match, cs4231_attach 216 struct cs4231_softc *sc = (struct cs4231_softc *)self; in cs4231_attach() 281 cs4231_write(struct cs4231_softc *sc, u_int8_t r, u_int8_t v) in cs4231_write() 291 cs4231_read(struct cs4231_softc *sc, u_int8_t r) in cs4231_read() 298 cs4231_set_speed(struct cs4231_softc *sc, u_long *argp) in cs4231_set_speed() 368 struct cs4231_softc *sc = vsc; in cs4231_open() [all …]
|
| D | cs4231var.h | 65 struct cs4231_softc { struct
|
| /mirbsd/src/sys/arch/sparc/dev/ |
| D | cs4231.c | 121 int cs4231_set_speed(struct cs4231_softc *, u_long *); 122 void cs4231_setup_output(struct cs4231_softc *sc); 146 void cs4231_write(struct cs4231_softc *, u_int8_t, u_int8_t); 147 u_int8_t cs4231_read(struct cs4231_softc *, u_int8_t); 179 sizeof (struct cs4231_softc), cs4231_match, cs4231_attach 214 struct cs4231_softc *sc = (struct cs4231_softc *)self; 263 struct cs4231_softc *sc; in cs4231_write() 272 struct cs4231_softc *sc; in cs4231_read() 286 struct cs4231_softc *sc = (struct cs4231_softc *)v; 387 struct cs4231_softc *sc; in cs4231_set_speed() [all …]
|
| D | cs4231var.h | 58 struct cs4231_softc { struct
|
| /mirbsd/src/sys/dev/isa/ |
| D | cs4231var.h | 44 struct cs4231_softc { struct
|