Searched refs:tmr_value (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsound_timer.c31 static unsigned long tmr2ticks(int tmr_value) argument
40 tmp = tmr_value * usecs_per_tmr; /* Convert to usecs */
H A Dsys_timer.c34 tmr2ticks(int tmr_value) argument
43 /* tmr_value (ticks per sec) *
45 tmp = tmr_value * (1000000 / HZ);

Completed in 102 milliseconds