OPL3_TIMER1_START  115 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER2_MASK | OPL3_TIMER1_START);
OPL3_TIMER1_START  167 sound/drivers/opl3/opl3_lib.c 	tmp = (opl3->timer_enable | OPL3_TIMER1_START) & ~OPL3_TIMER1_MASK;
OPL3_TIMER1_START  183 sound/drivers/opl3/opl3_lib.c 	tmp = (opl3->timer_enable | OPL3_TIMER1_MASK) & ~OPL3_TIMER1_START;