HomeSort by: relevance | last modified time | path
    Searched refs:clmpcc_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
clmpccvar.h 48 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);
clmpcc.c 71 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...]
  /src/sys/dev/mvme/
clmpcc_pcctwo.c 73 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;
145 clmpcc_pcctwo_iackhook(struct clmpcc_softc *sc, int which)
178 clmpcc_pcctwo_consiackhook(struct clmpcc_softc *sc, int which)
256 static struct clmpcc_softc cons_sc;

Completed in 12 milliseconds