Home
last modified time | relevance | path

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

/linux-6.6.21/include/sound/
Dopl3.h61 #define OPL3_TIMER2_START 0x02 macro
/linux-6.6.21/sound/drivers/opl3/
Dopl3_lib.c190 tmp = (opl3->timer_enable | OPL3_TIMER2_START) & ~OPL3_TIMER2_MASK; in snd_opl3_timer2_start()
206 tmp = (opl3->timer_enable | OPL3_TIMER2_MASK) & ~OPL3_TIMER2_START; in snd_opl3_timer2_stop()