Home
last modified time | relevance | path

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

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