Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dopl3.h61 #define OPL3_TIMER2_START 0x02 macro
/openbmc/linux/sound/drivers/opl3/
H A 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()