HomeSort by: relevance | last modified time | path
    Searched defs:ad1848_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
ad1848var.h 97 struct ad1848_softc { struct
104 int (*sc_readreg)(struct ad1848_softc *, int);
105 void (*sc_writereg)(struct ad1848_softc *, int, int);
159 int ad_read(struct ad1848_softc *, int);
160 int ad_xread(struct ad1848_softc *, int);
161 void ad_write(struct ad1848_softc *, int, int);
162 void ad_xwrite(struct ad1848_softc *, int, int);
164 void ad1848_attach(struct ad1848_softc *);
165 void ad1848_reset(struct ad1848_softc *);
169 int ad1848_mixer_get_port(struct ad1848_softc *, const ad1848_devmap_t *
    [all...]

Completed in 12 milliseconds