OPL3_TIMER2_MASK   90 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER1_MASK | OPL3_TIMER2_MASK);
OPL3_TIMER2_MASK  101 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER2_MASK | OPL3_TIMER1_START);
OPL3_TIMER2_MASK  107 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER1_MASK | OPL3_TIMER2_MASK);
OPL3_TIMER2_MASK  190 sound/drivers/opl3/opl3_lib.c 	tmp = (opl3->timer_enable | OPL3_TIMER2_START) & ~OPL3_TIMER2_MASK;
OPL3_TIMER2_MASK  206 sound/drivers/opl3/opl3_lib.c 	tmp = (opl3->timer_enable | OPL3_TIMER2_MASK) & ~OPL3_TIMER2_START;