Home
last modified time | relevance | path

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

/Linux-v4.19/sound/drivers/opl3/
Dopl3_lib.c204 tmp = (opl3->timer_enable | OPL3_TIMER2_START) & ~OPL3_TIMER2_MASK; in snd_opl3_timer2_start()
220 tmp = (opl3->timer_enable | OPL3_TIMER2_MASK) & ~OPL3_TIMER2_START; in snd_opl3_timer2_stop()
/Linux-v4.19/include/sound/
Dopl3.h77 #define OPL3_TIMER2_START 0x02 macro