Searched refs:EMU_TIMER (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | emuxkireg.h | 173 #define EMU_TIMER 0x1a macro 175 #define EMU_TIMER_RATE EMU_MKSUBREG(10, 0, EMU_TIMER)
|
H A D | emu10kx.c | 844 emu_wr(sc, EMU_TIMER, sc->timerinterval & 0x03ff, 2); in emu_timer_set() 877 emu_wr(sc, EMU_TIMER, sc->timerinterval & 0x03ff, 2); in emu_timer_enable()
|
H A D | emu10k1.c | 434 emu_wr(sc, EMU_TIMER, sc->timerinterval & 0x03ff, 2); in emu_settimer()
|