Lines Matching refs:opl_command
106 static void opl_command(struct opl_softc *, int, int, int);
205 opl_command(struct opl_softc *sc, int offs, int addr, int data) in opl_command() function
249 opl_command(sc, OPL_L, OPL_TIMER_CONTROL, in opl_find()
252 opl_command(sc, OPL_L, OPL_TIMER_CONTROL, OPL_IRQ_RESET); in opl_find()
257 opl_command(sc, OPL_L, OPL_TIMER1, -2); /* wait 2 ticks */ in opl_find()
258 opl_command(sc, OPL_L, OPL_TIMER_CONTROL, /* start timer1 */ in opl_find()
265 opl_command(sc, OPL_L, OPL_TIMER_CONTROL, in opl_find()
267 opl_command(sc, OPL_L, OPL_TIMER_CONTROL, OPL_IRQ_RESET); in opl_find()
306 opl_command(sc, v->iooffs, base + v->op[op], value); in opl_set_op_reg()
316 opl_command(sc, v->iooffs, base + v->voiceno, value); in opl_set_ch_reg()
387 opl_command(sc, OPL_L, OPL_KEYON_BLOCK + i, 0); in opl_reset()
389 opl_command(sc, OPL_L, OPL_TEST, OPL_ENABLE_WAVE_SELECT); in opl_reset()
390 opl_command(sc, OPL_L, OPL_PERCUSSION, 0); in opl_reset()
392 opl_command(sc, OPL_R, OPL_MODE, OPL3_ENABLE); in opl_reset()
393 opl_command(sc, OPL_R,OPL_CONNECTION_SELECT,OPL_NOCONNECTION); in opl_reset()