Home
last modified time | relevance | path

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

/trueos/sys/dev/sound/pci/
HDemuxkireg.h174 #define EMU_TIMER 0x1a macro
176 #define EMU_TIMER_RATE EMU_MKSUBREG(10, 0, EMU_TIMER)
HDemu10kx.c849 emu_wr(sc, EMU_TIMER, sc->timerinterval & 0x03ff, 2); in emu_timer_set()
882 emu_wr(sc, EMU_TIMER, sc->timerinterval & 0x03ff, 2); in emu_timer_enable()
HDemu10k1.c431 emu_wr(sc, EMU_TIMER, sc->timerinterval & 0x03ff, 2); in emu_settimer()