clmpcc_softc
struct clmpcc_softc *sc =
struct clmpcc_softc *sc = (struct clmpcc_softc *)arg;
struct clmpcc_softc *sc = (struct clmpcc_softc *)arg;
static struct clmpcc_softc *cons_sc = NULL;
static int clmpcc_common_getc(struct clmpcc_softc *, int);
static void clmpcc_common_putc(struct clmpcc_softc *, int, int);
struct clmpcc_softc *sc = (struct clmpcc_softc *)arg;
struct clmpcc_softc *sc = (struct clmpcc_softc *)arg;
integrate u_int8_t clmpcc_rdreg(struct clmpcc_softc *, u_int);
integrate void clmpcc_wrreg(struct clmpcc_softc *, u_int, u_int);
integrate u_int8_t clmpcc_rdreg_odd(struct clmpcc_softc *, u_int);
integrate void clmpcc_wrreg_odd(struct clmpcc_softc *, u_int, u_int);
integrate void clmpcc_wrtx_multi(struct clmpcc_softc *, u_int8_t *,
integrate u_int8_t clmpcc_select_channel(struct clmpcc_softc *, u_int);
integrate void clmpcc_channel_cmd(struct clmpcc_softc *,int,int);
clmpcc_cnattach(struct clmpcc_softc *sc, int chan, int rate)
clmpcc_common_getc(struct clmpcc_softc *sc, int chan)
clmpcc_common_putc(struct clmpcc_softc *sc, int chan, int c)
clmpcc_rdreg(struct clmpcc_softc *sc, u_int offset)
clmpcc_wrreg(struct clmpcc_softc *sc, u_int offset, u_int val)
clmpcc_rdreg_odd(struct clmpcc_softc *sc, u_int offset)
clmpcc_wrreg_odd(struct clmpcc_softc *sc, u_int offset, u_int val)
clmpcc_wrtx_multi(struct clmpcc_softc *sc, u_int8_t *buff, u_int count)
clmpcc_select_channel(struct clmpcc_softc *sc, u_int new_chan)
clmpcc_channel_cmd(struct clmpcc_softc *sc, int chan, int cmd)
clmpcc_speed(struct clmpcc_softc *sc, speed_t speed, int *cor, int *bpr)
clmpcc_attach(struct clmpcc_softc *sc)
clmpcc_init(struct clmpcc_softc *sc)
struct clmpcc_softc *sc;
struct clmpcc_softc *sc =
struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev));
struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev));
struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev));
struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev));
struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev));
static int clmpcc_init(struct clmpcc_softc *sc);
struct clmpcc_softc *sc = ch->ch_sc;
static int clmpcc_speed(struct clmpcc_softc *, speed_t, int *, int *);
struct clmpcc_softc *sc =
struct clmpcc_softc *sc = ch->ch_sc;
struct clmpcc_softc *sc =
void (*sc_iackhook)(struct clmpcc_softc *, int);
extern void clmpcc_attach(struct clmpcc_softc *);
extern int clmpcc_cnattach(struct clmpcc_softc *, int, int);
struct clmpcc_softc;
struct clmpcc_softc *ch_sc; /* Pointer to chip's softc structure */
struct clmpcc_softc *sc;
clmpcc_pcctwo_iackhook(struct clmpcc_softc *sc, int which)
clmpcc_pcctwo_consiackhook(struct clmpcc_softc *sc, int which)
static struct clmpcc_softc cons_sc;
void clmpcc_pcctwo_iackhook(struct clmpcc_softc *, int);
void clmpcc_pcctwo_consiackhook(struct clmpcc_softc *, int);
CFATTACH_DECL_NEW(clmpcc_pcctwo, sizeof(struct clmpcc_softc),