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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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 138 milliseconds