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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Disicom.c195 unsigned short shift_count; member in struct:isi_board
277 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
293 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
309 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
325 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
344 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
349 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
367 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
455 outw((port->channel << isi_card[card].shift_count) | txcount,
546 channel = (header & 0x7800) >> card->shift_count;
691 shift_count = card->shift_count; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwavpackenc.c220 int32_t shift_count, value, f = *sample; local
225 shift_count = 0;
227 shift_count = s->max_exp - get_exponent(f);
230 shift_count = s->max_exp ? s->max_exp - 1 : 0;
234 if (shift_count < 25)
235 value >>= shift_count; local
244 } else if (shift_count) {
245 int32_t mask = (1 << shift_count) - 1;
2174 int32_t value, shift_count; local
2185 shift_count
2195 value >>= shift_count; local
[all...]

Completed in 174 milliseconds