Home
last modified time | relevance | path

Searched refs:timer_enable (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_lib.c153 tmp = (opl3->timer_enable | OPL3_TIMER1_START) & ~OPL3_TIMER1_MASK; in snd_opl3_timer1_start()
154 opl3->timer_enable = tmp; in snd_opl3_timer1_start()
169 tmp = (opl3->timer_enable | OPL3_TIMER1_MASK) & ~OPL3_TIMER1_START; in snd_opl3_timer1_stop()
170 opl3->timer_enable = tmp; in snd_opl3_timer1_stop()
190 tmp = (opl3->timer_enable | OPL3_TIMER2_START) & ~OPL3_TIMER2_MASK; in snd_opl3_timer2_start()
191 opl3->timer_enable = tmp; in snd_opl3_timer2_start()
206 tmp = (opl3->timer_enable | OPL3_TIMER2_MASK) & ~OPL3_TIMER2_START; in snd_opl3_timer2_stop()
207 opl3->timer_enable = tmp; in snd_opl3_timer2_stop()
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_lib.c153 tmp = (opl3->timer_enable | OPL3_TIMER1_START) & ~OPL3_TIMER1_MASK; in snd_opl3_timer1_start()
154 opl3->timer_enable = tmp; in snd_opl3_timer1_start()
169 tmp = (opl3->timer_enable | OPL3_TIMER1_MASK) & ~OPL3_TIMER1_START; in snd_opl3_timer1_stop()
170 opl3->timer_enable = tmp; in snd_opl3_timer1_stop()
190 tmp = (opl3->timer_enable | OPL3_TIMER2_START) & ~OPL3_TIMER2_MASK; in snd_opl3_timer2_start()
191 opl3->timer_enable = tmp; in snd_opl3_timer2_start()
206 tmp = (opl3->timer_enable | OPL3_TIMER2_MASK) & ~OPL3_TIMER2_START; in snd_opl3_timer2_stop()
207 opl3->timer_enable = tmp; in snd_opl3_timer2_stop()
/kernel/linux/linux-5.10/include/sound/
H A Dopl3.h291 unsigned short timer_enable; member
/kernel/linux/linux-6.6/include/sound/
H A Dopl3.h291 unsigned short timer_enable; member

Completed in 4 milliseconds