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

/linux-master/sound/drivers/pcsp/
H A Dpcsp_lib.c46 unsigned char timer_cnt, val; local
67 timer_cnt = val * CUR_DIV() / 256;
69 if (timer_cnt && chip->enable) {
73 outb_p(timer_cnt, 0x42);
83 ns = (chip->thalf ? PCSP_CALC_NS(timer_cnt) : chip->ns_rem);
/linux-master/drivers/media/cec/core/
H A Dcec-pin-priv.h222 u32 timer_cnt; member in struct:cec_pin
H A Dcec-pin.c853 pin->timer_cnt++;
1233 pin->timer_100us_overruns, pin->timer_cnt);
1235 pin->timer_300us_overruns, pin->timer_cnt);
1268 pin->timer_cnt = 0;

Completed in 132 milliseconds