Home
last modified time | relevance | path

Searched refs:EMU_TIMER (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/sound/pci/
H A Demuxkireg.h174 #define EMU_TIMER 0x1a macro
176 #define EMU_TIMER_RATE EMU_MKSUBREG(10, 0, EMU_TIMER)
H A Demu10kx.c850 emu_wr(sc, EMU_TIMER, sc->timerinterval & 0x03ff, 2); in emu_timer_set()
883 emu_wr(sc, EMU_TIMER, sc->timerinterval & 0x03ff, 2); in emu_timer_enable()
H A Demu10k1.c434 emu_wr(sc, EMU_TIMER, sc->timerinterval & 0x03ff, 2); in emu_settimer()