Home
last modified time | relevance | path

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

/Linux-v5.10/sound/pci/emu10k1/
Dtimer.c30 outw(delay & TIMER_RATE_MASK, emu->port + TIMER); in snd_emu10k1_timer_start()
/Linux-v5.10/include/sound/
Demu10k1.h284 #define TIMER_RATE_MASK 0x000003ff /* Timer interrupt rate in sample periods */ macro