timer_enable      291 include/sound/opl3.h 	unsigned short timer_enable;
timer_enable      153 sound/drivers/opl3/opl3_lib.c 	tmp = (opl3->timer_enable | OPL3_TIMER1_START) & ~OPL3_TIMER1_MASK;
timer_enable      154 sound/drivers/opl3/opl3_lib.c 	opl3->timer_enable = tmp;
timer_enable      169 sound/drivers/opl3/opl3_lib.c 	tmp = (opl3->timer_enable | OPL3_TIMER1_MASK) & ~OPL3_TIMER1_START;
timer_enable      170 sound/drivers/opl3/opl3_lib.c 	opl3->timer_enable = tmp;
timer_enable      190 sound/drivers/opl3/opl3_lib.c 	tmp = (opl3->timer_enable | OPL3_TIMER2_START) & ~OPL3_TIMER2_MASK;
timer_enable      191 sound/drivers/opl3/opl3_lib.c 	opl3->timer_enable = tmp;
timer_enable      206 sound/drivers/opl3/opl3_lib.c 	tmp = (opl3->timer_enable | OPL3_TIMER2_MASK) & ~OPL3_TIMER2_START;
timer_enable      207 sound/drivers/opl3/opl3_lib.c 	opl3->timer_enable = tmp;