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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdnhdlc.c150 if (h->cbin == fast_flag[h->bit_shift]) {\
151 h->ffvalue = fast_flag_value[h->bit_shift];\
153 h->ffbit_shift = h->bit_shift;\
154 h->bit_shift = 1;\
175 if (hdlc->bit_shift == 0) {
182 hdlc->bit_shift = 8;
184 hdlc->bit_shift--;
192 hdlc->bit_shift = 0;
197 hdlc->bit_shift = 8;
206 (hdlc->bit_shift
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/isdn/
H A Dhdlc.h33 int bit_shift; member in struct:isdnhdlc_vars
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Dvf.c192 u8 bit_shift = 0; local
198 * The bit_shift is the number of left-shifts
201 while (hash_mask >> bit_shift != 0xFF)
202 bit_shift++;
204 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) |
205 (((u16) mc_addr[5]) << bit_shift)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dbitarray.c66 static void bit_shift(TYPE_OF_WORD *seq_bits, int32_t n) function
146 bit_shift(seq_bits, seq_num_diff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dlcdc_sharp_wvga_pt.c31 static unsigned char bit_shift[8] = { (1 << 7), /* MSB */ variable
121 if (val & bit_shift[i])
H A Dlcdc_gordon.c91 static unsigned char bit_shift[8] = { (1 << 7), /* MSB */ variable
125 if (val & bit_shift[i])
145 if (val & bit_shift[i])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/
H A Dcomedidev.h438 int bit_shift; local
443 bit_shift = sizeof(int) * 8;
444 address <<= bit_shift; local
446 addressLow &= (1UL << bit_shift) - 1;
H A Dcomedi_fops.c255 int bit_shift; local
272 bit_shift = sizeof(int) * 8;
274 ((unsigned long)aux_data) >> bit_shift;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_mac.c321 u8 bit_shift = 0; local
327 * For a mc_filter_type of 0, bit_shift is the number of left-shifts
330 while (hash_mask >> bit_shift != 0xFF)
331 bit_shift++;
337 * The bit_shift for a mc_filter_type of 0 represents the number of
341 * remaining number of bits. Thus 8 - bit_shift. The rest of the
348 * we can see that the bit_shift for case 0 is 4. These are the hash
364 bit_shift += 1;
367 bit_shift += 2;
370 bit_shift
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dlib.c289 u8 bit_shift = 0; local
295 * For a mc_filter_type of 0, bit_shift is the number of left-shifts
298 while (hash_mask >> bit_shift != 0xFF)
299 bit_shift++;
305 * The bit_shift for a mc_filter_type of 0 represents the number of
309 * remaining number of bits. Thus 8 - bit_shift. The rest of the
316 * we can see that the bit_shift for case 0 is 4. These are the hash
332 bit_shift += 1;
335 bit_shift += 2;
338 bit_shift
[all...]

Completed in 185 milliseconds