Home | History | Annotate | Download | only in mace

Lines Matching defs:mavb_softc

124 struct mavb_softc {
155 uint16_t ad1843_reg_read(struct mavb_softc *, ad1843_addr_t);
156 uint16_t ad1843_reg_write(struct mavb_softc *, ad1843_addr_t, uint16_t);
157 void ad1843_dump_regs(struct mavb_softc *);
162 CFATTACH_DECL_NEW(mavb, sizeof(struct mavb_softc),
229 mavb_set_play_rate(struct mavb_softc *sc, u_long sample_rate)
242 mavb_set_play_format(struct mavb_softc *sc, u_int encoding)
270 struct mavb_softc *sc = (struct mavb_softc *)hdl;
308 struct mavb_softc *sc = (struct mavb_softc *)hdl;
334 struct mavb_softc *sc = (struct mavb_softc *)hdl;
457 struct mavb_softc *sc = (struct mavb_softc *)hdl;
718 mavb_dma_output(struct mavb_softc *sc)
759 struct mavb_softc *sc = (struct mavb_softc *)hdl;
799 struct mavb_softc *sc = (struct mavb_softc *)hdl;
808 struct mavb_softc *sc = (struct mavb_softc *)hdl;
858 struct mavb_softc *sc = arg;
897 struct mavb_softc *sc = device_private(self);
1028 ad1843_reg_read(struct mavb_softc *sc, ad1843_addr_t addr)
1038 ad1843_reg_write(struct mavb_softc *sc, ad1843_addr_t addr, uint16_t value)
1048 ad1843_dump_regs(struct mavb_softc *sc)