Searched refs:clmpcc_softc (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dclmpccvar.h48 struct clmpcc_softc;
55 struct clmpcc_softc *ch_sc; /* Pointer to chip's softc structure */
91 struct clmpcc_softc { struct
115 void (*sc_iackhook)(struct clmpcc_softc *, int);
123 extern void clmpcc_attach(struct clmpcc_softc *);
124 extern int clmpcc_cnattach(struct clmpcc_softc *, int, int);
H A Dclmpcc.c70 static int clmpcc_init(struct clmpcc_softc *sc);
72 static int clmpcc_speed(struct clmpcc_softc *, speed_t, int *, int *);
112 static struct clmpcc_softc *cons_sc = NULL;
116 static int clmpcc_common_getc(struct clmpcc_softc *, int);
117 static void clmpcc_common_putc(struct clmpcc_softc *, int, int);
126 integrate u_int8_t clmpcc_rdreg(struct clmpcc_softc *, u_int);
127 integrate void clmpcc_wrreg(struct clmpcc_softc *, u_int, u_int);
128 integrate u_int8_t clmpcc_rdreg_odd(struct clmpcc_softc *, u_int);
129 integrate void clmpcc_wrreg_odd(struct clmpcc_softc *, u_int, u_int);
130 integrate void clmpcc_wrtx_multi(struct clmpcc_softc *, u_int8_
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/mvme/
H A Dclmpcc_pcctwo.c73 void clmpcc_pcctwo_iackhook(struct clmpcc_softc *, int);
74 void clmpcc_pcctwo_consiackhook(struct clmpcc_softc *, int);
76 CFATTACH_DECL(clmpcc_pcctwo, sizeof(struct clmpcc_softc),
113 struct clmpcc_softc *sc;
144 clmpcc_pcctwo_iackhook(struct clmpcc_softc *sc, int which)
176 clmpcc_pcctwo_consiackhook(struct clmpcc_softc *sc, int which)
253 static struct clmpcc_softc cons_sc;

Completed in 66 milliseconds