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

  /src/sys/arch/sgimips/mace/
mavb.c 124 struct mavb_softc { struct
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
    [all...]

Completed in 11 milliseconds