Home
last modified time | relevance | path

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

/linux-4.1.27/sound/drivers/opl3/
Dopl3_lib.c116 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER2_MASK | OPL3_TIMER1_START); in snd_opl3_detect()
168 tmp = (opl3->timer_enable | OPL3_TIMER1_START) & ~OPL3_TIMER1_MASK; in snd_opl3_timer1_start()
184 tmp = (opl3->timer_enable | OPL3_TIMER1_MASK) & ~OPL3_TIMER1_START; in snd_opl3_timer1_stop()
/linux-4.1.27/include/sound/
Dopl3.h78 #define OPL3_TIMER1_START 0x01 macro