Searched refs:ce4231_softc (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/arch/sparc64/dev/
H A Dce4231var.h64 struct ce4231_softc { struct
H A Dce4231.c125 int ce4231_set_speed(struct ce4231_softc *, u_long *);
127 void ce4231_set_outputs(struct ce4231_softc *, int);
128 int ce4231_get_outputs(struct ce4231_softc *);
130 void ce4231_write(struct ce4231_softc *, u_int8_t, u_int8_t);
131 u_int8_t ce4231_read(struct ce4231_softc *, u_int8_t);
170 sizeof (struct ce4231_softc), ce4231_match, ce4231_attach
192 struct ce4231_softc *sc = (struct ce4231_softc *)self;
303 ce4231_write(struct ce4231_softc *sc, u_int8_t r, u_int8_t v)
313 ce4231_read(struct ce4231_softc *s
[all...]

Completed in 148 milliseconds