Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dclmpcc.c71 static int clmpcc_init(struct clmpcc_softc *sc);
73 static int clmpcc_speed(struct clmpcc_softc *, speed_t, int *, int *);
121 static struct clmpcc_softc *cons_sc = NULL;
125 static int clmpcc_common_getc(struct clmpcc_softc *, int);
126 static void clmpcc_common_putc(struct clmpcc_softc *, int, int);
135 integrate u_int8_t clmpcc_rdreg(struct clmpcc_softc *, u_int);
136 integrate void clmpcc_wrreg(struct clmpcc_softc *, u_int, u_int);
137 integrate u_int8_t clmpcc_rdreg_odd(struct clmpcc_softc *, u_int);
138 integrate void clmpcc_wrreg_odd(struct clmpcc_softc *, u_int, u_int);
139 integrate void clmpcc_wrtx_multi(struct clmpcc_softc *, u_int8_t *,
[all …]
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); argument
123 extern void clmpcc_attach(struct clmpcc_softc *); argument
124 extern int clmpcc_cnattach(struct clmpcc_softc *, int, int);
/netbsd-src/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_NEW(clmpcc_pcctwo, sizeof(struct clmpcc_softc),
113 struct clmpcc_softc *sc; in clmpcc_pcctwo_attach()
145 clmpcc_pcctwo_iackhook(struct clmpcc_softc *sc, int which) in clmpcc_pcctwo_iackhook()
178 clmpcc_pcctwo_consiackhook(struct clmpcc_softc *sc, int which) in clmpcc_pcctwo_consiackhook()
256 static struct clmpcc_softc cons_sc; in clmpcccninit()