Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
H A Dtimer.c24 outw(delay & TIMER_RATE_MASK, emu->port + TIMER); in snd_emu10k1_timer_start()
/linux/include/sound/
H A Demu10k1.h314 #define TIMER_RATE_MASK 0x03ff /* Timer interrupt rate in sample periods */ macro