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