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