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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dacpi-cpufreq.c290 int shift_count; local
294 shift_count = fls(h);
296 aperf_cur.whole >>= shift_count;
297 mperf_cur.whole >>= shift_count;
301 int shift_count = 7; local
302 aperf_cur.split.lo >>= shift_count;
303 mperf_cur.split.lo >>= shift_count;
313 int shift_count = 7; local
314 aperf_cur.whole >>= shift_count;
315 mperf_cur.whole >>= shift_count;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Disicom.c194 unsigned short shift_count; member in struct:isi_board
300 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
316 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
332 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
348 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
364 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
381 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
466 outw((port->channel << isi_card[card].shift_count) | txcount,
558 channel = (header & 0x7800) >> card->shift_count;
698 shift_count local
[all...]

Completed in 59 milliseconds