Lines Matching defs:maestro_softc

397 struct maestro_softc;
406 struct maestro_softc *sc;
421 struct maestro_softc {
492 void maestro_init(struct maestro_softc *);
501 void ringbus_setdest(struct maestro_softc *, int, int);
503 wpreg_t wp_reg_read(struct maestro_softc *, int);
504 void wp_reg_write(struct maestro_softc *, int, wpreg_t);
505 wpreg_t wp_apu_read(struct maestro_softc *, int, int);
506 void wp_apu_write(struct maestro_softc *, int, int, wpreg_t);
507 void wp_settimer(struct maestro_softc *, u_int);
508 void wp_starttimer(struct maestro_softc *);
509 void wp_stoptimer(struct maestro_softc *);
511 wcreg_t wc_reg_read(struct maestro_softc *, int);
512 void wc_reg_write(struct maestro_softc *, int, wcreg_t);
513 wcreg_t wc_ctrl_read(struct maestro_softc *, int);
514 void wc_ctrl_write(struct maestro_softc *, int, wcreg_t);
517 void maestro_update_timer(struct maestro_softc *);
524 sizeof (struct maestro_softc), maestro_match, maestro_attach,
591 struct maestro_softc *sc = (struct maestro_softc *)self;
737 maestro_init(struct maestro_softc *sc)
826 struct maestro_softc *sc = (struct maestro_softc *)arg;
834 struct maestro_softc *sc = (struct maestro_softc *)self;
842 struct ac97_codec_if *c = ((struct maestro_softc *)self)->codec_if;
858 struct ac97_codec_if *c = ((struct maestro_softc *)self)->codec_if;
874 struct ac97_codec_if *c = ((struct maestro_softc *)self)->codec_if;
924 maestro_update_timer(struct maestro_softc *sc)
948 struct maestro_softc *sc = (struct maestro_softc *)hdl;
988 struct maestro_softc *sc = (struct maestro_softc *)hdl;
1011 struct maestro_softc *sc UNUSED = (struct maestro_softc *)hdl;
1038 struct maestro_softc *sc = (struct maestro_softc *)hdl;
1051 struct maestro_softc *sc = (struct maestro_softc *)hdl;
1065 struct maestro_softc *sc = (struct maestro_softc *)hdl;
1082 struct maestro_softc *sc = ch->sc;
1162 struct maestro_softc *sc = (struct maestro_softc *)hdl;
1206 struct maestro_softc *sc = (struct maestro_softc *)self;
1244 struct maestro_softc *sc = (struct maestro_softc *)self;
1271 struct maestro_softc *sc = (struct maestro_softc *)self;
1285 struct maestro_softc *sc = (struct maestro_softc *)self;
1351 struct maestro_softc *sc = (struct maestro_softc *)self;
1446 struct maestro_softc *sc = (struct maestro_softc *)arg;
1518 ringbus_setdest(struct maestro_softc *sc, int src, int dest)
1531 wp_reg_read(struct maestro_softc *sc, int reg)
1538 wp_reg_write(struct maestro_softc *sc, int reg, wpreg_t data)
1545 apu_setindex(struct maestro_softc *sc, int reg)
1562 wp_apu_read(struct maestro_softc *sc, int ch, int reg)
1572 wp_apu_write(struct maestro_softc *sc, int ch, int reg, wpreg_t data)
1588 wp_settimer(struct maestro_softc *sc, u_int freq)
1612 wp_starttimer(struct maestro_softc *sc)
1618 wp_stoptimer(struct maestro_softc *sc)
1627 wc_reg_read(struct maestro_softc *sc, int reg)
1634 wc_reg_write(struct maestro_softc *sc, int reg, wcreg_t data)
1641 wc_ctrl_read(struct maestro_softc *sc, int ch)
1647 wc_ctrl_write(struct maestro_softc *sc, int ch, wcreg_t data)