Searched refs:opl_command (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | opl.c | 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() [all …]
|