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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/pcsp/
H A Dpcsp_lib.c45 unsigned char timer_cnt, val; local
66 timer_cnt = val * CUR_DIV() / 256;
68 if (timer_cnt && chip->enable) {
72 outb_p(timer_cnt, 0x42);
82 ns = (chip->thalf ? PCSP_CALC_NS(timer_cnt) : chip->ns_rem);

Completed in 104 milliseconds