Home
last modified time | relevance | path

Searched refs:OPL3_TIMER2_START (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/sound/
Dopl3.h79 #define OPL3_TIMER2_START 0x02 macro
/linux-4.1.27/sound/drivers/opl3/
Dopl3_lib.c205 tmp = (opl3->timer_enable | OPL3_TIMER2_START) & ~OPL3_TIMER2_MASK; in snd_opl3_timer2_start()
221 tmp = (opl3->timer_enable | OPL3_TIMER2_MASK) & ~OPL3_TIMER2_START; in snd_opl3_timer2_stop()