opl.c | 124 void opl_set_ch_reg(struct opl_softc *, int, int, u_char); 310 opl_set_ch_reg(struct opl_softc *sc, int base, int voice, u_char value) function in typeref:typename:void 337 opl_set_ch_reg(sc, OPL_FEEDBACK_CONNECTION, v, p->ops[OO_FB_CONN]); 540 opl_set_ch_reg(sc, OPL_KEYON_BLOCK, voice, 0); 552 opl_set_ch_reg(sc, OPL_FEEDBACK_CONNECTION, voice, fbc); 611 opl_set_ch_reg(sc, OPL_FNUM_LOW, voice, rA0); 612 opl_set_ch_reg(sc, OPL_KEYON_BLOCK, voice, rB0); 633 opl_set_ch_reg(sc, 0xB0, voice, v->rB0 & ~OPL_KEYON_BIT);
|